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

ci(test): Bump k8s to 1.27.6 #1579

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions make/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ E2E_TIMEOUT ?= 120m
# flexible with our testing as well as testing against the same patch version as we deliver
# by default with DKP.
# See https://github.com/mesosphere/kind-docker-image-automation/ for the build repo.
E2E_KINDEST_IMAGE ?= "ghcr.io/mesosphere/kind-node-ci:v1.26.6"
E2E_KINDEST_IMAGE ?= "ghcr.io/mesosphere/kind-node-ci:v1.27.6"

# Kommander applications are upgraded on the previous k8s version first, before the cluster
# is upgraded. Therefore, for the upgrade test, we should use the previous k8s version to
# more accurately mimic an actual upgrade scenario.
E2E_KINDEST_IMAGE_FOR_UPGRADE_TEST ?= "ghcr.io/mesosphere/kind-node-ci:v1.26.6"
UPGRADE_FROM_VERSION ?= "v2.6.0-dev"
UPGRADE_FROM_VERSION ?= "v2.6.1-dev"

# (aweris): This should be a temporary workaround for v2.3.0 development. If you're still see clone test in v2.4.0
# it means "a temporary workaround" actually means "permanent solution".
Expand Down
Loading