Skip to content
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

Merged
merged 3 commits into from
Nov 15, 2024
Merged

bump k8s version #269

merged 3 commits into from
Nov 15, 2024

Conversation

hashiblaum
Copy link
Member

bump k8s version, remove 1.26

@hashiblaum hashiblaum marked this pull request as ready for review November 11, 2024 23:26
@hashiblaum hashiblaum requested a review from a team as a code owner November 11, 2024 23:26
Copy link
Member

@tvoran tvoran left a 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:

and the KIND_K8S_VERSION in the Makefile:

KIND_K8S_VERSION ?= v1.26.2

@@ -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]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there are some slightly newer versions available now for 1.28 and 1.27:

Suggested change
kind-k8s-version: [1.27.13, 1.28.9, 1.29.10, 1.30.6, 1.31.2]
kind-k8s-version: [1.27.16, 1.28.15, 1.29.10, 1.30.6, 1.31.2]

Copy link
Member

@tvoran tvoran left a 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.

@hashiblaum hashiblaum merged commit cebb716 into main Nov 15, 2024
8 checks passed
@hashiblaum hashiblaum deleted the VAULT-31629/bump-k8s-version branch November 15, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants