Skip to content

Commit

Permalink
update setcap base image to bookworm-v1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Feb 7, 2024
1 parent 3b283ec commit 39b062d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ dependencies:
match: "IMAGE_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/debian-base: dependents"
version: bookworm-v1.0.0
version: bookworm-v1.0.1
refPaths:
- path: images/build/setcap/Makefile
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-]+)*))?)
Expand All @@ -502,7 +502,7 @@ dependencies:
match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bookworm\.\d+

- name: "registry.k8s.io/build-image/setcap"
version: bookworm-v1.0.0
version: bookworm-v1.0.1
refPaths:
- path: images/build/setcap/Makefile
match: IMAGE_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-]+)*))?)
Expand All @@ -517,13 +517,13 @@ dependencies:
match: "IMAGE_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/debian-base: dependents (next candidate)"
version: bookworm-v1.0.0
version: bookworm-v1.0.1
refPaths:
- path: images/build/setcap/variants.yaml
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/setcap (next candidate)"
version: bookworm-v1.0.0
version: bookworm-v1.0.1
refPaths:
- path: images/build/setcap/variants.yaml
match: "IMAGE_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-]+)*))?)'"
Expand Down
4 changes: 2 additions & 2 deletions images/build/setcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ REGISTRY?="gcr.io/k8s-staging-build-image"
IMAGE=$(REGISTRY)/setcap

TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= bookworm-v1.0.0
IMAGE_VERSION ?= bookworm-v1.0.1
CONFIG ?= bookworm
DEBIAN_BASE_VERSION ?= bookworm-v1.0.0
DEBIAN_BASE_VERSION ?= bookworm-v1.0.1

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
6 changes: 3 additions & 3 deletions images/build/setcap/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
# Debian 11 - Kubernetes 1.23 and newer
# Debian 11 - Kubernetes 1.27 and older
bullseye:
CONFIG: 'bullseye'
IMAGE_VERSION: 'bullseye-v1.4.2'
DEBIAN_BASE_VERSION: 'bullseye-v1.4.3'
# Debian 12 - Kubernetes 1.28 and newer
bookworm:
CONFIG: 'bookworm'
IMAGE_VERSION: 'bookworm-v1.0.0'
DEBIAN_BASE_VERSION: 'bookworm-v1.0.0'
IMAGE_VERSION: 'bookworm-v1.0.1'
DEBIAN_BASE_VERSION: 'bookworm-v1.0.1'

0 comments on commit 39b062d

Please sign in to comment.