Skip to content

Commit 020b705

Browse files
committed
Bump dependencies, images and versions used to Go 1.24.6 and distroless iptables
Signed-off-by: Carlos Panato <[email protected]>
1 parent 81affff commit 020b705

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.24.5
1+
1.24.6

build/build-image/cross/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.34.0-go1.24.5-bullseye.0
1+
v1.34.0-go1.24.6-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.7.7
101-
readonly __default_go_runner_version=v2.4.0-go1.24.5-bookworm.0
100+
readonly __default_distroless_iptables_version=v0.7.8
101+
readonly __default_go_runner_version=v2.4.0-go1.24.6-bookworm.0
102102
readonly __default_setcap_version=bookworm-v1.0.4
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
@@ -117,7 +117,7 @@ dependencies:
117117
# Golang
118118
# TODO: this should really be eliminated and controlled by .go-version
119119
- name: "golang: upstream version"
120-
version: 1.24.5
120+
version: 1.24.6
121121
refPaths:
122122
- path: .go-version
123123
- path: build/build-image/cross/VERSION
@@ -138,7 +138,7 @@ dependencies:
138138
match: minimum_go_version=go([0-9]+\.[0-9]+)
139139

140140
- name: "registry.k8s.io/kube-cross: dependents"
141-
version: v1.34.0-go1.24.5-bullseye.0
141+
version: v1.34.0-go1.24.6-bullseye.0
142142
refPaths:
143143
- path: build/build-image/cross/VERSION
144144

@@ -174,15 +174,15 @@ dependencies:
174174
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-]+)*))?)
175175

176176
- name: "registry.k8s.io/distroless-iptables: dependents"
177-
version: v0.7.7
177+
version: v0.7.8
178178
refPaths:
179179
- path: build/common.sh
180180
match: __default_distroless_iptables_version=
181181
- path: test/utils/image/manifest.go
182182
match: configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
183183

184184
- name: "registry.k8s.io/go-runner: dependents"
185-
version: v2.4.0-go1.24.5-bookworm.0
185+
version: v2.4.0-go1.24.6-bookworm.0
186186
refPaths:
187187
- path: build/common.sh
188188
match: __default_go_runner_version=

staging/publishing/rules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,4 +2453,4 @@ rules:
24532453
- staging/src/k8s.io/externaljwt
24542454
recursive-delete-patterns:
24552455
- '*/.gitattributes'
2456-
default-go-version: 1.24.5
2456+
default-go-version: 1.24.6

test/utils/image/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
226226
configs[APIServer] = Config{list.PromoterE2eRegistry, "sample-apiserver", "1.29.2"}
227227
configs[AppArmorLoader] = Config{list.PromoterE2eRegistry, "apparmor-loader", "1.4"}
228228
configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.37.0-1"}
229-
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.7.7"}
229+
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.7.8"}
230230
configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.6.4-0"}
231231
configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"}
232232
configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}

0 commit comments

Comments
 (0)