Skip to content

Commit

Permalink
Merge pull request #2198 from cpanato/cloud-builder
Browse files Browse the repository at this point in the history
k8s-cloud-builder/k8s-ci-builder: Build image using go1.16.7
  • Loading branch information
k8s-ci-robot committed Aug 7, 2021
2 parents 286b0c2 + afff9ea commit fd8145c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies:
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update"
version: 1.16.6
version: 1.16.7
refPaths:
- path: images/releng/k8s-ci-builder/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -157,7 +157,7 @@ dependencies:
match: go\d+.\d+

- name: "k8s.gcr.io/build-image/kube-cross: dependents"
version: v1.16.6-1
version: v1.16.7-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variants:
KUBE_CROSS_VERSION: 'v1.17.0-rc.2-1'
cross1.16:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.16.6-1'
KUBE_CROSS_VERSION: 'v1.16.7-1'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.14-1'
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG OLD_BAZEL_VERSION

# The Golang version for the builder image should always be explicitly set to
# the Golang version of the kubernetes/kubernetes active development branch
FROM golang:1.16.6 AS builder
FROM golang:1.16.7 AS builder

WORKDIR /go/src/k8s.io/release

Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
TAG ?= $(shell git describe --tags --always --dirty)

# Build args
GO_VERSION ?= 1.16.6
GO_VERSION ?= 1.16.7
BAZEL_VERSION ?= 3.4.1
OLD_BAZEL_VERSION ?= 2.2.0
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)
Expand Down
6 changes: 3 additions & 3 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
default:
CONFIG: default
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.23':
Expand All @@ -11,12 +11,12 @@ variants:
OLD_BAZEL_VERSION: '2.2.0'
'1.22':
CONFIG: '1.22'
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.21':
CONFIG: '1.21'
GO_VERSION: '1.16.6'
GO_VERSION: '1.16.7'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.20':
Expand Down

0 comments on commit fd8145c

Please sign in to comment.