Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
# Golang (for images, latest)
# To be updated before kubernetes/kubernetes update
- name: "golang (latest)"
version: 1.26.3
version: 1.26.4
refPaths:
- path: images/build/cross/Makefile
match: GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Expand All @@ -41,7 +41,7 @@ dependencies:
# Golang (for images, previous stable)
# To be updated before kubernetes/kubernetes update
- name: "golang (previous)"
version: 1.25.10
version: 1.25.11
refPaths:
- path: images/build/cross/variants.yaml
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies:
#
# Update after the stable marker has been updated to stable.0
- name: "Kubernetes version (stable.0)"
version: v1.36.0
version: v1.37.0
refPaths:
- path: images/build/cross/Makefile
match: KUBERNETES_VERSION\ \?=\ 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 @@ -105,7 +105,7 @@ dependencies:

# Update after the stable marker has been updated to stable.0
- name: "Kubernetes version (next candidate.0)"
version: v1.36.0
version: v1.37.0
refPaths:
- path: images/build/cross/variants.yaml
match: "KUBERNETES_VERSION: '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 @@ -138,7 +138,7 @@ dependencies:
- path: images/build/go-runner/VERSION

- name: "registry.k8s.io/build-image/go-runner (go1.26-bookworm)"
version: v2.4.0-go1.26.3-bookworm.0
version: v2.4.0-go1.26.4-bookworm.0
refPaths:
- path: images/build/go-runner/variants.yaml
match: 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 @@ -152,7 +152,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "registry.k8s.io/build-image/go-runner (go1.25-bookworm)"
version: v2.4.0-go1.25.10-bookworm.0
version: v2.4.0-go1.25.11-bookworm.0
refPaths:
- path: images/build/go-runner/variants.yaml
match: 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 @@ -165,6 +165,19 @@ dependencies:
- path: images/build/go-runner/variants.yaml
match: REVISION:\ '\d+'

# kube-cross (Kubernetes v1.37)
- name: "registry.k8s.io/build-image/kube-cross: config variant (v1.37-go1.26)"
version: go1.26-bullseye
refPaths:
- path: images/build/cross/variants.yaml
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "registry.k8s.io/build-image/kube-cross (v1.37-go1.26)"
version: v1.37.0-go1.26.4-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
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-]+)*))?)'"

# kube-cross (Kubernetes v1.36)
- name: "registry.k8s.io/build-image/kube-cross: config variant (v1.36-go1.26)"
version: go1.26-bullseye
Expand All @@ -173,7 +186,7 @@ dependencies:
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "registry.k8s.io/build-image/kube-cross (v1.36-go1.26)"
version: v1.36.0-go1.26.3-bullseye.0
version: v1.36.0-go1.26.4-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
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-]+)*))?)'"
Expand All @@ -186,7 +199,7 @@ dependencies:
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "registry.k8s.io/build-image/kube-cross (v1.35-go1.25)"
version: v1.35.0-go1.25.10-bullseye.0
version: v1.35.0-go1.25.11-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
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-]+)*))?)'"
Expand All @@ -207,7 +220,7 @@ dependencies:
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

- name: "registry.k8s.io/build-image/kube-cross (v1.34-go1.25)"
version: v1.34.0-go1.25.10-bullseye.0
version: v1.34.0-go1.25.11-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
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-]+)*))?)'"
Expand All @@ -223,7 +236,7 @@ dependencies:
# kube-cross (Kubernetes v1.33)
# To be updated before kubernetes/kubernetes update
- name: "registry.k8s.io/build-image/kube-cross (v1.33-go1.25)"
version: v1.33.0-go1.25.10-bullseye.0
version: v1.33.0-go1.25.11-bullseye.0
refPaths:
- path: images/build/cross/variants.yaml
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-]+)*))?)'"
Expand Down
4 changes: 2 additions & 2 deletions images/build/cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ IMGNAME = kube-cross
# Example:
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
# - v1.100-go1.17-bullseye.0 does not
KUBERNETES_VERSION ?= v1.36.0
GO_VERSION ?= 1.26.3
KUBERNETES_VERSION ?= v1.37.0
GO_VERSION ?= 1.26.4
GO_MAJOR_VERSION ?= 1.26
OS_CODENAME ?= bullseye
REVISION ?= 0
Expand Down
25 changes: 17 additions & 8 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,46 @@
variants:
v1.37-go1.26-bullseye:
CONFIG: 'go1.26-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.37.0-go1.26.4-bullseye.0'
KUBERNETES_VERSION: 'v1.37.0'
GO_VERSION: '1.26.4'
GO_MAJOR_VERSION: '1.26'
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.36-go1.26-bullseye:
CONFIG: 'go1.26-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.36.0-go1.26.3-bullseye.0'
IMAGE_VERSION: 'v1.36.0-go1.26.4-bullseye.0'
KUBERNETES_VERSION: 'v1.36.0'
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
GO_MAJOR_VERSION: '1.26'
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.35-go1.25-bullseye:
CONFIG: 'go1.25-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.35.0-go1.25.10-bullseye.0'
IMAGE_VERSION: 'v1.35.0-go1.25.11-bullseye.0'
KUBERNETES_VERSION: 'v1.35.0'
GO_VERSION: '1.25.10'
GO_VERSION: '1.25.11'
GO_MAJOR_VERSION: '1.25'
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.34-go1.25-bullseye:
CONFIG: 'go1.25-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.34.0-go1.25.10-bullseye.0'
IMAGE_VERSION: 'v1.34.0-go1.25.11-bullseye.0'
KUBERNETES_VERSION: 'v1.34.0'
GO_VERSION: '1.25.10'
GO_VERSION: '1.25.11'
GO_MAJOR_VERSION: '1.25'
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.33-go1.25-bullseye:
CONFIG: 'go1.25-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.33.0-go1.25.10-bullseye.0'
IMAGE_VERSION: 'v1.33.0-go1.25.11-bullseye.0'
KUBERNETES_VERSION: 'v1.33.0'
GO_VERSION: '1.25.10'
GO_VERSION: '1.25.11'
GO_MAJOR_VERSION: '1.25'
OS_CODENAME: 'bullseye'
REVISION: '0'
2 changes: 1 addition & 1 deletion images/build/go-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IMGNAME = go-runner
APP_VERSION = $(shell cat VERSION)
GO_MAJOR_VERSION ?= 1.26
REVISION ?= 0
GO_VERSION ?= 1.26.3
GO_VERSION ?= 1.26.4
OS_CODENAME ?= bookworm-slim

# Build args
Expand Down
8 changes: 4 additions & 4 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
variants:
go1.26-bookworm:
CONFIG: 'go1.26-bookworm'
IMAGE_VERSION: 'v2.4.0-go1.26.3-bookworm.0'
IMAGE_VERSION: 'v2.4.0-go1.26.4-bookworm.0'
GO_MAJOR_VERSION: '1.26'
OS_CODENAME: 'bookworm'
REVISION: '0'
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
DISTROLESS_IMAGE: 'static-debian12'
go1.25-bookworm:
CONFIG: 'go1.25-bookworm'
IMAGE_VERSION: 'v2.4.0-go1.25.10-bookworm.0'
IMAGE_VERSION: 'v2.4.0-go1.25.11-bookworm.0'
GO_MAJOR_VERSION: '1.25'
OS_CODENAME: 'bookworm'
REVISION: '0'
GO_VERSION: '1.25.10'
GO_VERSION: '1.25.11'
DISTROLESS_IMAGE: 'static-debian12'
4 changes: 2 additions & 2 deletions images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
go1.26-trixie:
CONFIG: 'go1.26-trixie'
GO_VERSION: '1.26.3'
GO_VERSION: '1.26.4'
OS_CODENAME: 'trixie'
REVISION: '0'
go1.25-trixie:
CONFIG: 'go1.25-trixie'
GO_VERSION: '1.25.10'
GO_VERSION: '1.25.11'
OS_CODENAME: 'trixie'
REVISION: '0'
Loading