mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Bump images and versions to go 1.25.6 and distroless iptables
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
parent
efc15394a1
commit
5e54532bf4
4 changed files with 7 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
v1.35.0-go1.25.5-bullseye.0
|
||||
v1.36.0-go1.25.6-bullseye.0
|
||||
|
|
@ -80,8 +80,8 @@ readonly REMOTE_OUTPUT_BINPATH="${REMOTE_OUTPUT_SUBPATH}/bin"
|
|||
readonly REMOTE_OUTPUT_GOPATH="${REMOTE_OUTPUT_SUBPATH}/go"
|
||||
|
||||
# These are the default versions (image tags) for their respective base images.
|
||||
readonly __default_distroless_iptables_version=v0.8.6
|
||||
readonly __default_go_runner_version=v2.4.0-go1.25.5-bookworm.0
|
||||
readonly __default_distroless_iptables_version=v0.8.7
|
||||
readonly __default_go_runner_version=v2.4.0-go1.25.6-bookworm.0
|
||||
readonly __default_setcap_version=bookworm-v1.0.6
|
||||
|
||||
# The default image for all binaries which are dynamically linked.
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@ dependencies:
|
|||
# should also be updated, but go-runner is much harder to exploit and has
|
||||
# far less relevancy to go updates for Kubernetes more generally.
|
||||
- name: "registry.k8s.io/kube-cross: dependents"
|
||||
version: v1.35.0-go1.25.5-bullseye.0
|
||||
version: v1.36.0-go1.25.6-bullseye.0
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
|
||||
|
|
@ -202,7 +202,7 @@ dependencies:
|
|||
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-]+)*))?)
|
||||
|
||||
- name: "registry.k8s.io/distroless-iptables: dependents"
|
||||
version: v0.8.6
|
||||
version: v0.8.7
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_distroless_iptables_version=
|
||||
|
|
@ -210,7 +210,7 @@ dependencies:
|
|||
match: configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
|
||||
|
||||
- name: "registry.k8s.io/go-runner: dependents"
|
||||
version: v2.4.0-go1.25.5-bookworm.0
|
||||
version: v2.4.0-go1.25.6-bookworm.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_go_runner_version=
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config
|
|||
configs[APIServer] = Config{list.PromoterE2eRegistry, "sample-apiserver", "1.29.2"}
|
||||
configs[AppArmorLoader] = Config{list.PromoterE2eRegistry, "apparmor-loader", "1.4"}
|
||||
configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.37.0-1"}
|
||||
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.8.6"}
|
||||
configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.8.7"}
|
||||
configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.6.7-0"}
|
||||
configs[InvalidRegistryImage] = Config{list.InvalidRegistry, "alpine", "3.1"}
|
||||
configs[IpcUtils] = Config{list.PromoterE2eRegistry, "ipc-utils", "1.4"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue