chore: update upgrade test version used

Now with official 0.8.0 release.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
Andrey Smirnov 2020-12-24 16:56:22 +03:00 committed by Andrey Smirnov
parent 7b6c4bcb1f
commit f2c029a07d
2 changed files with 3 additions and 3 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.7.1 v0.8.0-beta.0
RELEASES ?= v0.7.1 v0.8.0
SHORT_INTEGRATION_TEST ?=
CUSTOM_CNI_URL ?=

View File

@ -67,10 +67,10 @@ type upgradeSpec struct {
const (
previousRelease = "v0.7.1"
stableRelease = "v0.8.0-beta.0"
stableRelease = "v0.8.0"
previousK8sVersion = "1.19.4"
stableK8sVersion = "1.20.0"
stableK8sVersion = "1.20.1"
currentK8sVersion = "1.20.1"
)