@@ -57,7 +57,7 @@ dependencies:
5757
5858 # Golang
5959 - name : " golang"
60- version : 1.19.5
60+ version : 1.20.1
6161 refPaths :
6262 - path : Dockerfile-kubepkg
6363 match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-(bullseye|buster) AS builder
@@ -82,7 +82,7 @@ dependencies:
8282 # This entry is a stub of the major version to allow dependency checks to
8383 # pass when building Kubernetes using a pre-release of Golang.
8484 - name : " golang: 1.<major>"
85- version : 1.19
85+ version : 1.20
8686 refPaths :
8787 - path : images/build/cross/Makefile
8888 match : GO_MAJOR_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -131,15 +131,15 @@ dependencies:
131131 # - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
132132 # - v1.100-go1.17-bullseye.0 does not
133133 - name : " Kubernetes version (stable.0)"
134- version : v1.26 .0
134+ version : v1.27 .0
135135 refPaths :
136136 - path : images/build/cross/Makefile
137137 match : KUBERNETES_VERSION\ \?=\ v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
138138 - path : images/build/cross/variants.yaml
139139 match : " KUBERNETES_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
140140
141141 - name : " Kubernetes version (next candidate.0)"
142- version : v1.26 .0
142+ version : v1.27 .0
143143 refPaths :
144144 - path : images/build/cross/variants.yaml
145145 match : " KUBERNETES_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -152,7 +152,7 @@ dependencies:
152152
153153 # go-runner
154154 - name : " k8s.gcr.io/build-image/go-runner (go1.20-bullseye)"
155- version : v2.3.1-go1.20-bullseye.0
155+ version : v2.3.1-go1.20.1 -bullseye.0
156156 refPaths :
157157 - path : images/build/go-runner/variants.yaml
158158 match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
@@ -166,7 +166,7 @@ dependencies:
166166 match : REVISION:\ '\d+'
167167
168168 - name : " k8s.gcr.io/build-image/go-runner (go1.19-bullseye)"
169- version : v2.3.1-go1.19.5 -bullseye.0
169+ version : v2.3.1-go1.19.6 -bullseye.0
170170 refPaths :
171171 - path : images/build/go-runner/variants.yaml
172172 match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
@@ -179,23 +179,9 @@ dependencies:
179179 - path : images/build/go-runner/variants.yaml
180180 match : REVISION:\ '\d+'
181181
182- - name : " k8s.gcr.io/build-image/go-runner (go1.18-bullseye)"
183- version : v2.3.1-go1.18.10-bullseye.0
184- refPaths :
185- - path : images/build/go-runner/variants.yaml
186- match : v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
187-
188- - name : " k8s.gcr.io/build-image/go-runner: image revision (go1.18-bullseye)"
189- version : 0
190- refPaths :
191- - path : images/build/go-runner/Makefile
192- match : REVISION \?= \d+
193- - path : images/build/go-runner/variants.yaml
194- match : REVISION:\ '\d+'
195-
196182 # kube-cross
197183 - name : " k8s.gcr.io/build-image/kube-cross (v1.27-go1.20)"
198- version : v1.27.0-go1.20-bullseye.0
184+ version : v1.27.0-go1.20.1 -bullseye.0
199185 refPaths :
200186 - path : images/build/cross/variants.yaml
201187 match : " IMAGE_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -215,7 +201,7 @@ dependencies:
215201 match : REVISION:\ '\d+'
216202
217203 - name : " k8s.gcr.io/build-image/kube-cross (v1.26-go1.19)"
218- version : v1.26.0-go1.19.5 -bullseye.0
204+ version : v1.26.0-go1.19.6 -bullseye.0
219205 refPaths :
220206 - path : images/build/cross/variants.yaml
221207 match : " IMAGE_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -235,7 +221,7 @@ dependencies:
235221 match : REVISION:\ '\d+'
236222
237223 - name : " k8s.gcr.io/build-image/kube-cross (v1.25-go1.19)"
238- version : v1.25.0-go1.19.5 -bullseye.0
224+ version : v1.25.0-go1.19.6 -bullseye.0
239225 refPaths :
240226 - path : images/build/cross/variants.yaml
241227 match : " IMAGE_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -255,7 +241,7 @@ dependencies:
255241 match : REVISION:\ '\d+'
256242
257243 - name : " k8s.gcr.io/build-image/kube-cross (v1.24-go1.19)"
258- version : v1.24.0-go1.19.5 -bullseye.0
244+ version : v1.24.0-go1.19.6 -bullseye.0
259245 refPaths :
260246 - path : images/build/cross/variants.yaml
261247 match : " IMAGE_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -274,28 +260,8 @@ dependencies:
274260 - path : images/build/cross/variants.yaml
275261 match : REVISION:\ '\d+'
276262
277- - name : " k8s.gcr.io/build-image/kube-cross (v1.24-go1.18)"
278- version : v1.24.0-go1.18.10-bullseye.0
279- refPaths :
280- - path : images/build/cross/variants.yaml
281- match : " IMAGE_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
282-
283- - name : " k8s.gcr.io/build-image/kube-cross: config variant (v1.24-go1.18)"
284- version : go1.18-bullseye
285- refPaths :
286- - path : images/build/cross/variants.yaml
287- match : " CONFIG: 'go\\ d+.\\ d+-bullseye'"
288-
289- - name : " k8s.gcr.io/build-image/kube-cross: image revision (v1.24-go1.18)"
290- version : 0
291- refPaths :
292- - path : images/build/cross/Makefile
293- match : REVISION \?= \d+
294- - path : images/build/cross/variants.yaml
295- match : REVISION:\ '\d+'
296-
297263 - name : " k8s.gcr.io/build-image/kube-cross (v1.23-go1.19)"
298- version : v1.23.0-go1.19.5 -bullseye.0
264+ version : v1.23.0-go1.19.6 -bullseye.0
299265 refPaths :
300266 - path : images/build/cross/variants.yaml
301267 match : " IMAGE_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -372,7 +338,7 @@ dependencies:
372338
373339 # Golang (previous release branches: 1.24)
374340 - name : " golang (previous release branches: 1.24)"
375- version : 1.19.5
341+ version : 1.19.6
376342 refPaths :
377343 - path : images/build/cross/variants.yaml
378344 match : \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -389,7 +355,7 @@ dependencies:
389355
390356 # Golang (previous release branches: 1.23)
391357 - name : " golang (previous release branches: 1.23)"
392- version : 1.19.5
358+ version : 1.19.6
393359 refPaths :
394360 - path : images/build/cross/variants.yaml
395361 match : \d+.\d+(alpha|beta|rc)?\.?(\d+)?
0 commit comments