Skip to content

Commit

Permalink
Merge pull request #2237 from wespanther/bump-debian-iptables
Browse files Browse the repository at this point in the history
debian-iptables: Build buster-v1.6.7 image
  • Loading branch information
k8s-ci-robot authored Sep 10, 2021
2 parents 962f405 + 58401b4 commit 4c5527f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ dependencies:
match: '[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: "k8s.gcr.io/build-image/debian-iptables"
version: buster-v1.6.6
version: buster-v1.6.7
refPaths:
- path: images/build/debian-iptables/Makefile
match: IMAGE_VERSION\ \?=\ [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-]+)*))?)
Expand Down Expand Up @@ -466,7 +466,7 @@ dependencies:
match: '[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: "k8s.gcr.io/build-image/debian-iptables (for previous release branches)"
version: buster-v1.6.6
version: buster-v1.6.7
refPaths:
- path: images/build/debian-iptables/variants.yaml
match: '[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-]+)*))?)'
Expand Down
2 changes: 1 addition & 1 deletion images/build/debian-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/debian-iptables

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= buster-v1.6.6
IMAGE_VERSION ?= buster-v1.6.7
CONFIG ?= buster
DEBIAN_BASE_VERSION ?= buster-v1.9.0

Expand Down
2 changes: 1 addition & 1 deletion images/build/debian-iptables/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variants:
buster:
CONFIG: 'buster'
IMAGE_VERSION: 'buster-v1.6.6'
IMAGE_VERSION: 'buster-v1.6.7'
DEBIAN_BASE_VERSION: 'buster-v1.9.0'

0 comments on commit 4c5527f

Please sign in to comment.