File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -191,10 +191,10 @@ dependencies:
191191 match : REVISION:\ '\d+'
192192
193193 - name : " k8s.gcr.io/build-image/kube-cross: dependents"
194- version : v1.16.7-1
194+ version : v1.23.0-go1.17-buster.0
195195 refPaths :
196196 - path : images/k8s-cloud-builder/variants.yaml
197- 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-]+)*))?)- \\ d+ '"
197+ 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-]+)*))?)'"
198198
199199 # Golang (next candidate)
200200 - name : " golang (next candidate)"
@@ -242,10 +242,10 @@ dependencies:
242242 match : " CONFIG: 'go\\ d+.\\ d+-(bullseye|buster)'"
243243
244244 - name : " k8s.gcr.io/build-image/kube-cross: dependents (next candidate)"
245- version : v1.17 .0-rc.2-1
245+ version : v1.23 .0-go1.17-buster.0
246246 refPaths :
247247 - path : images/k8s-cloud-builder/variants.yaml
248- 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-]+)*))?)- \\ d+ '"
248+ 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-]+)*))?)'"
249249
250250 # Golang (for previous release branches)
251251 - name : " golang (for previous release branches)"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ substitutions:
2525 _GIT_TAG : ' 12345'
2626 _PULL_BASE_REF : ' dev'
2727 _CONFIG : ' cross0.0'
28- _KUBE_CROSS_VERSION : ' v0.0.0-0'
28+ _KUBE_CROSS_VERSION : ' v0.0.0-go0.0.0-codename. 0'
2929 _REGISTRY : ' fake.repository/registry-name'
3030
3131images :
Original file line number Diff line number Diff line change 11variants :
22 cross1.17 :
33 CONFIG : ' cross1.17'
4- KUBE_CROSS_VERSION : ' v1.17 .0-rc.2-1 '
4+ KUBE_CROSS_VERSION : ' v1.23 .0-go1.17-buster.0 '
55 cross1.16 :
66 CONFIG : ' cross1.16'
77 KUBE_CROSS_VERSION : ' v1.16.7-1'
You can’t perform that action at this time.
0 commit comments