File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ADMIN_CONSOLE_CHART_REPO_OVERRIDE =
10
10
ADMIN_CONSOLE_IMAGE_OVERRIDE =
11
11
ADMIN_CONSOLE_MIGRATIONS_IMAGE_OVERRIDE =
12
12
ADMIN_CONSOLE_KURL_PROXY_IMAGE_OVERRIDE =
13
- K0S_VERSION = v1.30.9 +k0s.0
13
+ K0S_VERSION = v1.32.4 +k0s.0
14
14
K0S_GO_VERSION = v1.30.9+k0s.0
15
15
PREVIOUS_K0S_VERSION ?= v1.29.9+k0s.0-ec.0
16
16
PREVIOUS_K0S_GO_VERSION ?= v1.29.9+k0s.0
@@ -38,11 +38,11 @@ METADATA_KOTS_BINARY_URL_OVERRIDE =
38
38
METADATA_OPERATOR_BINARY_URL_OVERRIDE =
39
39
40
40
ifeq ($(K0S_VERSION ) ,v1.30.5+k0s.0-ec.1)
41
- K0S_BINARY_SOURCE_OVERRIDE = https://tf-staging-embedded-cluster-bin.s3.amazonaws.com/custom-k0s-binaries/k0s-v1.30.5%2Bk0s.0-ec.1- $( ARCH )
41
+ K0S_BINARY_SOURCE_OVERRIDE =
42
42
else ifeq ($(K0S_VERSION),v1.29.9+k0s.0-ec.0)
43
- K0S_BINARY_SOURCE_OVERRIDE = https://tf-staging-embedded-cluster-bin.s3.amazonaws.com/custom-k0s-binaries/k0s-v1.29.9%2Bk0s.0-ec.0- $( ARCH )
43
+ K0S_BINARY_SOURCE_OVERRIDE =
44
44
else ifeq ($(K0S_VERSION),v1.28.14+k0s.0-ec.0)
45
- K0S_BINARY_SOURCE_OVERRIDE = https://tf-staging-embedded-cluster-bin.s3.amazonaws.com/custom-k0s-binaries/k0s-v1.28.14%2Bk0s.0-ec.0- $( ARCH )
45
+ K0S_BINARY_SOURCE_OVERRIDE =
46
46
endif
47
47
48
48
LD_FLAGS = \
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ require (
40
40
github.com/vmware-tanzu/velero v1.16.0
41
41
go.uber.org/multierr v1.11.0
42
42
golang.org/x/crypto v0.37.0
43
+ golang.org/x/sync v0.13.0
43
44
golang.org/x/term v0.31.0
44
45
gopkg.in/yaml.v2 v2.4.0
45
46
gopkg.in/yaml.v3 v3.0.1
@@ -294,7 +295,6 @@ require (
294
295
go.uber.org/automaxprocs v1.6.0 // indirect
295
296
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
296
297
golang.org/x/mod v0.24.0 // indirect
297
- golang.org/x/sync v0.13.0 // indirect
298
298
golang.org/x/tools v0.31.0 // indirect
299
299
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
300
300
google.golang.org/api v0.218.0 // indirect
You can’t perform that action at this time.
0 commit comments