Skip to content

Commit 5df2e15

Browse files
authored
Merge pull request #3931 from cpanato/update-cloudbuilder
Update k8s-cloud-builder and k8s-ci-builder to Go 1.23.6 for releases branches 1.29/30/31
2 parents 7f5e2df + 298dd07 commit 5df2e15

File tree

3 files changed

+17
-28
lines changed

3 files changed

+17
-28
lines changed

dependencies.yaml

+7-14
Original file line numberDiff line numberDiff line change
@@ -368,21 +368,14 @@ dependencies:
368368
- path: images/k8s-cloud-builder/variants.yaml
369369
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-]+)*))?)'"
370370

371-
# TODO: remove this after upgrade to Go 1.23 is finalized and there's on risk of reverting
372-
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.31-cross1.22)"
373-
version: v1.31.0-go1.22.12-bullseye.0
374-
refPaths:
375-
- path: images/k8s-cloud-builder/variants.yaml
376-
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-]+)*))?)'"
377-
378-
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.30-cross1.22)"
379-
version: v1.30.0-go1.22.12-bullseye.0
371+
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.30-cross1.23)"
372+
version: v1.30.0-go1.23.6-bullseye.0
380373
refPaths:
381374
- path: images/k8s-cloud-builder/variants.yaml
382375
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-]+)*))?)'"
383376

384-
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.29-cross1.22)"
385-
version: v1.29.0-go1.22.12-bullseye.0
377+
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.29-cross1.23)"
378+
version: v1.29.0-go1.23.6-bullseye.0
386379
refPaths:
387380
- path: images/k8s-cloud-builder/variants.yaml
388381
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-]+)*))?)'"
@@ -412,21 +405,21 @@ dependencies:
412405

413406
# Golang (previous release branch: 1.31)
414407
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.31)"
415-
version: 1.22.12
408+
version: 1.23.6
416409
refPaths:
417410
- path: images/releng/k8s-ci-builder/variants.yaml
418411
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
419412

420413
# Golang (previous release branch: 1.30)
421414
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.30)"
422-
version: 1.22.12
415+
version: 1.23.6
423416
refPaths:
424417
- path: images/releng/k8s-ci-builder/variants.yaml
425418
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
426419

427420
# Golang (previous release branch: 1.29)
428421
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.29)"
429-
version: 1.22.12
422+
version: 1.23.6
430423
refPaths:
431424
- path: images/releng/k8s-ci-builder/variants.yaml
432425
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

images/k8s-cloud-builder/variants.yaml

+6-10
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ variants:
88
v1.31-cross1.23-bullseye:
99
CONFIG: 'cross1.23'
1010
KUBE_CROSS_VERSION: 'v1.31.0-go1.23.6-bullseye.0'
11-
# TODO: remove this after upgrade to Go 1.23 is finalized and there's on risk of reverting
12-
v1.31-cross1.22-bullseye:
13-
CONFIG: 'cross1.22'
14-
KUBE_CROSS_VERSION: 'v1.31.0-go1.22.12-bullseye.0'
15-
v1.30-cross1.22-bullseye:
16-
CONFIG: 'cross1.22'
17-
KUBE_CROSS_VERSION: 'v1.30.0-go1.22.12-bullseye.0'
18-
v1.29-cross1.22-bullseye:
19-
CONFIG: 'cross1.21'
20-
KUBE_CROSS_VERSION: 'v1.29.0-go1.22.12-bullseye.0'
11+
v1.30-cross1.23-bullseye:
12+
CONFIG: 'cross1.23'
13+
KUBE_CROSS_VERSION: 'v1.30.0-go1.23.6-bullseye.0'
14+
v1.29-cross1.23-bullseye:
15+
CONFIG: 'cross1.23'
16+
KUBE_CROSS_VERSION: 'v1.29.0-go1.23.6-bullseye.0'

images/releng/k8s-ci-builder/variants.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
22
default:
33
CONFIG: default
4-
GO_VERSION: '1.22.12'
4+
GO_VERSION: '1.23.6'
55
GO_VERSION_TOOLING: '1.23.6'
66
OS_CODENAME: 'bullseye'
77
next:
@@ -21,16 +21,16 @@ variants:
2121
OS_CODENAME: 'bullseye'
2222
'1.31':
2323
CONFIG: '1.31'
24-
GO_VERSION: '1.22.12'
24+
GO_VERSION: '1.23.6'
2525
GO_VERSION_TOOLING: '1.23.6'
2626
OS_CODENAME: 'bullseye'
2727
'1.30':
2828
CONFIG: '1.30'
29-
GO_VERSION: '1.22.12'
29+
GO_VERSION: '1.23.6'
3030
GO_VERSION_TOOLING: '1.23.6'
3131
OS_CODENAME: 'bullseye'
3232
'1.29':
3333
CONFIG: '1.29'
34-
GO_VERSION: '1.22.12'
34+
GO_VERSION: '1.23.6'
3535
GO_VERSION_TOOLING: '1.23.6'
3636
OS_CODENAME: 'bullseye'

0 commit comments

Comments
 (0)