Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,60 @@ dependencies:
- path: images/k8s-cloud-builder/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-]+)*))?)-\d+

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

- name: "golang: after kubernetes/kubernetes update (next candidate)"
version: 1.16.5
refPaths:
- path: images/releng/k8s-ci-builder/variants.yaml
match: \d+.\d+(alpha|beta|rc)?\.?(\d+)?

# Golang images (next candidate)
- name: "gcr.io/k8s-staging-releng/releng-ci: image revision (next candidate)"
version: 0
refPaths:
- path: images/releng/ci/variants.yaml
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/go-runner (next candidate)"
version: v2.3.1-go1.17rc1-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-]+)*))?)

- name: "k8s.gcr.io/build-image/go-runner: image revision (next candidate)"
version: 0
refPaths:
- path: images/build/go-runner/variants.yaml
match: REVISION:\ '\d+'

- name: "k8s.gcr.io/build-image/kube-cross (next candidate)"
version: v1.17.0-rc.1-1
refPaths:
- path: images/build/cross/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-]+)*))?)-\d+

- name: "k8s.gcr.io/build-image/kube-cross: config variant (next candidate)"
version: go1.17
refPaths:
- path: images/build/cross/variants.yaml
match: go\d+.\d+

- name: "k8s.gcr.io/build-image/kube-cross: dependents (next candidate)"
version: v1.16.6-1
refPaths:
- path: images/k8s-cloud-builder/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-]+)*))?)-\d+

# Golang (for previous release branches)
- name: "golang (for previous release branches)"
version: 1.15.14
Expand Down
7 changes: 7 additions & 0 deletions images/build/cross/variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ variants:
GO_VERSION: '1.16.6'
IMAGE_VERSION: 'v1.16.6-canary-1'
PROTOBUF_VERSION: '3.7.0'
go1.17:
TYPE: 'default'
CONFIG: 'go1.17'
GO_VERSION: '1.17rc1'
IMAGE_VERSION: 'v1.17.0-rc.1-1'
PROTOBUF_VERSION: '3.7.0'
ETCD_VERSION: 'v3.4.13'
go1.16:
TYPE: 'default'
CONFIG: 'go1.16'
Expand Down
8 changes: 8 additions & 0 deletions images/build/go-runner/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
variants:
go1.17-buster:
CONFIG: 'go1.17-buster'
IMAGE_VERSION: 'v2.3.1-go1.17rc1-buster.0'
GO_MINOR_VERSION: '1.17'
OS_CODENAME: 'buster'
REVISION: '0'
GO_VERSION: '1.17rc1'
DISTROLESS_IMAGE: 'static-debian10'
go1.16-buster:
CONFIG: 'go1.16-buster'
IMAGE_VERSION: 'v2.3.1-go1.16.6-buster.0'
Expand Down
4 changes: 4 additions & 0 deletions images/releng/ci/variants.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
variants:
go1.17:
CONFIG: 'go1.17'
GO_VERSION: '1.17rc1'
REVISION: '0'
go1.16:
CONFIG: 'go1.16'
GO_VERSION: '1.16.6'
Expand Down