Skip to content

Commit

Permalink
Merge pull request #2222 from justaugustus/go117
Browse files Browse the repository at this point in the history
k8s-cloud-builder: Update to v1.23.0-go1.17-buster.0
  • Loading branch information
k8s-ci-robot committed Aug 25, 2021
2 parents ee1077f + f730f89 commit b7ff3c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,10 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross: dependents"
version: v1.16.7-1
version: v1.23.0-go1.17-buster.0
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-]+)*))?)-\\d+'"
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-]+)*))?)'"

# Golang (next candidate)
- name: "golang (next candidate)"
Expand Down Expand Up @@ -242,10 +242,10 @@ dependencies:
match: "CONFIG: 'go\\d+.\\d+-(bullseye|buster)'"

- name: "k8s.gcr.io/build-image/kube-cross: dependents (next candidate)"
version: v1.17.0-rc.2-1
version: v1.23.0-go1.17-buster.0
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-]+)*))?)-\\d+'"
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-]+)*))?)'"

# Golang (for previous release branches)
- name: "golang (for previous release branches)"
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ substitutions:
_GIT_TAG: '12345'
_PULL_BASE_REF: 'dev'
_CONFIG: 'cross0.0'
_KUBE_CROSS_VERSION: 'v0.0.0-0'
_KUBE_CROSS_VERSION: 'v0.0.0-go0.0.0-codename.0'
_REGISTRY: 'fake.repository/registry-name'

images:
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
cross1.17:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.17.0-rc.2-1'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17-buster.0'
cross1.16:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.16.7-1'
Expand Down

0 comments on commit b7ff3c5

Please sign in to comment.