[#615] Update deprecations list - #616
Open
fw-openhands wants to merge 1 commit into
Open
Conversation
Added four missing deprecated APIs that were removed in Kubernetes v1.22: - LocalSubjectAccessReview - SelfSubjectAccessReview - SubjectAccessReview - SelfSubjectRulesReview These APIs were deprecated in v1.19.0 and removed in v1.22.0. Replacement API is authorization.k8s.io/v1 (available since v1.6.0). Closes #615 Co-authored-by: openhands <openhands@all-hands.dev>
fw-openhands
requested review from
Azahorscak,
sudermanjr and
transient1
as code owners
August 28, 2026 19:57
|
|
Fairwinds Insights Scan ResultsView the full report at insights.fairwinds.com. ✅ No new Action Items detected! |
1 similar comment
Fairwinds Insights Scan ResultsView the full report at insights.fairwinds.com. ✅ No new Action Items detected! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the deprecations list in
versions.yamlby adding four missing Kubernetes API deprecations that were removed in v1.22.Changes Made
Added the following missing
authorization.k8s.io/v1beta1API deprecations:All four APIs have replacement API
authorization.k8s.io/v1which has been available since v1.6.0.Background
These deprecations were identified by reviewing the official Kubernetes Deprecated API Migration Guide. The
authorization.k8s.io/v1beta1API version of these resources was no longer served as of Kubernetes v1.22.Validation
Reviewer Notes
Please verify that:
Closes #615
This pull request was opened by an AI agent (OpenHands).