mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
dependencies.yaml: Alpha-sort reference paths
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
parent
2f68346fbb
commit
e1bfcbc873
@ -20,10 +20,10 @@ dependencies:
|
|||||||
- name: "cni"
|
- name: "cni"
|
||||||
version: 0.9.1
|
version: 0.9.1
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: cluster/gce/gci/configure.sh
|
|
||||||
match: DEFAULT_CNI_VERSION=
|
|
||||||
- path: cluster/gce/config-common.sh
|
- path: cluster/gce/config-common.sh
|
||||||
match: WINDOWS_CNI_VERSION=
|
match: WINDOWS_CNI_VERSION=
|
||||||
|
- path: cluster/gce/gci/configure.sh
|
||||||
|
match: DEFAULT_CNI_VERSION=
|
||||||
- path: test/e2e_node/remote/utils.go
|
- path: test/e2e_node/remote/utils.go
|
||||||
match: cniVersion[\t\n\f\r ]*=
|
match: cniVersion[\t\n\f\r ]*=
|
||||||
|
|
||||||
@ -48,10 +48,10 @@ dependencies:
|
|||||||
- name: "crictl"
|
- name: "crictl"
|
||||||
version: 1.22.0
|
version: 1.22.0
|
||||||
refPaths:
|
refPaths:
|
||||||
- path: cluster/gce/gci/configure.sh
|
|
||||||
match: DEFAULT_CRICTL_VERSION=
|
|
||||||
- path: cluster/gce/windows/k8s-node-setup.psm1
|
- path: cluster/gce/windows/k8s-node-setup.psm1
|
||||||
match: CRICTL_VERSION =
|
match: CRICTL_VERSION =
|
||||||
|
- path: cluster/gce/gci/configure.sh
|
||||||
|
match: DEFAULT_CRICTL_VERSION=
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
- name: "docker"
|
- name: "docker"
|
||||||
@ -90,12 +90,12 @@ dependencies:
|
|||||||
- path: build/build-image/cross/VERSION
|
- path: build/build-image/cross/VERSION
|
||||||
- path: cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
|
- path: cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
|
||||||
match: 'FROM golang\:\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
match: 'FROM golang\:\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
||||||
- path: test/images/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: cluster/images/etcd/Makefile
|
- path: cluster/images/etcd/Makefile
|
||||||
match: 'GOLANG_VERSION\?=\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
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
|
||||||
|
match: GOLANG_VERSION=\d+.\d+(alpha|beta|rc)?\.?\d+
|
||||||
|
|
||||||
# Golang pre-releases are denoted as `1.y<pre-release stage>.z`
|
# Golang pre-releases are denoted as `1.y<pre-release stage>.z`
|
||||||
# Example: go1.16rc1
|
# Example: go1.16rc1
|
||||||
|
Loading…
Reference in New Issue
Block a user