205 lines
7.2 KiB
YAML
205 lines
7.2 KiB
YAML
dependencies:
|
|
- name: "cni"
|
|
version: 0.8.6
|
|
refPaths:
|
|
- path: build/workspace.bzl
|
|
match: CNI_VERSION =
|
|
- path: cluster/gce/gci/configure.sh
|
|
match: DEFAULT_CNI_VERSION=
|
|
- path: cluster/gce/config-common.sh
|
|
match: WINDOWS_CNI_VERSION=
|
|
- path: test/e2e_node/remote/utils.go
|
|
match: cniVersion[\t\n\f\r ]*=
|
|
|
|
- name: "coredns-kube-up"
|
|
version: 1.6.7
|
|
refPaths:
|
|
- path: cluster/addons/dns/coredns/coredns.yaml.base
|
|
match: k8s.gcr.io/coredns
|
|
- path: cluster/addons/dns/coredns/coredns.yaml.in
|
|
match: k8s.gcr.io/coredns
|
|
- path: cluster/addons/dns/coredns/coredns.yaml.sed
|
|
match: k8s.gcr.io/coredns
|
|
|
|
- name: "coredns-kubeadm"
|
|
version: 1.6.7
|
|
refPaths:
|
|
- path: cmd/kubeadm/app/constants/constants.go
|
|
match: CoreDNSVersion =
|
|
|
|
- name: "crictl"
|
|
version: 1.18.0
|
|
refPaths:
|
|
- path: build/workspace.bzl
|
|
match: CRI_TOOLS_VERSION =
|
|
- path: cluster/gce/gci/configure.sh
|
|
match: DEFAULT_CRICTL_VERSION=
|
|
- path: cluster/gce/windows/k8s-node-setup.psm1
|
|
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/upgrade-aliases.sh
|
|
match: ETCD_IMAGE|ETCD_VERSION
|
|
- 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: "etcd-image"
|
|
version: 3.4.9
|
|
refPaths:
|
|
- path: cluster/images/etcd/Makefile
|
|
match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
|
|
- path: cluster/images/etcd/migrate/options.go
|
|
|
|
- name: "golang"
|
|
version: 1.13.9
|
|
refPaths:
|
|
- path: build/build-image/cross/VERSION
|
|
- path: test/images/Makefile
|
|
match: GOLANG_VERSION
|
|
|
|
- name: "k8s.gcr.io/debian-base"
|
|
version: 2.1.0
|
|
refPaths:
|
|
- path: build/debian-base/Makefile
|
|
match: TAG \?=
|
|
|
|
- name: "k8s.gcr.io/debian-base: dependents"
|
|
version: 2.1.0
|
|
refPaths:
|
|
- path: build/common.sh
|
|
match: debian_base_version=
|
|
- path: build/workspace.bzl
|
|
match: tag =
|
|
- path: build/debian-iptables/Makefile
|
|
match: BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-base-\$\(ARCH\)
|
|
- path: cluster/images/etcd/Makefile
|
|
match: BASEIMAGE\?\=us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base:v\d+\.\d+\.\d+
|
|
- path: cluster/images/etcd/Makefile
|
|
match: BASEIMAGE\?\=us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base-arm:v\d+\.\d+\.\d+
|
|
- path: cluster/images/etcd/Makefile
|
|
match: BASEIMAGE\?\=us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base-arm64:v\d+\.\d+\.\d+
|
|
- path: cluster/images/etcd/Makefile
|
|
match: BASEIMAGE\?\=us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base-ppc64le:v\d+\.\d+\.\d+
|
|
- path: cluster/images/etcd/Makefile
|
|
match: BASEIMAGE\?\=us\.gcr\.io\/k8s-artifacts-prod\/build-image\/debian-base-s390x:v\d+\.\d+\.\d+
|
|
|
|
- name: "k8s.gcr.io/debian-iptables"
|
|
version: 12.1.0
|
|
refPaths:
|
|
- path: build/debian-iptables/Makefile
|
|
match: TAG\?=
|
|
|
|
- name: "k8s.gcr.io/debian-iptables: dependents"
|
|
version: 12.1.0
|
|
refPaths:
|
|
- path: build/common.sh
|
|
match: debian_iptables_version=
|
|
- path: build/workspace.bzl
|
|
match: tag =
|
|
- path: test/utils/image/manifest.go
|
|
match: configs\[DebianIptables\] = Config{buildImageRegistry, "debian-iptables", "v\d+\.\d+.\d+"}
|
|
|
|
- name: "k8s.gcr.io/go-runner"
|
|
version: 0.1.1
|
|
refPaths:
|
|
- path: build/go-runner/Makefile
|
|
match: TAG \?=
|
|
|
|
- name: "k8s.gcr.io/go-runner: dependents"
|
|
version: 0.1.1
|
|
refPaths:
|
|
- path: build/common.sh
|
|
match: go_runner_version=
|
|
- path: build/workspace.bzl
|
|
match: tag =
|
|
|
|
- name: "k8s.gcr.io/kube-cross: dependents"
|
|
version: v1.13.9-5
|
|
refPaths:
|
|
- path: build/build-image/cross/VERSION
|
|
- path: test/images/sample-apiserver/Dockerfile
|
|
match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/kube-cross:v\d+\.\d+\.\d+-\d+
|
|
|
|
- name: "k8s.gcr.io/pause"
|
|
version: 3.3
|
|
refPaths:
|
|
- path: build/pause/Makefile
|
|
match: TAG =
|
|
|
|
- name: "k8s.gcr.io/pause: dependents"
|
|
version: 3.2
|
|
refPaths:
|
|
- path: cmd/kubeadm/app/constants/constants_unix.go
|
|
match: PauseVersion\s+=
|
|
- path: cmd/kubeadm/app/util/template_test.go
|
|
match: validTmpl\s+=
|
|
- path: cmd/kubeadm/app/util/template_test.go
|
|
match: validTmplOut\s+=
|
|
- path: cmd/kubeadm/app/util/template_test.go
|
|
match: doNothing\s+=
|
|
- path: cmd/kubelet/app/options/container_runtime.go
|
|
match: defaultPodSandboxImageVersion\s+=
|
|
- path: hack/testdata/pod-with-precision.json
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: pkg/kubelet/dockershim/docker_sandbox.go
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: staging/src/k8s.io/kubectl/testdata/set/multi-resource-yaml.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: staging/src/k8s.io/kubectl/testdata/set/namespaced-resource.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/cmd/core.sh
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/fixtures/pkg/kubectl/cmd/set/multi-resource-yaml.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/fixtures/pkg/kubectl/cmd/set/namespaced-resource.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/benchmark-controller.json
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-default.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-node-affinity.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-pod-affinity.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-pod-anti-affinity.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-preferred-pod-affinity.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-preferred-pod-anti-affinity.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-preferred-topology-spreading.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-secret-volume.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/integration/scheduler_perf/config/pod-with-topology-spreading.yaml
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/utils/runners.go
|
|
match: k8s.gcr.io\/pause:\d+\.\d+
|
|
- path: test/utils/image/manifest.go
|
|
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}
|
|
|
|
- name: "repo-infra"
|
|
version: 0.0.5
|
|
refPaths:
|
|
- path: build/root/WORKSPACE
|
|
match: strip_prefix = "repo-infra-\d+.\d+.\d+"
|
|
- path: build/root/WORKSPACE
|
|
match: https://github.com/kubernetes/repo-infra/archive/v\d+.\d+.\d+.tar.gz
|