Skip to content

Commit

Permalink
Bump k8s-cloud-builder and k8s-ci-builder to Go 1.19.4 and Go 1.18.9
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Mudrinić <[email protected]>
  • Loading branch information
xmudrii committed Dec 5, 2022
1 parent ff98023 commit e439a16
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies:
match: go \d+.\d+

- name: "golang: after kubernetes/kubernetes update"
version: 1.18.8
version: 1.18.9
refPaths:
- path: images/releng/k8s-ci-builder/Dockerfile
match: FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-\${OS_CODENAME} AS builder
Expand Down Expand Up @@ -185,7 +185,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross: dependents bullseye"
version: v1.25.0-go1.19.3-bullseye.0
version: v1.25.0-go1.19.4-bullseye.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-]+)*))?)'"
Expand Down Expand Up @@ -235,7 +235,7 @@ dependencies:
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "k8s.gcr.io/build-image/kube-cross: dependents (next candidate)"
version: v1.25.0-go1.19.3-bullseye.0
version: v1.25.0-go1.19.4-bullseye.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-]+)*))?)'"
Expand All @@ -252,7 +252,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: 1.24)"
version: 1.18.8
version: 1.18.9
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down
4 changes: 2 additions & 2 deletions images/k8s-cloud-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
variants:
v1.25-cross1.19-bullseye:
CONFIG: 'cross1.19'
KUBE_CROSS_VERSION: 'v1.25.0-go1.19.3-bullseye.0'
KUBE_CROSS_VERSION: 'v1.25.0-go1.19.4-bullseye.0'
v1.24-cross1.18-bullseye:
CONFIG: 'cross1.18'
KUBE_CROSS_VERSION: 'v1.24.0-go1.18.8-bullseye.0'
KUBE_CROSS_VERSION: 'v1.24.0-go1.18.9-bullseye.0'
v1.23-cross1.17-bullseye:
CONFIG: 'cross1.17'
KUBE_CROSS_VERSION: 'v1.23.0-go1.17.13-bullseye.0'
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 OS_CODENAME

# 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.18.8-${OS_CODENAME} AS builder
FROM golang:1.18.9-${OS_CODENAME} 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.18.8
GO_VERSION ?= 1.18.9
OS_CODENAME ?= bullseye
IMAGE_ARG ?= $(IMAGE):$(TAG)-$(CONFIG)

Expand Down
8 changes: 4 additions & 4 deletions images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
variants:
default:
CONFIG: default
GO_VERSION: '1.18.8'
GO_VERSION: '1.18.9'
OS_CODENAME: 'bullseye'
next:
CONFIG: next
GO_VERSION: '1.19.3'
GO_VERSION: '1.19.4'
OS_CODENAME: 'bullseye'
'1.25':
CONFIG: '1.25'
GO_VERSION: '1.19.3'
GO_VERSION: '1.19.4'
OS_CODENAME: 'bullseye'
'1.24':
CONFIG: '1.24'
GO_VERSION: '1.18.8'
GO_VERSION: '1.18.9'
OS_CODENAME: 'bullseye'
'1.23':
CONFIG: '1.23'
Expand Down

0 comments on commit e439a16

Please sign in to comment.