-
Notifications
You must be signed in to change notification settings - Fork 591
OCPBUGS-74511: remove RouteExternalCertificate feature gate #2693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
OCPBUGS-74511: remove RouteExternalCertificate feature gate #2693
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 throughout the repository: deleted its exported declaration and legacy entries, removed it from multiple feature-gate YAML payloads, eliminated OpenShift feature-gate annotations and feature-gated validation on route TLS types and generated proto/CRD manifests, and removed related test YAML and documentation rows. 🚥 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
|
6d76650 to
f294df5
Compare
|
Looks like the codegen is in need of update here |
f294df5 to
3b561e7
Compare
|
Thanks Joel. I couldn't reproduce the same failure locally via |
|
@jcmoraisjr Make sure you have pulled and rebased onto the latest If it's not putting the openapi generated content back, please try setting a |
RouteExternalCertificate is enabled by default, this update is removing its declaration from the legacy featuregates list, from CRD declarations and from type annotations.
3b561e7 to
abf7f18
Compare
|
@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. |
|
/cc @chiragkyal FYI that we're removing the "RouteExternalCertificate" featuregate for which you were the owner. |
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