From ff62cca47b85d96fc478c3a0cabd68431c374a79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Mon, 17 Jul 2023 12:13:37 +0200 Subject: [PATCH] Bump distroless-iptables to 0.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Mudrinić --- build/common.sh | 2 +- build/dependencies.yaml | 2 +- test/utils/image/manifest.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/common.sh b/build/common.sh index 8df9ec6f192..c580d6c84a7 100755 --- a/build/common.sh +++ b/build/common.sh @@ -96,7 +96,7 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}" readonly KUBE_CONTAINER_RSYNC_PORT=8730 # These are the default versions (image tags) for their respective base images. -readonly __default_distroless_iptables_version=v0.2.5 +readonly __default_distroless_iptables_version=v0.2.6 readonly __default_go_runner_version=v2.3.1-go1.20.6-bullseye.0 readonly __default_setcap_version=bookworm-v1.0.0 diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 4cadacc5b27..43af443dc62 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -158,7 +158,7 @@ dependencies: match: BASE_IMAGE_VERSION\?= - name: "registry.k8s.io/distroless-iptables: dependents" - version: v0.2.5 + version: v0.2.6 refPaths: - path: build/common.sh match: __default_distroless_iptables_version= diff --git a/test/utils/image/manifest.go b/test/utils/image/manifest.go index ec5d920de2e..aeb632f90c3 100644 --- a/test/utils/image/manifest.go +++ b/test/utils/image/manifest.go @@ -241,7 +241,7 @@ func initImageConfigs(list RegistryList) (map[ImageID]Config, map[ImageID]Config configs[BusyBox] = Config{list.PromoterE2eRegistry, "busybox", "1.29-4"} configs[CudaVectorAdd] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "1.0"} configs[CudaVectorAdd2] = Config{list.PromoterE2eRegistry, "cuda-vector-add", "2.3"} - configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.2.5"} + configs[DistrolessIptables] = Config{list.BuildImageRegistry, "distroless-iptables", "v0.2.6"} configs[Etcd] = Config{list.GcEtcdRegistry, "etcd", "3.5.9-0"} configs[Httpd] = Config{list.PromoterE2eRegistry, "httpd", "2.4.38-4"} configs[HttpdNew] = Config{list.PromoterE2eRegistry, "httpd", "2.4.39-4"}