OCPBUGS-74511: remove RouteExternalCertificate feature gate#2693
OCPBUGS-74511: remove RouteExternalCertificate feature gate#2693jcmoraisjr wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @jcmoraisjr! Some important instructions when contributing to openshift/api: |
|
@jcmoraisjr: This pull request references Jira Issue OCPBUGS-74511, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
📝 WalkthroughWalkthroughThis pull request removes the RouteExternalCertificate feature gate across the codebase and manifests. Changes include deleting the exported feature gate declaration and its legacy entries, removing the feature from multiple feature-gate YAML payloads and features.md, removing OpenShift feature-gate annotations and the feature-gated validation in route/v1 types and proto, and deleting the feature from generated CRD manifests and related tests. No other feature gates or public API signatures (beyond TLSConfig validation annotation adjustments) were added or modified. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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.5.0)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 |
Review Summary by QodoRemove RouteExternalCertificate feature gate from all profiles
WalkthroughsDescription• Remove RouteExternalCertificate feature gate completely • Update feature gate definitions across all deployment profiles • Clean up generated OpenAPI and feature documentation • Simplify feature flag configuration by removing deprecated gate Diagramflowchart LR
A["RouteExternalCertificate<br/>Feature Gate"] -->|Remove| B["Feature Definitions"]
B -->|Update| C["All Deployment Profiles"]
C -->|Regenerate| D["OpenAPI & Docs"]
File Changes1. features/features.go
|
|
/hold |
Code Review by Qodo
1. Gate removal inconsistent
|
|
@jcmoraisjr: 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. |
RouteExternalCertificate is enabled by default, this update is removing its declaration from the legacy featuregates list, from CRD declarations and from type annotations.
6d76650 to
f294df5
Compare
RouteExternalCertificate is enabled by default, this is the second half of the changes to remove it and should be merged only after openshift/cluster-ingress-operator#1355 being merged.
Jira: https://issues.redhat.com/browse/OCPBUGS-74511