File tree Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Expand file tree Collapse file tree 5 files changed +19
-15
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ dependencies:
97
97
match : GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
98
98
99
99
- name : " golang: after kubernetes/kubernetes update"
100
- version : 1.16.5
100
+ version : 1.16.6
101
101
refPaths :
102
102
- path : images/releng/k8s-ci-builder/Makefile
103
103
match : GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -172,10 +172,6 @@ dependencies:
172
172
match : \d+.\d+(alpha|beta|rc)?\.?(\d+)?
173
173
- path : images/releng/ci/variants.yaml
174
174
match : \d+.\d+(alpha|beta|rc)?\.?(\d+)?
175
-
176
- - name : " golang: after kubernetes/kubernetes update (next candidate)"
177
- version : 1.16.5
178
- refPaths :
179
175
- path : images/releng/k8s-ci-builder/variants.yaml
180
176
match : \d+.\d+(alpha|beta|rc)?\.?(\d+)?
181
177
@@ -211,7 +207,7 @@ dependencies:
211
207
match : go\d+.\d+
212
208
213
209
- name : " k8s.gcr.io/build-image/kube-cross: dependents (next candidate)"
214
- version : v1.16.6 -1
210
+ version : v1.17.0-rc.1 -1
215
211
refPaths :
216
212
- path : images/k8s-cloud-builder/variants.yaml
217
213
match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)-\d+
Original file line number Diff line number Diff line change 1
1
variants :
2
+ cross1.17 :
3
+ CONFIG : ' cross1.17'
4
+ KUBE_CROSS_VERSION : ' v1.17.0-rc.1-1'
2
5
cross1.16 :
3
6
CONFIG : ' cross1.16'
4
7
KUBE_CROSS_VERSION : ' v1.16.6-1'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG OLD_BAZEL_VERSION
17
17
18
18
# The Golang version for the builder image should always be explicitly set to
19
19
# the Golang version of the kubernetes/kubernetes active development branch
20
- FROM golang:1.16.5 AS builder
20
+ FROM golang:1.16.6 AS builder
21
21
22
22
WORKDIR /go/src/k8s.io/release
23
23
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
24
24
TAG ?= $(shell git describe --tags --always --dirty)
25
25
26
26
# Build args
27
- GO_VERSION ?= 1.16.5
27
+ GO_VERSION ?= 1.16.6
28
28
BAZEL_VERSION ?= 3.4.1
29
29
OLD_BAZEL_VERSION ?= 2.2.0
30
30
IMAGE_ARG ?= $(IMAGE ) :$(TAG ) -$(CONFIG )
Original file line number Diff line number Diff line change 1
1
variants :
2
2
default :
3
3
CONFIG : default
4
- GO_VERSION : ' 1.16.5'
4
+ GO_VERSION : ' 1.16.6'
5
+ BAZEL_VERSION : ' 3.4.1'
6
+ OLD_BAZEL_VERSION : ' 2.2.0'
7
+ ' 1.23 ' :
8
+ CONFIG : ' 1.23'
9
+ GO_VERSION : ' 1.17rc1'
10
+ BAZEL_VERSION : ' 3.4.1'
11
+ OLD_BAZEL_VERSION : ' 2.2.0'
12
+ ' 1.22 ' :
13
+ CONFIG : ' 1.22'
14
+ GO_VERSION : ' 1.16.6'
5
15
BAZEL_VERSION : ' 3.4.1'
6
16
OLD_BAZEL_VERSION : ' 2.2.0'
7
17
' 1.21 ' :
8
18
CONFIG : ' 1.21'
9
- GO_VERSION : ' 1.16.5 '
19
+ GO_VERSION : ' 1.16.6 '
10
20
BAZEL_VERSION : ' 3.4.1'
11
21
OLD_BAZEL_VERSION : ' 2.2.0'
12
22
' 1.20 ' :
@@ -19,8 +29,3 @@ variants:
19
29
GO_VERSION : ' 1.15.13'
20
30
BAZEL_VERSION : ' 2.2.0'
21
31
OLD_BAZEL_VERSION : ' 0.23.2'
22
- ' 1.18 ' :
23
- CONFIG : ' 1.18'
24
- GO_VERSION : ' 1.13.15'
25
- BAZEL_VERSION : ' 2.2.0'
26
- OLD_BAZEL_VERSION : ' 0.23.2'
You can’t perform that action at this time.
0 commit comments