Skip to content

Commit

Permalink
Merge pull request #2163 from puerco/bump-k8s-builder
Browse files Browse the repository at this point in the history
k8s-cloud-builder: Build image using go1.16.6
  • Loading branch information
k8s-ci-robot committed Jul 14, 2021
2 parents 1bf4791 + 6b1e8b1 commit f4a37c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Expand Up @@ -157,7 +157,7 @@ dependencies:
match: go\d+.\d+

- name: "k8s.gcr.io/build-image/kube-cross: dependents"
version: v1.16.5-1
version: v1.16.6-1
refPaths:
- path: images/k8s-cloud-builder/variants.yaml
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)-\d+
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-cloud-builder/variants.yaml
@@ -1,7 +1,7 @@
variants:
cross1.16:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.16.5-1'
KUBE_CROSS_VERSION: 'v1.16.6-1'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.13-1'
Expand Down

0 comments on commit f4a37c5

Please sign in to comment.