File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -195,16 +195,16 @@ dependencies:
195
195
196
196
# kube-cross
197
197
- name : " registry.k8s.io/build-image/kube-cross (v1.28-go1.21)"
198
- version : v1.28.0-go1.21rc2-bullseye .0
198
+ version : v1.28.0-go1.21rc2-bookworm .0
199
199
refPaths :
200
200
- path : images/build/cross/variants.yaml
201
201
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-]+)*))?)'"
202
202
203
203
- name : " registry.k8s.io/build-image/kube-cross: config variant (v1.28-go1.21)"
204
- version : go1.21-bullseye
204
+ version : go1.21-bookworm
205
205
refPaths :
206
206
- path : images/build/cross/variants.yaml
207
- match : " CONFIG: 'go\\ d+.\\ d+-bullseye '"
207
+ match : " CONFIG: 'go\\ d+.\\ d+-bookworm '"
208
208
209
209
- name : " registry.k8s.io/build-image/kube-cross: image revision (v1.28-go1.21)"
210
210
version : 0
@@ -339,10 +339,10 @@ dependencies:
339
339
match : REVISION:\ '\d+'
340
340
341
341
- name : " registry.k8s.io/build-image/kube-cross: config variant (next candidate)"
342
- version : go1.21-bullseye
342
+ version : go1.21-bookworm
343
343
refPaths :
344
344
- path : images/build/cross/variants.yaml
345
- match : " CONFIG: 'go\\ d+.\\ d+-bullseye '"
345
+ match : " CONFIG: 'go\\ d+.\\ d+-bookworm '"
346
346
347
347
# Golang (previous release branches: 1.26)
348
348
- name : " golang (previous release branches: 1.26)"
Original file line number Diff line number Diff line change 1
1
variants :
2
- v1.28-go1.21-bullseye :
3
- CONFIG : ' go1.21-bullseye '
2
+ v1.28-go1.21-bookworm :
3
+ CONFIG : ' go1.21-bookworm '
4
4
TYPE : ' default'
5
- IMAGE_VERSION : ' v1.28.0-go1.21rc2-bullseye .0'
5
+ IMAGE_VERSION : ' v1.28.0-go1.21rc2-bookworm .0'
6
6
KUBERNETES_VERSION : ' v1.28.0'
7
7
GO_VERSION : ' 1.21rc2'
8
8
GO_MAJOR_VERSION : ' 1.21'
9
- OS_CODENAME : ' bullseye '
9
+ OS_CODENAME : ' bookworm '
10
10
REVISION : ' 0'
11
11
PROTOBUF_VERSION : ' 3.19.4'
12
12
v1.27-go1.20-bullseye :
You can’t perform that action at this time.
0 commit comments