mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
dependencies.yaml: Track Golang version for upstream etcd releases
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
parent
e8d2bff6ba
commit
6318f6a0e7
@ -90,8 +90,6 @@ dependencies:
|
||||
- path: build/build-image/cross/VERSION
|
||||
- path: cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
|
||||
match: 'FROM golang\:\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: 'GOLANG_VERSION\?=\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
||||
- path: staging/publishing/rules.yaml
|
||||
match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
||||
- path: test/images/Makefile
|
||||
@ -109,6 +107,12 @@ dependencies:
|
||||
- path: hack/lib/golang.sh
|
||||
match: minimum_go_version=go([0-9]+\.[0-9]+)
|
||||
|
||||
- name: "golang: etcd release version"
|
||||
version: 1.16.7
|
||||
refPaths:
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: 'GOLANG_VERSION\?=\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
||||
|
||||
- name: "k8s.gcr.io/kube-cross: dependents"
|
||||
version: v1.23.0-go1.17-buster.0
|
||||
refPaths:
|
||||
|
Loading…
Reference in New Issue
Block a user