Skip to content

Commit

Permalink
Merge pull request #3525 from cpanato/updates-debian
Browse files Browse the repository at this point in the history
update set-cap image to use debian-base bookworm-v1.0.2
  • Loading branch information
k8s-ci-robot authored Mar 28, 2024
2 parents c7a815f + aa211ae commit 15b8113
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,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.1
version: bookworm-v1.0.2
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 Down Expand Up @@ -475,7 +475,7 @@ 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/setcap"
version: bookworm-v1.0.1
version: bookworm-v1.0.2
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 @@ -490,13 +490,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.1
version: bookworm-v1.0.2
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.1
version: bookworm-v1.0.2
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.1
IMAGE_VERSION ?= bookworm-v1.0.2
CONFIG ?= bookworm
DEBIAN_BASE_VERSION ?= bookworm-v1.0.1
DEBIAN_BASE_VERSION ?= bookworm-v1.0.2

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
4 changes: 2 additions & 2 deletions images/build/setcap/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ variants:
# Debian 12 - Kubernetes 1.28 and newer
bookworm:
CONFIG: 'bookworm'
IMAGE_VERSION: 'bookworm-v1.0.1'
DEBIAN_BASE_VERSION: 'bookworm-v1.0.1'
IMAGE_VERSION: 'bookworm-v1.0.2'
DEBIAN_BASE_VERSION: 'bookworm-v1.0.2'

0 comments on commit 15b8113

Please sign in to comment.