test: update versions used for upgrade tests
We should stick to the latest version in each release series. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
This commit is contained in:
parent
2d5c6f4c10
commit
ff2267eb99
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/v1.18.0
|
||||
SONOBUOY_VERSION ?= 0.18.0
|
||||
SONOBUOY_URL ?= https://github.com/heptio/sonobuoy/releases/download/v$(SONOBUOY_VERSION)/sonobuoy_$(SONOBUOY_VERSION)_$(OPERATING_SYSTEM)_amd64.tar.gz
|
||||
TESTPKGS ?= ./...
|
||||
RELEASES ?= v0.3.2 v0.4.0-alpha.7
|
||||
RELEASES ?= v0.3.3 v0.4.0-beta.1
|
||||
|
||||
BUILD := docker buildx build
|
||||
PLATFORM ?= linux/amd64
|
||||
|
@ -56,8 +56,8 @@ type upgradeSpec struct {
|
||||
}
|
||||
|
||||
const (
|
||||
talos03Version = "v0.3.2-1-g71ac6696"
|
||||
talos04Version = "v0.4.0-alpha.7"
|
||||
talos03Version = "v0.3.3"
|
||||
talos04Version = "v0.4.0-beta.1"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user