-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump k8s version #269
bump k8s version #269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well update the kind version in tests.yaml too:
version: v0.23.0 |
and the KIND_K8S_VERSION in the Makefile:
vault-plugin-auth-kubernetes/Makefile
Line 6 in 29b4907
KIND_K8S_VERSION ?= v1.26.2 |
.github/workflows/tests.yaml
Outdated
@@ -27,7 +27,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
kind-k8s-version: [1.26.15, 1.27.13, 1.28.9, 1.29.4, 1.30.0] | |||
kind-k8s-version: [1.27.13, 1.28.9, 1.29.10, 1.30.6, 1.31.2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to add a note to the Unreleased section of the changelog for the k8s versions.
bump k8s version, remove 1.26