Skip to content

Commit

Permalink
Merge pull request #2168 from justaugustus/go117
Browse files Browse the repository at this point in the history
Update/build Golang 1.17rc1 and 1.16.6 images
  • Loading branch information
k8s-ci-robot authored Jul 14, 2021
2 parents 1a3e5f5 + 99473d2 commit a1aca71
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
8 changes: 2 additions & 6 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.5
version: 1.16.6
refPaths:
- path: images/releng/k8s-ci-builder/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -172,10 +172,6 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
- path: images/releng/ci/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (next candidate)"
version: 1.16.5
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

Expand Down Expand Up @@ -211,7 +207,7 @@ dependencies:
match: go\d+.\d+

- name: "k8s.gcr.io/build-image/kube-cross: dependents (next candidate)"
version: v1.16.6-1
version: v1.17.0-rc.1-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
3 changes: 3 additions & 0 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
variants:
cross1.17:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.17.0-rc.1-1'
cross1.16:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.16.6-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.5 AS builder
FROM golang:1.16.6 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.5
GO_VERSION ?= 1.16.6
BAZEL_VERSION ?= 3.4.1
OLD_BAZEL_VERSION ?= 2.2.0
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)
Expand Down
19 changes: 12 additions & 7 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
variants:
default:
CONFIG: default
GO_VERSION: '1.16.5'
GO_VERSION: '1.16.6'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.23':
CONFIG: '1.23'
GO_VERSION: '1.17rc1'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.22':
CONFIG: '1.22'
GO_VERSION: '1.16.6'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.21':
CONFIG: '1.21'
GO_VERSION: '1.16.5'
GO_VERSION: '1.16.6'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
'1.20':
Expand All @@ -19,8 +29,3 @@ variants:
GO_VERSION: '1.15.13'
BAZEL_VERSION: '2.2.0'
OLD_BAZEL_VERSION: '0.23.2'
'1.18':
CONFIG: '1.18'
GO_VERSION: '1.13.15'
BAZEL_VERSION: '2.2.0'
OLD_BAZEL_VERSION: '0.23.2'

0 comments on commit a1aca71

Please sign in to comment.