-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Go, controller-runtime and related dependencies (#1175)
* Checkpoint: upgrade controller-runtime, go 1.21. `make build` works; `make docker-build` fails on EDS checksum mismatch * Checkpoint: `make docker-build` works with vendored EDS tag * Checkpoint: `build`, `docker-build` succeed; one test commented, others passing. Updated CI go versions * add vendored EDS * Clean up EDS vendor dependency and others * controller-runtime 1.15->1.16; k8s api 0.27->0.28 * bump controller-runtime minor version * Regenerate * Comment out failing unit tests * hack license file * Add pod selector in cache * Add selector for configured namespace * Fix earlier commented tests * Remove namespace selector from Pod cache * Add pod ns config * fix leader election resource lock merge
- Loading branch information
Showing
28 changed files
with
1,243 additions
and
700 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
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
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
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
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
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
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
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.