Skip to content

Commit f76b1c2

Browse files
committed
build kube-cross, go-runner, releng-ci with golang 1.24.6/1.23.12
Signed-off-by: Carlos Panato <[email protected]>
1 parent e18f16a commit f76b1c2

File tree

6 files changed

+24
-55
lines changed

6 files changed

+24
-55
lines changed

dependencies.yaml

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
# Golang (for images, latest)
2626
# To be updated before kubernetes/kubernetes update
2727
- name: "golang (latest)"
28-
version: 1.24.5
28+
version: 1.24.6
2929
refPaths:
3030
- path: images/build/cross/Makefile
3131
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -41,7 +41,7 @@ dependencies:
4141
# Golang (for images, previous stable)
4242
# To be updated before kubernetes/kubernetes update
4343
- name: "golang (previous)"
44-
version: 1.23.11
44+
version: 1.23.12
4545
refPaths:
4646
- path: images/build/cross/variants.yaml
4747
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
@@ -158,7 +158,7 @@ dependencies:
158158
match: REVISION:\ '\d+'
159159

160160
- name: "registry.k8s.io/build-image/go-runner (go1.24-bookworm)"
161-
version: v2.4.0-go1.24.5-bookworm.0
161+
version: v2.4.0-go1.24.6-bookworm.0
162162
refPaths:
163163
- path: images/build/go-runner/variants.yaml
164164
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
@@ -174,7 +174,7 @@ dependencies:
174174
# go-runner (latest Golang)
175175
# To be updated before kubernetes/kubernetes update
176176
- name: "registry.k8s.io/build-image/go-runner (go1.23-bookworm)"
177-
version: v2.4.0-go1.23.11-bookworm.0
177+
version: v2.4.0-go1.23.12-bookworm.0
178178
refPaths:
179179
- path: images/build/go-runner/variants.yaml
180180
match: 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 +215,7 @@ dependencies:
215215
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
216216

217217
- name: "registry.k8s.io/build-image/kube-cross (v1.34-go1.24)"
218-
version: v1.34.0-go1.24.5-bullseye.0
218+
version: v1.34.0-go1.24.6-bullseye.0
219219
refPaths:
220220
- path: images/build/cross/variants.yaml
221221
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-]+)*))?)'"
@@ -231,7 +231,7 @@ dependencies:
231231
# kube-cross (Kubernetes v1.33)
232232
# To be updated before kubernetes/kubernetes update
233233
- name: "registry.k8s.io/build-image/kube-cross (v1.33-go1.24)"
234-
version: v1.33.0-go1.24.5-bullseye.0
234+
version: v1.33.0-go1.24.6-bullseye.0
235235
refPaths:
236236
- path: images/build/cross/variants.yaml
237237
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-]+)*))?)'"
@@ -253,7 +253,7 @@ dependencies:
253253
# kube-cross (Kubernetes v1.32)
254254
# To be updated before kubernetes/kubernetes update
255255
- name: "registry.k8s.io/build-image/kube-cross (v1.32-go1.23)"
256-
version: v1.32.0-go1.23.11-bullseye.0
256+
version: v1.32.0-go1.23.12-bullseye.0
257257
refPaths:
258258
- path: images/build/cross/variants.yaml
259259
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-]+)*))?)'"
@@ -275,7 +275,7 @@ dependencies:
275275
# kube-cross (Kubernetes v1.31)
276276
# To be updated before kubernetes/kubernetes update
277277
- name: "registry.k8s.io/build-image/kube-cross (v1.31-go1.23)"
278-
version: v1.31.0-go1.23.11-bullseye.0
278+
version: v1.31.0-go1.23.12-bullseye.0
279279
refPaths:
280280
- path: images/build/cross/variants.yaml
281281
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-]+)*))?)'"
@@ -294,28 +294,6 @@ dependencies:
294294
- path: images/build/cross/variants.yaml
295295
match: REVISION:\ '\d+'
296296

297-
# kube-cross (Kubernetes v1.30)
298-
# To be updated before kubernetes/kubernetes update
299-
- name: "registry.k8s.io/build-image/kube-cross (v1.30-go1.23)"
300-
version: v1.30.0-go1.23.11-bullseye.0
301-
refPaths:
302-
- path: images/build/cross/variants.yaml
303-
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-]+)*))?)'"
304-
305-
- name: "registry.k8s.io/build-image/kube-cross: config variant (v1.30-go1.23)"
306-
version: go1.23-bullseye
307-
refPaths:
308-
- path: images/build/cross/variants.yaml
309-
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
310-
311-
- name: "registry.k8s.io/build-image/kube-cross: image revision (v1.30-go1.23)"
312-
version: 0
313-
refPaths:
314-
- path: images/build/cross/Makefile
315-
match: REVISION \?= \d+
316-
- path: images/build/cross/variants.yaml
317-
match: REVISION:\ '\d+'
318-
319297
# kube-cross dependents (i.e. k8s-cloud-builder)
320298
# To be updated after kubernetes/kubernetes update)
321299
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.34-cross1.24)"

images/build/cross/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ IMGNAME = kube-cross
2828
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
2929
# - v1.100-go1.17-bullseye.0 does not
3030
KUBERNETES_VERSION ?= v1.33.0
31-
GO_VERSION ?= 1.24.5
31+
GO_VERSION ?= 1.24.6
3232
GO_MAJOR_VERSION ?= 1.24
3333
OS_CODENAME ?= bullseye
3434
REVISION ?= 0

images/build/cross/variants.yaml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,45 +11,36 @@ variants:
1111
v1.34-go1.24-bullseye:
1212
CONFIG: 'go1.24-bullseye'
1313
TYPE: 'default'
14-
IMAGE_VERSION: 'v1.34.0-go1.24.5-bullseye.0'
14+
IMAGE_VERSION: 'v1.34.0-go1.24.6-bullseye.0'
1515
KUBERNETES_VERSION: 'v1.34.0'
16-
GO_VERSION: '1.24.5'
16+
GO_VERSION: '1.24.6'
1717
GO_MAJOR_VERSION: '1.24'
1818
OS_CODENAME: 'bullseye'
1919
REVISION: '0'
2020
v1.33-go1.24-bullseye:
2121
CONFIG: 'go1.24-bullseye'
2222
TYPE: 'default'
23-
IMAGE_VERSION: 'v1.33.0-go1.24.5-bullseye.0'
23+
IMAGE_VERSION: 'v1.33.0-go1.24.6-bullseye.0'
2424
KUBERNETES_VERSION: 'v1.33.0'
25-
GO_VERSION: '1.24.5'
25+
GO_VERSION: '1.24.6'
2626
GO_MAJOR_VERSION: '1.24'
2727
OS_CODENAME: 'bullseye'
2828
REVISION: '0'
2929
v1.32-go1.23-bullseye:
3030
CONFIG: 'go1.23-bullseye'
3131
TYPE: 'default'
32-
IMAGE_VERSION: 'v1.32.0-go1.23.11-bullseye.0'
32+
IMAGE_VERSION: 'v1.32.0-go1.23.12-bullseye.0'
3333
KUBERNETES_VERSION: 'v1.32.0'
34-
GO_VERSION: '1.23.11'
34+
GO_VERSION: '1.23.12'
3535
GO_MAJOR_VERSION: '1.23'
3636
OS_CODENAME: 'bullseye'
3737
REVISION: '0'
3838
v1.31-go1.23-bullseye:
3939
CONFIG: 'go1.23-bullseye'
4040
TYPE: 'default'
41-
IMAGE_VERSION: 'v1.31.0-go1.23.11-bullseye.0'
41+
IMAGE_VERSION: 'v1.31.0-go1.23.12-bullseye.0'
4242
KUBERNETES_VERSION: 'v1.31.0'
43-
GO_VERSION: '1.23.11'
44-
GO_MAJOR_VERSION: '1.23'
45-
OS_CODENAME: 'bullseye'
46-
REVISION: '0'
47-
v1.30-go1.23-bullseye:
48-
CONFIG: 'go1.23-bullseye'
49-
TYPE: 'default'
50-
IMAGE_VERSION: 'v1.30.0-go1.23.11-bullseye.0'
51-
KUBERNETES_VERSION: 'v1.30.0'
52-
GO_VERSION: '1.23.11'
43+
GO_VERSION: '1.23.12'
5344
GO_MAJOR_VERSION: '1.23'
5445
OS_CODENAME: 'bullseye'
5546
REVISION: '0'

images/build/go-runner/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ IMGNAME = go-runner
1919
APP_VERSION = $(shell cat VERSION)
2020
GO_MAJOR_VERSION ?= 1.24
2121
REVISION ?= 0
22-
GO_VERSION ?= 1.24.5
22+
GO_VERSION ?= 1.24.6
2323
OS_CODENAME ?= bookworm
2424

2525
# Build args

images/build/go-runner/variants.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ variants:
99
DISTROLESS_IMAGE: 'static-debian12'
1010
go1.24-bookworm:
1111
CONFIG: 'go1.24-bookworm'
12-
IMAGE_VERSION: 'v2.4.0-go1.24.5-bookworm.0'
12+
IMAGE_VERSION: 'v2.4.0-go1.24.6-bookworm.0'
1313
GO_MAJOR_VERSION: '1.24'
1414
OS_CODENAME: 'bookworm'
1515
REVISION: '0'
16-
GO_VERSION: '1.24.5'
16+
GO_VERSION: '1.24.6'
1717
DISTROLESS_IMAGE: 'static-debian12'
1818
go1.23-bookworm:
1919
CONFIG: 'go1.23-bookworm'
20-
IMAGE_VERSION: 'v2.4.0-go1.23.11-bookworm.0'
20+
IMAGE_VERSION: 'v2.4.0-go1.23.12-bookworm.0'
2121
GO_MAJOR_VERSION: '1.23'
2222
OS_CODENAME: 'bookworm'
2323
REVISION: '0'
24-
GO_VERSION: '1.23.11'
24+
GO_VERSION: '1.23.12'
2525
DISTROLESS_IMAGE: 'static-debian12'

images/releng/ci/variants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ variants:
66
REVISION: '0'
77
go1.24-bookworm:
88
CONFIG: 'go1.24-bookworm'
9-
GO_VERSION: '1.24.5'
9+
GO_VERSION: '1.24.6'
1010
OS_CODENAME: 'bookworm'
1111
REVISION: '0'
1212
go1.23-bookworm:
1313
CONFIG: 'go1.23-bookworm'
14-
GO_VERSION: '1.23.11'
14+
GO_VERSION: '1.23.12'
1515
OS_CODENAME: 'bookworm'
1616
REVISION: '0'

0 commit comments

Comments
 (0)