-
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.
* manual go.mod update * download/tidy * Create palceholder.yaml * changelog * Rewrite inject * generated * [WIP] Additional k8s 1.27 upgrade changes (#465) * enqueue_static_handler: function signature change to include context * predicate_request_tracking: function signature change to include context * multi_handler: function signature change to include context * register_queue_handler: function signature change to include context * cache: function signature change to include context * support source.kind constructor * undo unnecessary context adjustment to function signature of event handler * Adding changelog file to new location * Deleting changelog file from old location * changelog * Update enqueue_static_handler.go * Defensive coding * add new client funcs * timeout context gvk logging Update runner.go Update runner.go Revert "Update runner.go" This reverts commit 5a459f0. revert waitforcachesync timeout --------- Co-authored-by: Sam Heilbron <[email protected]> Co-authored-by: changelog-bot <changelog-bot> Co-authored-by: Jenny Shu <[email protected]> Co-authored-by: Jenny Shu <[email protected]>
- Loading branch information
1 parent
f54869f
commit 0d5c2a5
Showing
17 changed files
with
334 additions
and
276 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 | ||
issueLink: https://github.com/solo-io/gloo/issues/8214 | ||
resolvesIssue: false | ||
description: Upgrade Kubernetes dependencies to 1.27.X | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: api | ||
dependencyTag: v0.27.3 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apiextensions-apiserver | ||
dependencyTag: v0.27.3 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apimachinery | ||
dependencyTag: v0.27.3 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: client-go | ||
dependencyTag: v0.27.3 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: code-generator | ||
dependencyTag: v0.27.3 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: sigs.k8s.io | ||
dependencyRepo: controller-runtime | ||
dependencyTag: v0.15.0 |
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.