From 7109a86f47cf1f67275533f1c6e69bbc1ce174ac Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Sat, 2 May 2020 21:22:29 -0400 Subject: [PATCH] build: Build debian-iptables:v12.1.0 image Signed-off-by: Stephen Augustus --- build/debian-iptables/Makefile | 2 +- build/dependencies.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/debian-iptables/Makefile b/build/debian-iptables/Makefile index 5e16f57c411..4a669177c43 100644 --- a/build/debian-iptables/Makefile +++ b/build/debian-iptables/Makefile @@ -16,7 +16,7 @@ REGISTRY?="gcr.io/k8s-staging-build-image" IMAGE=$(REGISTRY)/debian-iptables -TAG?=v12.0.1 +TAG?=v12.1.0 ARCH?=amd64 ALL_ARCH = amd64 arm arm64 ppc64le s390x TEMP_DIR:=$(shell mktemp -d) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 115beb4eccf..a1787f90497 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -104,7 +104,7 @@ dependencies: match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+ - name: "k8s.gcr.io/debian-iptables" - version: 12.0.1 + version: 12.1.0 refPaths: - path: build/debian-iptables/Makefile match: TAG\?=