-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrade k8s to 1.26 * upgrade k8s-utils to unreleased version * codegen * Revert "codegen" This reverts commit e376eca. * codegen + manually pick out what ci expects * manually update spacing in test/mocks/v2alpha1/kube/client/informers/externalversions/factory.go for CI codegens failure * bump k8s-utils to v0.4.0 * add changelog * run tests in gh action * remove unused action call * remove -c from test runner * wait 1 minute for the cluster to be created before running tests * Revert "wait 1 minute for the cluster to be created before running tests" This reverts commit 891c600. * Revert "remove -c from test runner" This reverts commit 6cf70d5. * Revert "remove unused action call" This reverts commit 42c879f. * Revert "run tests in gh action" This reverts commit d8c8d0c.
- Loading branch information
Showing
6 changed files
with
204 additions
and
103 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
changelog: | ||
- type: BREAKING_CHANGE | ||
issueLink: https://github.com/solo-io/gloo/issues/8164 | ||
resolvesIssue: false | ||
description: Upgrade Kubernetes dependencies to 1.26.X | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: go-utils | ||
dependencyTag: v0.24.2 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: solo-io | ||
dependencyRepo: k8s-utils | ||
dependencyTag: v0.4.0 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: api | ||
dependencyTag: v0.26.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apiextensions-apiserver | ||
dependencyTag: v0.26.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: apimachinery | ||
dependencyTag: v0.26.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: client-go | ||
dependencyTag: v0.26.4 | ||
- type: DEPENDENCY_BUMP | ||
dependencyOwner: k8s.io | ||
dependencyRepo: code-generator | ||
dependencyTag: v0.26.4 |
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.