dependencies.yaml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. dependencies:
  2. - name: "etcd"
  3. version: 3.4.3
  4. refPaths:
  5. - path: cluster/gce/manifests/etcd.manifest
  6. match: etcd_docker_tag|etcd_version
  7. - path: build/workspace.bzl
  8. match: ETCD_VERSION
  9. - path: cluster/gce/manifests/etcd-empty-dir-cleanup.yaml
  10. match: k8s.gcr.io/etcd-empty-dir-cleanup
  11. - path: cluster/gce/upgrade-aliases.sh
  12. match: ETCD_IMAGE|ETCD_VERSION
  13. - path: cluster/images/etcd-empty-dir-cleanup/Makefile
  14. match: ETCD_VERSION|TAG
  15. - path: cluster/images/etcd/Makefile
  16. match: BUNDLED_ETCD_VERSIONS\?|LATEST_ETCD_VERSION\?
  17. - path: cluster/images/etcd/migrate-if-needed.sh
  18. match: BUNDLED_VERSIONS=
  19. - path: cmd/kubeadm/app/constants/constants.go
  20. - path: hack/lib/etcd.sh
  21. match: ETCD_VERSION=
  22. - path: staging/src/k8s.io/sample-apiserver/artifacts/example/deployment.yaml
  23. match: quay.io/coreos/etcd
  24. - path: test/e2e/framework/nodes_util.go
  25. match: const etcdImage
  26. - name: "docker"
  27. version: 19.03
  28. refPaths:
  29. - path: vendor/k8s.io/system-validators/validators/docker_validator.go
  30. match: latestValidatedDockerVersion
  31. - name: "golang"
  32. version: 1.13.6
  33. refPaths:
  34. - path: build/build-image/cross/Dockerfile
  35. match: "golang:"
  36. - path: build/build-image/cross/VERSION
  37. - path: build/root/WORKSPACE
  38. match: go_version
  39. - path: test/images/Makefile
  40. match: GOLANG_VERSION
  41. - name: "cni"
  42. version: 0.8.5
  43. refPaths:
  44. - path: build/debian-hyperkube-base/Makefile
  45. match: CNI_VERSION=
  46. - path: build/workspace.bzl
  47. match: CNI_VERSION =
  48. - path: cluster/gce/gci/configure.sh
  49. match: DEFAULT_CNI_VERSION=
  50. - path: cluster/gce/config-common.sh
  51. match: WINDOWS_CNI_VERSION=
  52. - path: test/e2e_node/remote/utils.go
  53. match: cniVersion[\t\n\f\r ]*=
  54. - name: "coredns-kube-up"
  55. version: 1.6.5
  56. refPaths:
  57. - path: cluster/addons/dns/coredns/coredns.yaml.base
  58. match: k8s.gcr.io/coredns
  59. - path: cluster/addons/dns/coredns/coredns.yaml.in
  60. match: k8s.gcr.io/coredns
  61. - path: cluster/addons/dns/coredns/coredns.yaml.sed
  62. match: k8s.gcr.io/coredns
  63. - name: "coredns-kubeadm"
  64. version: 1.6.7
  65. refPaths:
  66. - path: cmd/kubeadm/app/constants/constants.go
  67. match: CoreDNSVersion =
  68. - name: "crictl"
  69. version: 1.17.0
  70. refPaths:
  71. - path: build/workspace.bzl
  72. match: CRI_TOOLS_VERSION =
  73. - path: cluster/gce/gci/configure.sh
  74. match: DEFAULT_CRICTL_VERSION=
  75. - path: cluster/gce/windows/k8s-node-setup.psm1
  76. match: CRICTL_VERSION =