From fbd3a46e60fefbd00894c144492c27e1739afecc Mon Sep 17 00:00:00 2001 From: cpanato Date: Tue, 12 Nov 2024 16:43:03 -0700 Subject: [PATCH] bump distroless-iptables to use go1.22.9 and go1.23.3 Signed-off-by: cpanato --- dependencies.yaml | 8 ++++---- images/build/distroless-iptables/Makefile | 4 ++-- images/build/distroless-iptables/variants.yaml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 9ce11b50351..9d843762d8b 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -406,7 +406,7 @@ dependencies: match: "DEBIAN_BASE_VERSION: 'bookworm-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/build-image/distroless-iptables (distroless-bookworm-go1.23)" - version: v0.6.4 + version: v0.6.5 refPaths: - path: images/build/distroless-iptables/Makefile match: IMAGE_VERSION\ \?=\ v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?) @@ -414,7 +414,7 @@ dependencies: match: IMAGE_VERSION:\ \'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/build-image/go-runner: dependents (distroless-bookworm-go1.23)" - version: v2.3.1-go1.23.2-bookworm.0 + version: v2.4.0-go1.23.3-bookworm.0 refPaths: - path: images/build/distroless-iptables/Makefile match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bookworm\.\d+ @@ -422,13 +422,13 @@ dependencies: match: GORUNNER_VERSION:\ \'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/build-image/distroless-iptables (distroless-bookworm-go1.22)" - version: v0.5.9 + version: v0.5.10 refPaths: - path: images/build/distroless-iptables/variants.yaml match: IMAGE_VERSION:\ \'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/build-image/go-runner: dependents (distroless-bookworm-go1.22)" - version: v2.3.1-go1.22.8-bookworm.0 + version: v2.4.0-go1.22.9-bookworm.0 refPaths: - path: images/build/distroless-iptables/variants.yaml match: GORUNNER_VERSION:\ \'v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)\' diff --git a/images/build/distroless-iptables/Makefile b/images/build/distroless-iptables/Makefile index 63296f27c3a..5c0cbc084e6 100644 --- a/images/build/distroless-iptables/Makefile +++ b/images/build/distroless-iptables/Makefile @@ -18,10 +18,10 @@ REGISTRY?="gcr.io/k8s-staging-build-image" IMAGE=$(REGISTRY)/distroless-iptables TAG ?= $(shell git describe --tags --always --dirty) -IMAGE_VERSION ?= v0.6.4 +IMAGE_VERSION ?= v0.6.5 CONFIG ?= distroless-bookworm BASEIMAGE ?= debian:bookworm-slim -GORUNNER_VERSION ?= v2.3.1-go1.23.2-bookworm.0 +GORUNNER_VERSION ?= v2.4.0-go1.23.3-bookworm.0 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x diff --git a/images/build/distroless-iptables/variants.yaml b/images/build/distroless-iptables/variants.yaml index 08d213011ef..ee1b81f3b91 100644 --- a/images/build/distroless-iptables/variants.yaml +++ b/images/build/distroless-iptables/variants.yaml @@ -1,11 +1,11 @@ variants: distroless-bookworm-go1.23: CONFIG: 'distroless-bookworm' - IMAGE_VERSION: 'v0.6.4' + IMAGE_VERSION: 'v0.6.5' BASEIMAGE: 'debian:bookworm-slim' - GORUNNER_VERSION: 'v2.3.1-go1.23.2-bookworm.0' + GORUNNER_VERSION: 'v2.4.0-go1.23.3-bookworm.0' distroless-bookworm-go1.22: CONFIG: 'distroless-bookworm' - IMAGE_VERSION: 'v0.5.9' + IMAGE_VERSION: 'v0.5.10' BASEIMAGE: 'debian:bookworm-slim' - GORUNNER_VERSION: 'v2.3.1-go1.22.8-bookworm.0' + GORUNNER_VERSION: 'v2.4.0-go1.22.9-bookworm.0'