File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- 1.23rc2
1
+ 1.23rc1
Original file line number Diff line number Diff line change 1
- v1.31.0-go1.23rc2 -bullseye.0
1
+ v1.31.0-go1.23rc1 -bullseye.0
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
97
97
readonly KUBE_CONTAINER_RSYNC_PORT=8730
98
98
99
99
# These are the default versions (image tags) for their respective base images.
100
- readonly __default_distroless_iptables_version=v0.6.1
101
- readonly __default_go_runner_version=v2.3.1-go1.23rc2 -bookworm.0
100
+ readonly __default_distroless_iptables_version=v0.6.0
101
+ readonly __default_go_runner_version=v2.3.1-go1.23rc1 -bookworm.0
102
102
readonly __default_setcap_version=bookworm-v1.0.3
103
103
104
104
# These are the base images for the Docker-wrapped binaries.
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ dependencies:
116
116
117
117
# Golang
118
118
- name : " golang: upstream version"
119
- version : 1.23rc2
119
+ version : 1.23rc1
120
120
refPaths :
121
121
- path : .go-version
122
122
- path : build/build-image/cross/VERSION
@@ -141,7 +141,7 @@ dependencies:
141
141
# match: minimum_go_version=go([0-9]+\.[0-9]+)
142
142
143
143
- name : " registry.k8s.io/kube-cross: dependents"
144
- version : v1.31.0-go1.23rc2 -bullseye.0
144
+ version : v1.31.0-go1.23rc1 -bullseye.0
145
145
refPaths :
146
146
- path : build/build-image/cross/VERSION
147
147
@@ -179,15 +179,15 @@ dependencies:
179
179
match : registry\.k8s\.io\/build-image\/debian-base:[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
180
180
181
181
- name : " registry.k8s.io/distroless-iptables: dependents"
182
- version : v0.6.1
182
+ version : v0.6.0
183
183
refPaths :
184
184
- path : build/common.sh
185
185
match : __default_distroless_iptables_version=
186
186
- path : test/utils/image/manifest.go
187
187
match : configs\[DistrolessIptables\] = Config{list\.BuildImageRegistry, "distroless-iptables", "v([0-9]+)\.([0-9]+)\.([0-9]+)"}
188
188
189
189
- name : " registry.k8s.io/go-runner: dependents"
190
- version : v2.3.1-go1.23rc2 -bookworm.0
190
+ version : v2.3.1-go1.23rc1 -bookworm.0
191
191
refPaths :
192
192
- path : build/common.sh
193
193
match : __default_go_runner_version=
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ REGISTRY ?= registry.k8s.io/e2e-test-images
16
16
GOARM ?= 7
17
17
DOCKER_CERT_BASE_PATH ?=
18
18
QEMUVERSION =v5.1.0-2
19
- GOLANG_VERSION =1.23rc2
19
+ GOLANG_VERSION =1.23rc1
20
20
export
21
21
22
22
ifndef WHAT
You can’t perform that action at this time.
0 commit comments