Skip to content

Commit

Permalink
Merge pull request #3870 from cpanato/build-1.33
Browse files Browse the repository at this point in the history
build go imagesd for k8s 1.33
  • Loading branch information
k8s-ci-robot authored Dec 25, 2024
2 parents 804b75f + 9b8af3e commit ed4df11
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
24 changes: 23 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies:

# Update after the stable marker has been updated to stable.0
- name: "Kubernetes version (next candidate.0)"
version: v1.32.0
version: v1.33.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 @@ -182,6 +182,28 @@ dependencies:
# - path: images/build/cross/variants.yaml
# match: "CONFIG: 'go\\d+.\\d+-bullseye'"

# kube-cross (Kubernetes v1.33)
# To be updated before kubernetes/kubernetes update
- name: "registry.k8s.io/build-image/kube-cross (v1.33-go1.23)"
version: v1.33.0-go1.23.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-]+)*))?)'"

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

- name: "registry.k8s.io/build-image/kube-cross: image revision (v1.33-go1.23)"
version: 0
refPaths:
- path: images/build/cross/Makefile
match: REVISION \?= \d+
- path: images/build/cross/variants.yaml
match: REVISION:\ '\d+'

# kube-cross (Kubernetes v1.32)
# To be updated before kubernetes/kubernetes update
- name: "registry.k8s.io/build-image/kube-cross (v1.32-go1.23)"
Expand Down
9 changes: 9 additions & 0 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
variants:
v1.33-go1.23-bullseye:
CONFIG: 'go1.23-bullseye'
TYPE: 'default'
IMAGE_VERSION: 'v1.33.0-go1.23.4-bullseye.0'
KUBERNETES_VERSION: 'v1.33.0'
GO_VERSION: '1.23.4'
GO_MAJOR_VERSION: '1.23'
OS_CODENAME: 'bullseye'
REVISION: '0'
v1.32-go1.23-bullseye:
CONFIG: 'go1.23-bullseye'
TYPE: 'default'
Expand Down

0 comments on commit ed4df11

Please sign in to comment.