-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump controller-runtime to v0.14.x (#420)
* bump controller-runtime to 0.14.4, and other necessary bumps * Deal with controller-runtime API breakage * syntax error fix * changelog * undo go 1.19 fmt changes * less changelog red tape * codegen? * Re-add updates * codegen * move changelog * add dependency bump info for k8s.io/api and controller-runtime * Use v0.26.4; update changelog * make generated-code * Move changelog from v0.30.0 to v0.29.6 * Move changelog back to v0.30.0 * Update from go 1.18 to go 1.20 * make generated-code --------- Co-authored-by: Ashley Wang <[email protected]> Co-authored-by: Trevor Edris <[email protected]>
- Loading branch information
1 parent
6d942c6
commit ff4b71e
Showing
30 changed files
with
666 additions
and
397 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
changelog: | ||
- type: BREAKING_CHANGE | ||
description: Update Status API signature to comply with controller-runtime v0.14.x API breakage | ||
issueLink: https://github.com/solo-io/skv2/issues/419 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: controller-runtime | ||
dependencyTag: v0.14.4 | ||
description: Contains breaking API changes from controller-runtile v0.13 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: api | ||
dependencyTag: v0.26.4 | ||
description: pulled in by sigs.k8s.io/sontroller-runtime | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apiextensions-apiserver | ||
dependencyTag: v0.26.4 | ||
description: pulled in by sigs.k8s.io/sontroller-runtime | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: client-go | ||
dependencyTag: v0.26.4 | ||
description: pulled in by sigs.k8s.io/sontroller-runtime | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: code-generator | ||
dependencyTag: v0.26.4 | ||
description: pulled in by sigs.k8s.io/sontroller-runtime |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.