Skip to content

Commit

Permalink
[go1.17] Build images for go1.17
Browse files Browse the repository at this point in the history
- kube-cross:v1.23.0-go1.17-buster.0
- go-runner:v2.3.1-go1.17-buster.0

Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Aug 24, 2021
1 parent 8573cca commit 6f0afcf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,16 +198,16 @@ dependencies:

# Golang (next candidate)
- name: "golang (next candidate)"
version: 1.17rc2
version: 1.17
refPaths:
- path: images/build/cross/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
- path: images/build/go-runner/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
- path: images/releng/ci/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?
match: "GO_VERSION: '\\d+.\\d+(alpha|beta|rc)?\\.?(\\d+)?'"

# Golang images (next candidate)
- name: "gcr.io/k8s-staging-releng/releng-ci: image revision (next candidate)"
Expand All @@ -217,10 +217,10 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/go-runner (next candidate)"
version: v2.3.1-go1.17rc2-buster.0
version: v2.3.1-go1.17-buster.0
refPaths:
- path: images/build/go-runner/variants.yaml
match: v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
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: "k8s.gcr.io/build-image/go-runner: image revision (next candidate)"
version: 0
Expand All @@ -229,7 +229,7 @@ dependencies:
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (next candidate)"
version: v1.23.0-go1.17rc2-buster.0
version: v1.23.0-go1.17-buster.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-]+)*))?)'"
Expand Down
4 changes: 2 additions & 2 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ variants:
go1.17-buster:
CONFIG: 'go1.17-buster'
TYPE: 'default'
IMAGE_VERSION: 'v1.23.0-go1.17rc2-buster.0'
IMAGE_VERSION: 'v1.23.0-go1.17-buster.0'
KUBERNETES_VERSION: 'v1.23.0'
GO_VERSION: '1.17rc2'
GO_VERSION: '1.17'
GO_MAJOR_VERSION: '1.17'
OS_CODENAME: 'buster'
REVISION: '0'
Expand Down
4 changes: 2 additions & 2 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
variants:
go1.17-buster:
CONFIG: 'go1.17-buster'
IMAGE_VERSION: 'v2.3.1-go1.17rc2-buster.0'
IMAGE_VERSION: 'v2.3.1-go1.17-buster.0'
GO_MAJOR_VERSION: '1.17'
OS_CODENAME: 'buster'
REVISION: '0'
GO_VERSION: '1.17rc2'
GO_VERSION: '1.17'
DISTROLESS_IMAGE: 'static-debian10'
go1.16-buster:
CONFIG: 'go1.16-buster'
Expand Down
2 changes: 1 addition & 1 deletion images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variants:
go1.17-buster:
CONFIG: 'go1.17-buster'
GO_VERSION: '1.17rc2'
GO_VERSION: '1.17'
OS_CODENAME: 'buster'
REVISION: '0'
go1.16-buster:
Expand Down
2 changes: 1 addition & 1 deletion images/releng/k8s-ci-builder/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variants:
OLD_BAZEL_VERSION: '2.2.0'
'1.23':
CONFIG: '1.23'
GO_VERSION: '1.17rc2'
GO_VERSION: '1.17'
OS_CODENAME: 'buster'
BAZEL_VERSION: '3.4.1'
OLD_BAZEL_VERSION: '2.2.0'
Expand Down

0 comments on commit 6f0afcf

Please sign in to comment.