Skip to content

Commit

Permalink
fix and verify-dependencies passing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Sep 17, 2024
1 parent 36c1e7f commit bfeb924
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ dependencies:

# Golang (next candidate)
- name: "golang (next candidate)"
version: 1.23.0
version: 1.23.1
refPaths:
- path: images/build/cross/variants.yaml
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
Expand All @@ -324,7 +324,7 @@ dependencies:

# Golang (previous release branches: 1.30)
- name: "golang (previous release branches: 1.30)"
version: 1.22.6
version: 1.22.7
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -341,7 +341,7 @@ dependencies:

# Golang (previous release branches: 1.29)
- name: "golang (previous release branches: 1.29)"
version: 1.22.6
version: 1.22.7
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -358,7 +358,7 @@ dependencies:

# Golang (previous release branches: 1.28)
- name: "golang (previous release branches: 1.28)"
version: 1.22.6
version: 1.22.7
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand Down Expand Up @@ -450,7 +450,7 @@ 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.23)"
version: v2.3.1-go1.23.0-bookworm.0
version: v2.3.1-go1.23.1-bookworm.0
refPaths:
- path: images/build/distroless-iptables/Makefile
match: GORUNNER_VERSION \?= v\d+\.\d+\.\d+-go\d+.\d+(alpha|beta|rc)?\.?(\d+)?-bookworm\.\d+
Expand Down
2 changes: 1 addition & 1 deletion images/build/distroless-iptables/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TAG ?= $(shell git describe --tags --always --dirty)
IMAGE_VERSION ?= v0.6.2
CONFIG ?= distroless-bookworm
BASEIMAGE ?= debian:bookworm-slim
GORUNNER_VERSION ?= v2.3.1-go1.23.0-bookworm.0
GORUNNER_VERSION ?= v2.3.1-go1.23.1-bookworm.0

ARCH?=amd64
ALL_ARCH = amd64 arm arm64 ppc64le s390x
Expand Down
4 changes: 2 additions & 2 deletions images/build/distroless-iptables/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ variants:
CONFIG: 'distroless-bookworm'
IMAGE_VERSION: 'v0.6.2'
BASEIMAGE: 'debian:bookworm-slim'
GORUNNER_VERSION: 'v2.3.1-go1.23.0-bookworm.0'
GORUNNER_VERSION: 'v2.3.1-go1.23.1-bookworm.0'
distroless-bookworm-go1.22:
CONFIG: 'distroless-bookworm'
IMAGE_VERSION: 'v0.5.7'
BASEIMAGE: 'debian:bookworm-slim'
GORUNNER_VERSION: 'v2.3.1-go1.22.6-bookworm.0'
GORUNNER_VERSION: 'v2.3.1-go1.22.7-bookworm.0'

0 comments on commit bfeb924

Please sign in to comment.