Skip to content

Commit cc1cb79

Browse files
committed
Bump images, dependencies and versions to go 1.24rc3
1 parent 6377471 commit cc1cb79

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Diff for: .go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24rc2
1+
1.24rc3

Diff for: build/build-image/cross/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.33.0-go1.24rc2-bullseye.0
1+
v1.33.0-go1.24rc3-bullseye.0

Diff for: build/common.sh

+2-2
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.7.1
101-
readonly __default_go_runner_version=v2.4.0-go1.24rc2-bookworm.0
100+
readonly __default_distroless_iptables_version=v0.7.2
101+
readonly __default_go_runner_version=v2.4.0-go1.24rc3-bookworm.0
102102
readonly __default_setcap_version=bookworm-v1.0.4
103103

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

Diff for: build/dependencies.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies:
116116

117117
# Golang
118118
- name: "golang: upstream version"
119-
version: 1.24rc2
119+
version: 1.24rc3
120120
refPaths:
121121
- path: .go-version
122122
- path: build/build-image/cross/VERSION
@@ -143,7 +143,7 @@ dependencies:
143143
# match: golang:([0-9]+\.[0-9]+).0-bullseye
144144

145145
- name: "registry.k8s.io/kube-cross: dependents"
146-
version: v1.33.0-go1.24rc2-bullseye.0
146+
version: v1.33.0-go1.24rc3-bullseye.0
147147
refPaths:
148148
- path: build/build-image/cross/VERSION
149149

@@ -181,15 +181,15 @@ dependencies:
181181
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-]+)*))?)
182182

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

191191
- name: "registry.k8s.io/go-runner: dependents"
192-
version: v2.4.0-go1.24rc2-bookworm.0
192+
version: v2.4.0-go1.24rc3-bookworm.0
193193
refPaths:
194194
- path: build/common.sh
195195
match: __default_go_runner_version=

Diff for: test/images/Makefile

+1-1
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.24rc2
19+
GOLANG_VERSION=1.24rc3
2020
export
2121

2222
ifndef WHAT

Diff for: test/utils/image/manifest.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
223223
configs[APIServer] = Config{list.PromoterE2eRegistry, "sample-apiserver", "1.29.2"}
224224
configs[AppArmorLoader] = Config{list.PromoterE2eRegistry, "apparmor-loader", "1.4"}
225225
configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.36.1-1"}
226-
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.7.1"}
226+
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.7.2"}
227227
configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.17-0"}
228228
configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"}
229229
configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}

0 commit comments

Comments
 (0)