From 441b222fbb275607503c80f461ac4def7eada48c Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Fri, 10 Jul 2026 12:18:10 +0530 Subject: [PATCH] distroless-iptables: bump golang to 1.26.5/1.25.12 Signed-off-by: Nabarun Pal --- 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 9382cc2b76d..1bcc06f571b 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -422,7 +422,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.26)" - version: v0.9.4 + version: v0.9.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-]+)*))?) @@ -430,19 +430,19 @@ 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.26)" - version: v2.4.0-go1.26.4-bookworm.0 + version: v2.4.0-go1.26.5-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-]+)*))?)\' - name: "registry.k8s.io/build-image/distroless-iptables (distroless-bookworm-go1.25)" - version: v0.8.12 + version: v0.8.13 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.25)" - version: v2.4.0-go1.25.11-bookworm.0 + version: v2.4.0-go1.25.12-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 c58255ec22f..3ef6b6d88cb 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.9.4 +IMAGE_VERSION ?= v0.9.5 CONFIG ?= distroless-bookworm BASEIMAGE ?= debian:bookworm-slim -GORUNNER_VERSION ?= v2.4.0-go1.26.4-bookworm.0 +GORUNNER_VERSION ?= v2.4.0-go1.26.5-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 729befccc6b..fcc59f5da06 100644 --- a/images/build/distroless-iptables/variants.yaml +++ b/images/build/distroless-iptables/variants.yaml @@ -1,11 +1,11 @@ variants: distroless-bookworm-go1.26: CONFIG: 'distroless-bookworm' - IMAGE_VERSION: 'v0.9.4' + IMAGE_VERSION: 'v0.9.5' BASEIMAGE: 'debian:bookworm-slim' - GORUNNER_VERSION: 'v2.4.0-go1.26.4-bookworm.0' + GORUNNER_VERSION: 'v2.4.0-go1.26.5-bookworm.0' distroless-bookworm-go1.25: CONFIG: 'distroless-bookworm' - IMAGE_VERSION: 'v0.8.12' + IMAGE_VERSION: 'v0.8.13' BASEIMAGE: 'debian:bookworm-slim' - GORUNNER_VERSION: 'v2.4.0-go1.25.11-bookworm.0' + GORUNNER_VERSION: 'v2.4.0-go1.25.12-bookworm.0'