mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
dependencies.yaml: Pin zeitgeist version and add comment about usage
Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
parent
5fb57eec1a
commit
b14accb3d4
@ -1,4 +1,21 @@
|
||||
dependencies:
|
||||
# zeitgeist (https://github.com/kubernetes-sigs/zeitgeist) was inspired by
|
||||
# (and now replaces) the cmd/verifydependencies tool to verify external
|
||||
# dependencies across the repo.
|
||||
#
|
||||
# The zeitgeist dependencies.yaml file format is intended to be
|
||||
# backwards-compatible with the original tooling.
|
||||
#
|
||||
# In instances where the file format may change across versions, this meta
|
||||
# dependency check exists to ensure we're pinned to a known good version.
|
||||
#
|
||||
# ref: https://github.com/kubernetes/kubernetes/pull/98845
|
||||
- name: "zeitgeist"
|
||||
version: "v0.1.1-0.20210222132743-e06e27751b7f"
|
||||
refPaths:
|
||||
- path: hack/tools/go.mod
|
||||
match: sigs.k8s.io/zeitgeist\ v(?P<major>0|[1-9]\d*)\.(?P<minor>0|[1-9]\d*)\.(?P<patch>0|[1-9]\d*)(?:-(?P<prerelease>(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+(?P<buildmetadata>[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?
|
||||
|
||||
# agnhost: bump this one first
|
||||
- name: "agnhost"
|
||||
version: "2.28"
|
||||
|
Loading…
Reference in New Issue
Block a user