From 83aa3bd3abc945ca1d85b27b0db550df6d15fbc4 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Thu, 20 Aug 2020 23:11:43 -0700 Subject: [PATCH] chore: bump next version to v0.6.0-beta.2 This updates the "next" version in our integration tests. Signed-off-by: Andrew Rynhard --- Makefile | 2 +- internal/integration/provision/upgrade.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index af251af03..dc9d2d8ed 100644 --- a/Makefile +++ b/Makefile @@ -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 ?= diff --git a/internal/integration/provision/upgrade.go b/internal/integration/provision/upgrade.go index 23d8509fd..f27fcb98e 100644 --- a/internal/integration/provision/upgrade.go +++ b/internal/integration/provision/upgrade.go @@ -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 (