Skip to content

Commit 3cbf459

Browse files
committed
golang: Build 1.20rc1 images
Signed-off-by: cpanato <[email protected]>
1 parent 6f0a201 commit 3cbf459

File tree

6 files changed

+40
-9
lines changed

6 files changed

+40
-9
lines changed

dependencies.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ dependencies:
131131
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
132132
# - v1.100-go1.17-bullseye.0 does not
133133
- name: "Kubernetes version (stable.0)"
134-
version: v1.25.0
134+
version: v1.26.0
135135
refPaths:
136136
- path: images/build/cross/Makefile
137137
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-]+)*))?)
138138
- path: images/build/cross/variants.yaml
139139
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-]+)*))?)'"
140140

141141
- name: "Kubernetes version (next candidate.0)"
142-
version: v1.25.0
142+
version: v1.26.0
143143
refPaths:
144144
- path: images/build/cross/variants.yaml
145145
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-]+)*))?)'"
@@ -171,7 +171,7 @@ dependencies:
171171
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-]+)*))?)'"
172172

173173
- name: "k8s.gcr.io/build-image/kube-cross: config variant"
174-
version: go1.17-bullseye
174+
version: go1.19-bullseye
175175
refPaths:
176176
- path: images/build/cross/variants.yaml
177177
match: "CONFIG: 'go\\d+.\\d+-bullseye'"
@@ -192,7 +192,7 @@ dependencies:
192192

193193
# Golang (next candidate)
194194
- name: "golang (next candidate)"
195-
version: 1.19
195+
version: 1.20rc1
196196
refPaths:
197197
- path: images/build/cross/variants.yaml
198198
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
@@ -211,7 +211,7 @@ dependencies:
211211
match: REVISION:\ '\d+'
212212

213213
- name: "k8s.gcr.io/build-image/go-runner (next candidate)"
214-
version: v2.3.1-go1.19.4-bullseye.0
214+
version: v2.3.1-go1.20rc1-bullseye.0
215215
refPaths:
216216
- path: images/build/go-runner/variants.yaml
217217
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-]+)*))?)'"
@@ -223,13 +223,13 @@ dependencies:
223223
match: REVISION:\ '\d+'
224224

225225
- name: "k8s.gcr.io/build-image/kube-cross (next candidate)"
226-
version: v1.26.0-go1.19.4-bullseye.1
226+
version: v1.27.0-go1.20rc1-bullseye.0
227227
refPaths:
228228
- path: images/build/cross/variants.yaml
229229
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-]+)*))?)'"
230230

231231
- name: "k8s.gcr.io/build-image/kube-cross: config variant (next candidate)"
232-
version: go1.18-bullseye
232+
version: go1.19-bullseye
233233
refPaths:
234234
- path: images/build/cross/variants.yaml
235235
match: "CONFIG: 'go\\d+.\\d+-bullseye'"

images/build/cross/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ IMGNAME = kube-cross
2727
# Example:
2828
# - v1.100.0-go1.17-bullseye.0 satisfies SemVer regex, while:
2929
# - v1.100-go1.17-bullseye.0 does not
30-
KUBERNETES_VERSION ?= v1.25.0
30+
KUBERNETES_VERSION ?= v1.26.0
3131
GO_VERSION ?= 1.19.4
3232
GO_MAJOR_VERSION ?= 1.19
3333
OS_CODENAME ?= bullseye

images/build/cross/variants.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
variants:
2+
v1.27-go1.20-bullseye:
3+
CONFIG: 'go1.20-bullseye'
4+
TYPE: 'default'
5+
IMAGE_VERSION: 'v1.27.0-go1.20rc1-bullseye.0'
6+
KUBERNETES_VERSION: 'v1.27.0'
7+
GO_VERSION: '1.20rc1'
8+
GO_MAJOR_VERSION: '1.20'
9+
OS_CODENAME: 'bullseye'
10+
REVISION: '0'
11+
PROTOBUF_VERSION: '3.19.4'
212
v1.26-go1.19-bullseye:
313
CONFIG: 'go1.19-bullseye'
414
TYPE: 'default'

images/build/go-runner/variants.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
variants:
2+
go1.20-bullseye:
3+
CONFIG: 'go1.20-bullseye'
4+
IMAGE_VERSION: 'v2.3.1-go1.20rc1-bullseye.0'
5+
GO_MAJOR_VERSION: '1.20'
6+
OS_CODENAME: 'bullseye'
7+
REVISION: '0'
8+
GO_VERSION: '1.20rc1'
9+
DISTROLESS_IMAGE: 'static-debian11'
210
go1.19-bullseye:
311
CONFIG: 'go1.19-bullseye'
412
IMAGE_VERSION: 'v2.3.1-go1.19.4-bullseye.0'

images/releng/ci/variants.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
variants:
2+
go1.20-bullseye:
3+
CONFIG: 'go1.20-bullseye'
4+
GO_VERSION: '1.20rc1'
5+
OS_CODENAME: 'bullseye'
6+
REVISION: '0'
27
go1.19-bullseye:
38
CONFIG: 'go1.19-bullseye'
49
GO_VERSION: '1.19.4'

images/releng/k8s-ci-builder/variants.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
variants:
22
default:
33
CONFIG: default
4-
GO_VERSION: '1.18.9'
4+
GO_VERSION: '1.19.4'
55
OS_CODENAME: 'bullseye'
66
next:
77
CONFIG: next
8+
GO_VERSION: '1.20rc1'
9+
OS_CODENAME: 'bullseye'
10+
'1.27':
11+
CONFIG: '1.27'
12+
GO_VERSION: '1.20rc1'
13+
OS_CODENAME: 'bullseye'
14+
'1.26':
15+
CONFIG: '1.26'
816
GO_VERSION: '1.19.4'
917
OS_CODENAME: 'bullseye'
1018
'1.25':

0 commit comments

Comments
 (0)