Skip to content

Commit 4ee1c0c

Browse files
authored
Merge pull request #3845 from cpanato/update-kross
Update k8s-cloud-builder and k8s-ci-builder to Go 1.22.9 and drop config for release-1.28
2 parents 23fe7e8 + 8ac1a38 commit 4ee1c0c

File tree

3 files changed

+13
-33
lines changed

3 files changed

+13
-33
lines changed

dependencies.yaml

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -283,25 +283,19 @@ dependencies:
283283

284284
# TODO: remove this after upgrade to Go 1.23 is finalized and there's on risk of reverting
285285
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.31-cross1.22)"
286-
version: v1.31.0-go1.22.8-bullseye.0
286+
version: v1.31.0-go1.22.9-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-]+)*))?)'"
290290

291291
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.30-cross1.22)"
292-
version: v1.30.0-go1.22.8-bullseye.0
292+
version: v1.30.0-go1.22.9-bullseye.0
293293
refPaths:
294294
- path: images/k8s-cloud-builder/variants.yaml
295295
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-]+)*))?)'"
296296

297297
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.29-cross1.22)"
298-
version: v1.29.0-go1.22.8-bullseye.0
299-
refPaths:
300-
- path: images/k8s-cloud-builder/variants.yaml
301-
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-]+)*))?)'"
302-
303-
- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.28-cross1.22)"
304-
version: v1.28.0-go1.22.8-bullseye.0
298+
version: v1.29.0-go1.22.9-bullseye.0
305299
refPaths:
306300
- path: images/k8s-cloud-builder/variants.yaml
307301
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-]+)*))?)'"
@@ -324,28 +318,21 @@ dependencies:
324318

325319
# Golang (previous release branch: 1.31)
326320
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.31)"
327-
version: 1.22.8
321+
version: 1.22.9
328322
refPaths:
329323
- path: images/releng/k8s-ci-builder/variants.yaml
330324
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
331325

332326
# Golang (previous release branch: 1.30)
333327
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.30)"
334-
version: 1.22.8
328+
version: 1.22.9
335329
refPaths:
336330
- path: images/releng/k8s-ci-builder/variants.yaml
337331
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
338332

339333
# Golang (previous release branch: 1.29)
340334
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.29)"
341-
version: 1.22.8
342-
refPaths:
343-
- path: images/releng/k8s-ci-builder/variants.yaml
344-
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
345-
346-
# Golang (previous release branch: 1.28)
347-
- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.28)"
348-
version: 1.22.8
335+
version: 1.22.9
349336
refPaths:
350337
- path: images/releng/k8s-ci-builder/variants.yaml
351338
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

images/k8s-cloud-builder/variants.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ variants:
88
# TODO: remove this after upgrade to Go 1.23 is finalized and there's on risk of reverting
99
v1.31-cross1.22-bullseye:
1010
CONFIG: 'cross1.22'
11-
KUBE_CROSS_VERSION: 'v1.31.0-go1.22.8-bullseye.0'
11+
KUBE_CROSS_VERSION: 'v1.31.0-go1.22.9-bullseye.0'
1212
v1.30-cross1.22-bullseye:
1313
CONFIG: 'cross1.22'
14-
KUBE_CROSS_VERSION: 'v1.30.0-go1.22.8-bullseye.0'
14+
KUBE_CROSS_VERSION: 'v1.30.0-go1.22.9-bullseye.0'
1515
v1.29-cross1.22-bullseye:
1616
CONFIG: 'cross1.21'
17-
KUBE_CROSS_VERSION: 'v1.29.0-go1.22.8-bullseye.0'
18-
v1.28-cross1.22-bullseye:
19-
CONFIG: 'cross1.20'
20-
KUBE_CROSS_VERSION: 'v1.28.0-go1.22.8-bullseye.0'
17+
KUBE_CROSS_VERSION: 'v1.29.0-go1.22.9-bullseye.0'
Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variants:
22
default:
33
CONFIG: default
4-
GO_VERSION: '1.22.8'
4+
GO_VERSION: '1.22.9'
55
OS_CODENAME: 'bullseye'
66
next:
77
CONFIG: next
@@ -13,17 +13,13 @@ variants:
1313
OS_CODENAME: 'bullseye'
1414
'1.31':
1515
CONFIG: '1.31'
16-
GO_VERSION: '1.22.8'
16+
GO_VERSION: '1.22.9'
1717
OS_CODENAME: 'bullseye'
1818
'1.30':
1919
CONFIG: '1.30'
20-
GO_VERSION: '1.22.8'
20+
GO_VERSION: '1.22.9'
2121
OS_CODENAME: 'bullseye'
2222
'1.29':
2323
CONFIG: '1.29'
24-
GO_VERSION: '1.22.8'
25-
OS_CODENAME: 'bullseye'
26-
'1.28':
27-
CONFIG: '1.28'
28-
GO_VERSION: '1.22.8'
24+
GO_VERSION: '1.22.9'
2925
OS_CODENAME: 'bullseye'

0 commit comments

Comments
 (0)