Skip to content

Commit

Permalink
chore: update upgrade test version used
Browse files Browse the repository at this point in the history
Now with official 0.8.0 release.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira committed Dec 24, 2020
1 parent 7b6c4bc commit f2c029a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?=

Expand Down
4 changes: 2 additions & 2 deletions internal/integration/provision/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit f2c029a

Please sign in to comment.