OCPBUGS-105406: pkg: Drop conditionals around default-enabled ImageStreamImportMode feature gate - #1469
OCPBUGS-105406: pkg: Drop conditionals around default-enabled ImageStreamImportMode feature gate#1469wking wants to merge 1 commit into
Conversation
|
@wking: This pull request references Jira Issue OCPBUGS-105406, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 12 included reviews per hour; 10 remain after this review. WalkthroughThe CVO removes the release architecture status feature gate. Available updates and ClusterVersion status now preserve architecture metadata without gate-dependent clearing. Test helpers no longer implement the removed gate. ChangesRelease architecture status
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This change removes obsolete test-only feature-gate plumbing after release architecture status handling became unconditional. No current merge-readiness risk is identified. 🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (13 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/jira refresh |
|
@wking: This pull request references Jira Issue OCPBUGS-105406, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
fca00e4 to
aab6f4c
Compare
…eature gate With openshift/api@42f4458500 (MULTIARCH-5190: Promote ImageStremImportMode to default, 2025-11-24, openshift/api#2266) having enabled the feature gate by default last November, we no longer have to be conditional about whether or not the gate is enabled here. We can just assume it is always enabled.
|
@wking: This pull request references Jira Issue OCPBUGS-105406, which is valid. 3 validation(s) were run on this bug
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@wking: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
With openshift/api@42f4458500 (openshift/api#2266) having enabled the feature gate by default last November, we no longer have to be conditional about whether or not the gate is enabled here. We can just assume it is always enabled.
Summary by CodeRabbit
Bug Fixes
Changes
StatusReleaseArchitecturefeature gate and associated status tracking. Architecture information is no longer cleared based on this gate.