chore: bump next version to v0.6.0-beta.2

This updates the "next" version in our integration tests.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
Andrew Rynhard 2020-08-20 23:11:43 -07:00 committed by Andrew Rynhard
parent d4f103ffcb
commit 83aa3bd3ab
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ CLUSTERCTL_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/downlo
SONOBUOY_VERSION ?= 0.18.4
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.5.1 v0.6.0-alpha.6
RELEASES ?= v0.5.1 v0.6.0-beta.2
SHORT_INTEGRATION_TEST ?=
CUSTOM_CNI_URL ?=

View File

@ -58,7 +58,7 @@ type upgradeSpec struct {
const (
stableVersion = "v0.5.1"
nextVersion = "v0.6.0-alpha.6"
nextVersion = "v0.6.0-beta.2"
)
var (