Skip to content

Commit 6468aad

Browse files
committed
Update cluster autoscaler build for v1.22
* Add v1.21/v1.22 * Update v1.18/v1.19 to newest point releases * Drop v1.16/v1.17 * Update the go version in the build Dockerfile Change-Id: If31d8027fa3541f6124777392539200dd68ae7af
1 parent 68e6c0e commit 6468aad

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dockerfiles/cluster-autoscaler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.10 as builder
1+
FROM golang:1.16.7 as builder
22

33
ARG AUTOSCALER_VERSION
44

playbooks/container-builder-vars.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ helm_versions:
2424
- version: v3.2.0
2525

2626
cluster_autoscaler_versions:
27-
- version: 1.16.5
28-
- version: 1.17.3
29-
- version: 1.18.2
30-
- version: 1.19.0
27+
- version: 1.18.3
28+
- version: 1.19.1
3129
- version: 1.20.0
30+
- version: 1.21.0
31+
- version: 1.22.0

0 commit comments

Comments
 (0)