Skip to content

Commit

Permalink
chore: bump Talos version in upgrade tests
Browse files Browse the repository at this point in the history
Preparing for 0.11 to be stable release soon.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Jun 29, 2021
1 parent 2fa5410 commit 84817f7
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 @@ -27,7 +27,7 @@ CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/downlo
SONOBUOY_VERSION ?= 0.50.0
SONOBUOY_URL ?= https://github.com/vmware-tanzu/sonobuoy/releases/download/v$(SONOBUOY_VERSION)/sonobuoy_$(SONOBUOY_VERSION)_$(OPERATING_SYSTEM)_amd64.tar.gz
TESTPKGS ?= github.com/talos-systems/talos/...
RELEASES ?= v0.9.3 v0.10.1
RELEASES ?= v0.10.4 v0.11.0-beta.0
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 @@ -68,12 +68,12 @@ type upgradeSpec struct {
}

const (
previousRelease = "v0.9.3"
stableRelease = "v0.10.1" // or soon-to-be-stable
previousRelease = "v0.10.4"
stableRelease = "v0.11.0-beta.0" // or soon-to-be-stable
// The current version (the one being built on CI) is DefaultSettings.CurrentVersion.

previousK8sVersion = "1.20.6" // constants.DefaultKubernetesVersion in the previousRelease
stableK8sVersion = "1.21.0" // constants.DefaultKubernetesVersion in the stableRelease
previousK8sVersion = "1.21.0" // constants.DefaultKubernetesVersion in the previousRelease
stableK8sVersion = "1.21.2" // constants.DefaultKubernetesVersion in the stableRelease
currentK8sVersion = "1.21.2" // next k8s version being tested
)

Expand Down

0 comments on commit 84817f7

Please sign in to comment.