mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
build: Alpha-sort dependencies.yaml
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
8b47cbba4f
commit
82c2ce9eef
@ -1,44 +1,4 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: "etcd"
|
|
||||||
version: 3.4.7
|
|
||||||
refPaths:
|
|
||||||
- path: cluster/gce/manifests/etcd.manifest
|
|
||||||
match: etcd_docker_tag|etcd_version
|
|
||||||
- path: build/workspace.bzl
|
|
||||||
match: ETCD_VERSION
|
|
||||||
- path: cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
|
|
||||||
match: k8s.gcr.io/etcd-empty-dir-cleanup
|
|
||||||
- path: cluster/gce/upgrade-aliases.sh
|
|
||||||
match: ETCD_IMAGE|ETCD_VERSION
|
|
||||||
- path: cluster/images/etcd-empty-dir-cleanup/Makefile
|
|
||||||
match: ETCD_VERSION|TAG
|
|
||||||
- path: cluster/images/etcd/Makefile
|
|
||||||
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
|
|
||||||
- path: cluster/images/etcd/migrate-if-needed.sh
|
|
||||||
match: BUNDLED_VERSIONS=
|
|
||||||
- path: cmd/kubeadm/app/constants/constants.go
|
|
||||||
- path: hack/lib/etcd.sh
|
|
||||||
match: ETCD_VERSION=
|
|
||||||
- path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
|
|
||||||
match: quay.io/coreos/etcd
|
|
||||||
- path: test/e2e/framework/nodes_util.go
|
|
||||||
match: const etcdImage
|
|
||||||
|
|
||||||
- name: "docker"
|
|
||||||
version: 19.03
|
|
||||||
refPaths:
|
|
||||||
- path: vendor/k8s.io/system-validators/validators/docker_validator.go
|
|
||||||
match: latestValidatedDockerVersion
|
|
||||||
|
|
||||||
|
|
||||||
- name: "golang"
|
|
||||||
version: 1.13.9
|
|
||||||
refPaths:
|
|
||||||
- path: build/build-image/cross/VERSION
|
|
||||||
- path: test/images/Makefile
|
|
||||||
match: GOLANG_VERSION
|
|
||||||
|
|
||||||
|
|
||||||
- name: "cni"
|
- name: "cni"
|
||||||
version: 0.8.5
|
version: 0.8.5
|
||||||
refPaths:
|
refPaths:
|
||||||
@ -51,7 +11,6 @@ dependencies:
|
|||||||
- 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 ]*=
|
||||||
|
|
||||||
|
|
||||||
- name: "coredns-kube-up"
|
- name: "coredns-kube-up"
|
||||||
version: 1.6.7
|
version: 1.6.7
|
||||||
refPaths:
|
refPaths:
|
||||||
@ -77,3 +36,41 @@ dependencies:
|
|||||||
match: DEFAULT_CRICTL_VERSION=
|
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 =
|
||||||
|
|
||||||
|
- name: "docker"
|
||||||
|
version: 19.03
|
||||||
|
refPaths:
|
||||||
|
- path: vendor/k8s.io/system-validators/validators/docker_validator.go
|
||||||
|
match: latestValidatedDockerVersion
|
||||||
|
|
||||||
|
- name: "etcd"
|
||||||
|
version: 3.4.7
|
||||||
|
refPaths:
|
||||||
|
- path: cluster/gce/manifests/etcd.manifest
|
||||||
|
match: etcd_docker_tag|etcd_version
|
||||||
|
- path: build/workspace.bzl
|
||||||
|
match: ETCD_VERSION
|
||||||
|
- path: cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
|
||||||
|
match: k8s.gcr.io/etcd-empty-dir-cleanup
|
||||||
|
- path: cluster/gce/upgrade-aliases.sh
|
||||||
|
match: ETCD_IMAGE|ETCD_VERSION
|
||||||
|
- path: cluster/images/etcd-empty-dir-cleanup/Makefile
|
||||||
|
match: ETCD_VERSION|TAG
|
||||||
|
- path: cluster/images/etcd/Makefile
|
||||||
|
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
|
||||||
|
- path: cluster/images/etcd/migrate-if-needed.sh
|
||||||
|
match: BUNDLED_VERSIONS=
|
||||||
|
- path: cmd/kubeadm/app/constants/constants.go
|
||||||
|
- path: hack/lib/etcd.sh
|
||||||
|
match: ETCD_VERSION=
|
||||||
|
- path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
|
||||||
|
match: quay.io/coreos/etcd
|
||||||
|
- path: test/e2e/framework/nodes_util.go
|
||||||
|
match: const etcdImage
|
||||||
|
|
||||||
|
- name: "golang"
|
||||||
|
version: 1.13.9
|
||||||
|
refPaths:
|
||||||
|
- path: build/build-image/cross/VERSION
|
||||||
|
- path: test/images/Makefile
|
||||||
|
match: GOLANG_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user