Skip to content

Commit

Permalink
Merge pull request #3257 from cpanato/updates
Browse files Browse the repository at this point in the history
Update k8s-cloud-builder/k8s-ci-builder to Go 1.21.1 after updating k/k master
  • Loading branch information
k8s-ci-robot authored Sep 8, 2023
2 parents 65696f7 + daeb467 commit 31f732d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.20.7
version: 1.21.1
refPaths:
- path: images/releng/k8s-ci-builder/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -287,7 +287,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.29-cross1.21)"
version: v1.29.0-go1.21.0-bullseye.0
version: v1.29.0-go1.21.1-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 @@ -360,7 +360,7 @@ dependencies:
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

- name: "golang: after kubernetes/kubernetes update (previous release branches: master)"
version: 1.21.0
version: 1.21.1
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\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
@@ -1,7 +1,7 @@
variants:
v1.29-cross1.21-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.29.0-go1.21.0-bullseye.0'
KUBE_CROSS_VERSION: 'v1.29.0-go1.21.1-bullseye.0'
v1.28-cross1.20-bullseye:
CONFIG: 'cross1.20'
KUBE_CROSS_VERSION: 'v1.28.0-go1.20.7-bullseye.0'
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.20.7
GO_VERSION ?= 1.21.1
OS_CODENAME ?= bullseye
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,15 +1,15 @@
variants:
default:
CONFIG: default
GO_VERSION: '1.21.0'
GO_VERSION: '1.21.1'
OS_CODENAME: 'bullseye'
next:
CONFIG: next
GO_VERSION: '1.21.0'
GO_VERSION: '1.21.1'
OS_CODENAME: 'bookworm'
'1.29':
CONFIG: '1.29'
GO_VERSION: '1.21.0'
GO_VERSION: '1.21.1'
OS_CODENAME: 'bullseye'
'1.28':
CONFIG: '1.28'
Expand Down

0 comments on commit 31f732d

Please sign in to comment.