Skip to content

Commit 8a0856a

Browse files
authored
Merge pull request #4136 from cpanato/update-builder
Update k8s-cloud-builder and k8s-ci-builder to Go v1.25.1 and v1.24.7
2 parents 239e098 + d896aa3 commit 8a0856a

File tree

4 files changed

+36
-20
lines changed

4 files changed

+36
-20
lines changed

dependencies.yaml

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,13 +277,13 @@ dependencies:
277277
# kube-cross dependents (i.e. k8s-cloud-builder)
278278
# To be updated after kubernetes/kubernetes update)
279279
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.34-cross1.24)"
280-
version: v1.34.0-go1.24.6-bullseye.0
280+
version: v1.34.0-go1.24.7-bullseye.0
281281
refPaths:
282282
- path: images/k8s-cloud-builder/variants.yaml
283283
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
284284

285285
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.33-cross1.24)"
286-
version: v1.33.0-go1.24.6-bullseye.0
286+
version: v1.33.0-go1.24.7-bullseye.0
287287
refPaths:
288288
- path: images/k8s-cloud-builder/variants.yaml
289289
match: "KUBE_CROSS_VERSION: 'v((([0-9]+)\\.([0-9]+)\\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?)'"
@@ -309,16 +309,23 @@ dependencies:
309309

310310
# Golang (current release branch: master)
311311
- name: "golang: after kubernetes/kubernetes update (master)"
312-
version: 1.24.6
312+
version: 1.25.1
313313
refPaths:
314314
- path: images/releng/k8s-ci-builder/Makefile
315315
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
316316
- path: images/releng/k8s-ci-builder/variants.yaml
317317
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
318318

319+
# Golang (previous release branch: 1.34)
320+
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.34)"
321+
version: 1.24.7
322+
refPaths:
323+
- path: images/releng/k8s-ci-builder/variants.yaml
324+
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
325+
319326
# Golang (previous release branch: 1.33)
320327
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.33)"
321-
version: 1.24.6
328+
version: 1.24.7
322329
refPaths:
323330
- path: images/releng/k8s-ci-builder/variants.yaml
324331
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -339,27 +346,33 @@ dependencies:
339346

340347
# k8s-ci-builder
341348
- name: "golang: releng tooling for k8s-ci-builder (master)"
342-
version: 1.24.6
349+
version: 1.25.1
343350
refPaths:
344351
- path: images/releng/k8s-ci-builder/Makefile
345352
match: GO_VERSION_TOOLING\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
346353
- path: images/releng/k8s-ci-builder/variants.yaml
347354
match: "GO_VERSION_TOOLING: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
348355

356+
- name: "golang: releng tooling for k8s-ci-builder (previous release branches: 1.34)"
357+
version: 1.24.7
358+
refPaths:
359+
- path: images/releng/k8s-ci-builder/variants.yaml
360+
match: "GO_VERSION_TOOLING: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
361+
349362
- name: "golang: releng tooling for k8s-ci-builder (previous release branches: 1.33)"
350-
version: 1.24.6
363+
version: 1.24.7
351364
refPaths:
352365
- path: images/releng/k8s-ci-builder/variants.yaml
353366
match: "GO_VERSION_TOOLING: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
354367

355368
- name: "golang: releng tooling for k8s-ci-builder (previous release branches: 1.32)"
356-
version: 1.24.6
369+
version: 1.24.7
357370
refPaths:
358371
- path: images/releng/k8s-ci-builder/variants.yaml
359372
match: "GO_VERSION_TOOLING: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
360373

361374
- name: "golang: releng tooling for k8s-ci-builder (previous release branches: 1.31)"
362-
version: 1.24.6
375+
version: 1.24.7
363376
refPaths:
364377
- path: images/releng/k8s-ci-builder/variants.yaml
365378
match: "GO_VERSION_TOOLING: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"

images/k8s-cloud-builder/variants.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
variants:
2+
v1.35-cross1.25-bullseye:
3+
CONFIG: 'cross1.25'
4+
KUBE_CROSS_VERSION: 'v1.35.0-go1.25.1-bullseye.0'
25
v1.34-cross1.24-bullseye:
36
CONFIG: 'cross1.24'
4-
KUBE_CROSS_VERSION: 'v1.34.0-go1.24.6-bullseye.0'
7+
KUBE_CROSS_VERSION: 'v1.34.0-go1.24.7-bullseye.0'
58
v1.33-cross1.24-bullseye:
69
CONFIG: 'cross1.24'
7-
KUBE_CROSS_VERSION: 'v1.33.0-go1.24.6-bullseye.0'
10+
KUBE_CROSS_VERSION: 'v1.33.0-go1.24.7-bullseye.0'
811
v1.32-cross1.23-bullseye:
912
CONFIG: 'cross1.23'
1013
KUBE_CROSS_VERSION: 'v1.32.0-go1.23.12-bullseye.0'

images/releng/k8s-ci-builder/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
2424
TAG ?= $(shell git describe --tags --always --dirty)
2525

2626
# Build args
27-
GO_VERSION ?= 1.24.6
28-
GO_VERSION_TOOLING ?= 1.24.6
27+
GO_VERSION ?= 1.25.1
28+
GO_VERSION_TOOLING ?= 1.25.1
2929
OS_CODENAME ?= bullseye
3030
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)
3131

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
variants:
22
default:
33
CONFIG: default
4-
GO_VERSION: '1.24.6'
5-
GO_VERSION_TOOLING: '1.24.6'
4+
GO_VERSION: '1.25.1'
5+
GO_VERSION_TOOLING: '1.25.1'
66
OS_CODENAME: 'bullseye'
77
next:
88
CONFIG: next
@@ -11,21 +11,21 @@ variants:
1111
OS_CODENAME: 'bookworm'
1212
'1.34':
1313
CONFIG: '1.34'
14-
GO_VERSION: '1.24.6'
15-
GO_VERSION_TOOLING: '1.24.6'
14+
GO_VERSION: '1.24.7'
15+
GO_VERSION_TOOLING: '1.24.7'
1616
OS_CODENAME: 'bullseye'
1717
'1.33':
1818
CONFIG: '1.33'
19-
GO_VERSION: '1.24.6'
20-
GO_VERSION_TOOLING: '1.24.6'
19+
GO_VERSION: '1.24.7'
20+
GO_VERSION_TOOLING: '1.24.7'
2121
OS_CODENAME: 'bullseye'
2222
'1.32':
2323
CONFIG: '1.32'
2424
GO_VERSION: '1.23.12'
25-
GO_VERSION_TOOLING: '1.24.6'
25+
GO_VERSION_TOOLING: '1.24.7'
2626
OS_CODENAME: 'bullseye'
2727
'1.31':
2828
CONFIG: '1.31'
2929
GO_VERSION: '1.23.12'
30-
GO_VERSION_TOOLING: '1.24.6'
30+
GO_VERSION_TOOLING: '1.24.7'
3131
OS_CODENAME: 'bullseye'

0 commit comments

Comments
 (0)