Skip to content

Commit

Permalink
Merge pull request #2268 from cpanato/bump-k8s-cloud-builder
Browse files Browse the repository at this point in the history
k8s-cloud-builder: bump kube-cross image tag to v1.23.0-go1.17.1-buster.1
  • Loading branch information
k8s-ci-robot authored Sep 28, 2021
2 parents 0ff1922 + c77790a commit c45f968
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,13 @@ dependencies:
- path: images/build/cross/variants.yaml
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross: dependents"
- name: "k8s.gcr.io/build-image/kube-cross: dependents bullseye"
version: v1.23.0-go1.17.1-bullseye.1
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
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-]+)*))?)'"

- name: "k8s.gcr.io/build-image/kube-cross: dependents buster"
version: v1.23.0-go1.17.1-buster.0
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
Expand Down
10 changes: 8 additions & 2 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
variants:
cross1.17:
v1.23-cross1.17-bullseye:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.1-bullseye.1'
v1.23-cross1.17-buster:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.1-buster.0'
cross1.16:
v1.22-cross1.16-buster:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.22.0-go1.16.8-buster.0'
v1.21-cross1.16-buster:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.21.0-go1.16.8-buster.0'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.15-1'
Expand Down

0 comments on commit c45f968

Please sign in to comment.