OCPBUGS-105399,OCPBUGS-105400: Remove SigstoreImageVerification and SigstoreImageVerificationPKI feature gates - #3000
Conversation
…igstoreImageVerificationPKI feature gates The feature gates SigstoreImageVerification and SigstoreImageVerificationPKI have been enabled by default across all profiles and are no longer needed. This removes all references to both gates from the API definitions, feature gate registry, legacy gate lists, and regenerates all affected CRD manifests and payload manifests.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @amritansh1502! Some important instructions when contributing to openshift/api: |
|
@amritansh1502: This pull request references Jira Issue OCPBUGS-105399, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. This pull request references Jira Issue OCPBUGS-105400, 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. |
|
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: Pro Plus Run ID: ⛔ Files ignored due to path filters (7)
📒 Files selected for processing (21)
💤 Files with no reviewable changes (16)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughPKI validation for Merge Risk: ⚪ Minimal · up to This PR removes obsolete feature gates and updates the corresponding manifests, definitions, documentation, and expectations; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.12.2)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/jira refresh |
|
@amritansh1502: This pull request references Jira Issue OCPBUGS-105399, which is invalid:
Comment This pull request references Jira Issue OCPBUGS-105400, which is invalid:
Comment 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. |
|
/jira refresh |
|
@amritansh1502: This pull request references Jira Issue OCPBUGS-105399, which is valid. 3 validation(s) were run on this bug
This pull request references Jira Issue OCPBUGS-105400, 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. |
|
/pipeline auto |
|
Pipeline controller notification The |
|
/test verify-feature-promotion |
|
Scheduling tests matching the |
|
@amritansh1502: 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. |
Bug1: https://redhat.atlassian.net/browse/OCPBUGS-105399
Bug2: https://redhat.atlassian.net/browse/OCPBUGS-105400
Summary
The feature gates
SigstoreImageVerificationandSigstoreImageVerificationPKIhave been enabled by default across all cluster profiles (Default, OKD, TechPreviewNoUpgrade, DevPreviewNoUpgrade) and are no longer needed within the product. This PR removes both gates entirely.Related origin PR: openshift/origin#31521 (removes redundant
IsTechPreviewNoUpgradeskip checks from the corresponding e2e tests).Changes
Feature gate removal
FeatureGateSigstoreImageVerificationandFeatureGateSigstoreImageVerificationPKIdefinitions fromfeatures/features.goSigstoreImageVerificationfrom legacy feature gate lists in bothfeatures/legacyfeaturegates.goandpayload-command/render/legacyfeaturegates.gofeatures.mdSigstoreImageVerificationfrom rendered manifests test expectationsAnd other corresponding generative changes