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 @@ -189,16 +189,16 @@ dependencies:
189
189
190
190
# kube-cross
191
191
- name : " registry.k8s.io/build-image/kube-cross (v1.28-go1.21)"
192
- version : v1.28.0-go1.21rc2-bullseye .0
192
+ version : v1.28.0-go1.21rc2-bookworm .0
193
193
refPaths :
194
194
- path : images/build/cross/variants.yaml
195
195
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-]+)*))?)'"
196
196
197
197
- name : " registry.k8s.io/build-image/kube-cross: config variant (v1.28-go1.21)"
198
- version : go1.21-bullseye
198
+ version : go1.21-bookworm
199
199
refPaths :
200
200
- path : images/build/cross/variants.yaml
201
- match : " CONFIG: 'go\\ d+.\\ d+-bullseye '"
201
+ match : " CONFIG: 'go\\ d+.\\ d+-bookworm '"
202
202
203
203
- name : " registry.k8s.io/build-image/kube-cross: image revision (v1.28-go1.21)"
204
204
version : 0
@@ -333,10 +333,10 @@ dependencies:
333
333
match : REVISION:\ '\d+'
334
334
335
335
- name : " registry.k8s.io/build-image/kube-cross: config variant (next candidate)"
336
- version : go1.21-bullseye
336
+ version : go1.21-bookworm
337
337
refPaths :
338
338
- path : images/build/cross/variants.yaml
339
- match : " CONFIG: 'go\\ d+.\\ d+-bullseye '"
339
+ match : " CONFIG: 'go\\ d+.\\ d+-bookworm '"
340
340
341
341
# Golang (previous release branches: 1.26)
342
342
- 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