-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Remove GA feature gate ComponentSLIs #133742
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
Conversation
@carlory: GitHub didn't allow me to assign the following users: hankang. Note that only kubernetes members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In 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 kubernetes-sigs/prow repository. |
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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 kubernetes-sigs/prow repository. |
Signed-off-by: carlory <[email protected]>
a550d8e
to
bf9511e
Compare
/lgtm |
LGTM label has been added. Git tree hash: 74add05a37d5c1539f4d8f7dc0dcae7ad993c29c
|
{Version: version.MustParse("1.26"), Default: false, PreRelease: featuregate.Alpha}, | ||
{Version: version.MustParse("1.27"), Default: true, PreRelease: featuregate.Beta}, | ||
// ComponentSLIs officially graduated to GA in v1.29 but the gate was not updated until v1.32. | ||
// To support emulated versions, keep the gate until v1.35. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment here suggests to keep the gate till v1.35 to support emulated versions. Can we remove the gate just yet? @Jefftree
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're in 1.35 now right?
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: carlory, dims, Jefftree The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Changelog nit (you can update it retrospectively, even) -Removes the feature gate ComponentSLIs, which has been promoted to stable since 1.32.
+Removed the `ComponentSLIs` feature gate, which had been promoted to stable as part of the Kubernetes 1.32 release. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
re-do #127787
Which issue(s) this PR is related to:
Special notes for your reviewer:
/assign @hankang @richabanker @Jefftree
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: