Skip to content

Commit 9d5a7ff

Browse files
committed
Bump images, dependencies and versions to go 1.23rc2
Signed-off-by: cpanato <[email protected]>
1 parent 5c269fe commit 9d5a7ff

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23rc1
1+
1.23rc2

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.31.0-go1.23rc1-bullseye.0
1+
v1.31.0-go1.23rc2-bullseye.0

build/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
9797
readonly KUBE_CONTAINER_RSYNC_PORT=8730
9898

9999
# These are the default versions (image tags) for their respective base images.
100-
readonly __default_distroless_iptables_version=v0.6.0
101-
readonly __default_go_runner_version=v2.3.1-go1.23rc1-bookworm.0
100+
readonly __default_distroless_iptables_version=v0.6.1
101+
readonly __default_go_runner_version=v2.3.1-go1.23rc2-bookworm.0
102102
readonly __default_setcap_version=bookworm-v1.0.3
103103

104104
# These are the base images for the Docker-wrapped binaries.

build/dependencies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies:
116116

117117
# Golang
118118
- name: "golang: upstream version"
119-
version: 1.23rc1
119+
version: 1.23rc2
120120
refPaths:
121121
- path: .go-version
122122
- path: build/build-image/cross/VERSION
@@ -141,7 +141,7 @@ dependencies:
141141
# match: minimum_go_version=go([0-9]+\.[0-9]+)
142142

143143
- name: "registry.k8s.io/kube-cross: dependents"
144-
version: v1.31.0-go1.23rc1-bullseye.0
144+
version: v1.31.0-go1.23rc2-bullseye.0
145145
refPaths:
146146
- path: build/build-image/cross/VERSION
147147

@@ -179,15 +179,15 @@ dependencies:
179179
match: registry\.k8s\.io\/build-image\/debian-base:[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
180180

181181
- name: "registry.k8s.io/distroless-iptables: dependents"
182-
version: v0.6.0
182+
version: v0.6.1
183183
refPaths:
184184
- path: build/common.sh
185185
match: __default_distroless_iptables_version=
186186
- path: test/utils/image/manifest.go
187187
match: configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
188188

189189
- name: "registry.k8s.io/go-runner: dependents"
190-
version: v2.3.1-go1.23rc1-bookworm.0
190+
version: v2.3.1-go1.23rc2-bookworm.0
191191
refPaths:
192192
- path: build/common.sh
193193
match: __default_go_runner_version=

test/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ REGISTRY ?= registry.k8s.io/e2e-test-images
1616
GOARM ?= 7
1717
DOCKER_CERT_BASE_PATH ?=
1818
QEMUVERSION=v5.1.0-2
19-
GOLANG_VERSION=1.23rc1
19+
GOLANG_VERSION=1.23rc2
2020
export
2121

2222
ifndef WHAT

test/utils/image/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
229229
configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.36.1-1"}
230230
configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"}
231231
configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.3"}
232-
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.6.0"}
232+
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.6.1"}
233233
configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.14-0"}
234234
configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"}
235235
configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}

0 commit comments

Comments
 (0)