generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 203
/
.dependencies.yaml
51 lines (46 loc) · 1.13 KB
/
.dependencies.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
dependencies:
- name: "zeitgeist"
version: 0.5.3
refPaths:
- path: hack/verify-dependencies-version.sh
match: sigs.k8s.io/zeitgeist@v
- name: "golang"
version: 1.23.0
refPaths:
- path: go.mod
match: "go "
- path: .github/workflows/golangci-lint.yaml
match: "GO_VERSION: "
- path: .golangci.yaml
match: "go: "
- path: .github/workflows/releases.yaml
match: "GO_VERSION: "
- path: .github/workflows/test.yaml
match: "GO_VERSION: "
- path: hack/requirements.sh
match: "GO_VERSION="
- name: "golangci"
version: 1.60.1
refPaths:
- path: .github/workflows/golangci-lint.yaml
match: "GOLANGCI_VERSION: "
- path: hack/update-go-lint.sh
match: "golangci-lint@v"
- path: hack/verify-go-lint.sh
match: "golangci-lint@v"
- name: "kind"
version: 0.23.0
refPaths:
- path: hack/requirements.sh
match: "KIND_VERSION="
- path: pkg/consts/consts.go
match: "KindVersion"
- name: "kubernetes"
version: 1.31.0
refPaths:
- path: supported_releases.txt
match: ""
- path: pkg/consts/consts.go
match: "KubeVersion"
- path: hack/requirements.sh
match: "KUBE_VERSION="