-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore] Upgrade k8s.io/client-go to v0.28.1 (#26243)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> There was a breaking change in this upgrade that needed to be handled manually. The fix is to replace usages of ConfigMapsLeasesResourceLock with LeasesResourceLock. To do the deps updates I did the following: ``` cd internal/aws/k8s/ go get -u k8s.io/[email protected] cd ../../kubelet/ go get -u k8s.io/[email protected] ``` These directories correspond to the two PRs that were closed because of the original issue. Original PRs: #26010, and #26156. This doesn't update all packages to use v0.28.1, so let me know if I should update to include all others as well. **Link to tracking Issue:** <Issue number if applicable> Fixes #26024 **Testing:** <Describe what testing was performed and which tests were added.> Build completes successfully now **Documentation:** <Describe the documentation added.>
- Loading branch information
Showing
15 changed files
with
200 additions
and
280 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.