File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ dependencies:
319
319
# kube-cross dependents (i.e. k8s-cloud-builder)
320
320
# To be updated after kubernetes/kubernetes update)
321
321
- name : " registry.k8s.io/build-image/kube-cross: dependents k8s-cloud-builder (v1.34-cross1.24)"
322
- version : v1.34.0-go1.24.4 -bullseye.0
322
+ version : v1.34.0-go1.24.5 -bullseye.0
323
323
refPaths :
324
324
- path : images/k8s-cloud-builder/variants.yaml
325
325
match : " KUBE_CROSS_VERSION: 'v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
@@ -357,7 +357,7 @@ dependencies:
357
357
358
358
# Golang (current release branch: master)
359
359
- name : " golang: after kubernetes/kubernetes update (master)"
360
- version : 1.24.4
360
+ version : 1.24.5
361
361
refPaths :
362
362
- path : images/releng/k8s-ci-builder/Makefile
363
363
match : GO_VERSION\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
@@ -394,7 +394,7 @@ dependencies:
394
394
395
395
# k8s-ci-builder
396
396
- name : " golang: releng tooling for k8s-ci-builder (master)"
397
- version : 1.24.4
397
+ version : 1.24.5
398
398
refPaths :
399
399
- path : images/releng/k8s-ci-builder/Makefile
400
400
match : GO_VERSION_TOOLING\ \?=\ \d+.\d+(alpha|beta|rc)?\.?(\d+)?
Original file line number Diff line number Diff line change 1
1
variants :
2
2
v1.34-cross1.24-bullseye :
3
3
CONFIG : ' cross1.24'
4
- KUBE_CROSS_VERSION : ' v1.34.0-go1.24.4 -bullseye.0'
4
+ KUBE_CROSS_VERSION : ' v1.34.0-go1.24.5 -bullseye.0'
5
5
v1.33-cross1.24-bullseye :
6
6
CONFIG : ' cross1.24'
7
7
KUBE_CROSS_VERSION : ' v1.33.0-go1.24.4-bullseye.0'
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ IMAGE = $(REGISTRY)/$(IMGNAME)
24
24
TAG ?= $(shell git describe --tags --always --dirty)
25
25
26
26
# Build args
27
- GO_VERSION ?= 1.24.4
28
- GO_VERSION_TOOLING ?= 1.24.4
27
+ GO_VERSION ?= 1.24.5
28
+ GO_VERSION_TOOLING ?= 1.24.5
29
29
OS_CODENAME ?= bullseye
30
30
IMAGE_ARG ?= $(IMAGE ) :$(TAG ) -$(CONFIG )
31
31
Original file line number Diff line number Diff line change 1
1
variants :
2
2
default :
3
3
CONFIG : default
4
- GO_VERSION : ' 1.24.4 '
5
- GO_VERSION_TOOLING : ' 1.24.4 '
4
+ GO_VERSION : ' 1.24.5 '
5
+ GO_VERSION_TOOLING : ' 1.24.5 '
6
6
OS_CODENAME : ' bullseye'
7
7
next :
8
8
CONFIG : next
@@ -11,8 +11,8 @@ variants:
11
11
OS_CODENAME : ' bookworm'
12
12
' 1.34 ' :
13
13
CONFIG : ' 1.34'
14
- GO_VERSION : ' 1.24.4 '
15
- GO_VERSION_TOOLING : ' 1.24.4 '
14
+ GO_VERSION : ' 1.24.5 '
15
+ GO_VERSION_TOOLING : ' 1.24.5 '
16
16
OS_CODENAME : ' bullseye'
17
17
' 1.33 ' :
18
18
CONFIG : ' 1.33'
You can’t perform that action at this time.
0 commit comments