test: bump Talos release version for upgrade test to 0.7.1

We should always use latest releases.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
Andrey Smirnov 2020-12-07 23:44:32 +03:00 committed by Andrey Smirnov
parent c73709c36a
commit 1cf6b98fb8
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/downlo
SONOBUOY_VERSION ?= 0.19.0
SONOBUOY_URL ?= https://github.com/heptio/sonobuoy/releases/download/v$(SONOBUOY_VERSION)/sonobuoy_$(SONOBUOY_VERSION)_$(OPERATING_SYSTEM)_amd64.tar.gz
TESTPKGS ?= github.com/talos-systems/talos/...
RELEASES ?= v0.6.3 v0.7.0
RELEASES ?= v0.6.3 v0.7.1
SHORT_INTEGRATION_TEST ?=
CUSTOM_CNI_URL ?=

View File

@ -66,7 +66,7 @@ type upgradeSpec struct {
const (
previousRelease = "v0.6.3"
stableRelease = "v0.7.0"
stableRelease = "v0.7.1"
previousK8sVersion = "1.19.0"
stableK8sVersion = "1.19.4"