Skip to content

Commit 1680a8a

Browse files
committed
golang: Build 1.19beta1 images
Signed-off-by: cpanato <[email protected]>
1 parent 611fea8 commit 1680a8a

File tree

5 files changed

+29
-6
lines changed

5 files changed

+29
-6
lines changed

dependencies.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dependencies:
135135
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-]+)*))?)'"
136136

137137
- name: "Kubernetes version (next candidate.0)"
138-
version: v1.24.0
138+
version: v1.25.0
139139
refPaths:
140140
- path: images/build/cross/variants.yaml
141141
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-]+)*))?)'"
@@ -188,7 +188,7 @@ dependencies:
188188

189189
# Golang (next candidate)
190190
- name: "golang (next candidate)"
191-
version: 1.18
191+
version: 1.19beta1
192192
refPaths:
193193
- path: images/build/cross/variants.yaml
194194
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
@@ -207,7 +207,7 @@ dependencies:
207207
match: REVISION:\ '\d+'
208208

209209
- name: "k8s.gcr.io/build-image/go-runner (next candidate)"
210-
version: v2.3.1-go1.18.3-bullseye.0
210+
version: v2.3.1-go1.19beta1-bullseye.0
211211
refPaths:
212212
- path: images/build/go-runner/variants.yaml
213213
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-]+)*))?)'"
@@ -219,7 +219,7 @@ dependencies:
219219
match: REVISION:\ '\d+'
220220

221221
- name: "k8s.gcr.io/build-image/kube-cross (next candidate)"
222-
version: v1.25.0-go1.18.3-bullseye.0
222+
version: v1.25.0-go1.19beta1-bullseye.0
223223
refPaths:
224224
- path: images/build/cross/variants.yaml
225225
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-]+)*))?)'"

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.25-go1.19-bullseye:
3+
CONFIG: 'go1.19-bullseye'
4+
TYPE: 'default'
5+
IMAGE_VERSION: 'v1.25.0-go1.19beta1-bullseye.0'
6+
KUBERNETES_VERSION: 'v1.25.0'
7+
GO_VERSION: '1.19beta1'
8+
GO_MAJOR_VERSION: '1.18'
9+
OS_CODENAME: 'bullseye'
10+
REVISION: '0'
11+
PROTOBUF_VERSION: '3.19.4'
212
v1.25-go1.18-bullseye:
313
CONFIG: 'go1.18-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.19-bullseye:
3+
CONFIG: 'go1.19-bullseye'
4+
IMAGE_VERSION: 'v2.3.1-go1.19beta1-bullseye.0'
5+
GO_MAJOR_VERSION: '1.18'
6+
OS_CODENAME: 'bullseye'
7+
REVISION: '0'
8+
GO_VERSION: '1.19beta1'
9+
DISTROLESS_IMAGE: 'static-debian11'
210
go1.18-bullseye:
311
CONFIG: 'go1.18-bullseye'
412
IMAGE_VERSION: 'v2.3.1-go1.18.3-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.19-bullseye:
3+
CONFIG: 'go1.19-bullseye'
4+
GO_VERSION: '1.19beta1'
5+
OS_CODENAME: 'bullseye'
6+
REVISION: '0'
27
go1.18-bullseye:
38
CONFIG: 'go1.18-bullseye'
49
GO_VERSION: '1.18.3'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ variants:
55
OS_CODENAME: 'bullseye'
66
next:
77
CONFIG: next
8-
GO_VERSION: '1.18.3'
8+
GO_VERSION: '1.19beta1'
99
OS_CODENAME: 'bullseye'
1010
'1.25':
1111
CONFIG: '1.25'
12-
GO_VERSION: '1.18.3'
12+
GO_VERSION: '1.19beta1'
1313
OS_CODENAME: 'bullseye'
1414
'1.24':
1515
CONFIG: '1.24'

0 commit comments

Comments
 (0)