Skip to content

Commit

Permalink
test: bump Talos versions in upgrade tests
Browse files Browse the repository at this point in the history
In preparation for going 0.14-beta.0, bump versions in upgrade tests.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 6, 2021
1 parent d2ebda7 commit 64a4f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/v1.23.0
CLUSTERCTL_VERSION ?= 0.4.3
CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/v$(CLUSTERCTL_VERSION)/clusterctl-$(OPERATING_SYSTEM)-amd64
TESTPKGS ?= github.com/talos-systems/talos/...
RELEASES ?= v0.12.3 v0.13.0
RELEASES ?= v0.13.4 v0.14.0-alpha.2
SHORT_INTEGRATION_TEST ?=
CUSTOM_CNI_URL ?=
INSTALLER_ARCH ?= all
Expand Down
8 changes: 4 additions & 4 deletions internal/integration/provision/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ type upgradeSpec struct {
}

const (
previousRelease = "v0.12.3"
stableRelease = "v0.13.0" // or soon-to-be-stable
previousRelease = "v0.13.4"
stableRelease = "v0.14.0-alpha.2" // or soon-to-be-stable
// The current version (the one being built on CI) is DefaultSettings.CurrentVersion.

previousK8sVersion = "1.22.2" // constants.DefaultKubernetesVersion in the previousRelease
stableK8sVersion = "1.22.2" // constants.DefaultKubernetesVersion in the stableRelease
previousK8sVersion = "1.22.3" // constants.DefaultKubernetesVersion in the previousRelease
stableK8sVersion = "1.23.0-rc.0" // constants.DefaultKubernetesVersion in the stableRelease
currentK8sVersion = constants.DefaultKubernetesVersion
)

Expand Down

0 comments on commit 64a4f6e

Please sign in to comment.