-
Notifications
You must be signed in to change notification settings - Fork 483
Expand file tree
/
Copy pathdependencies.yaml
More file actions
59 lines (52 loc) · 1.22 KB
/
dependencies.yaml
File metadata and controls
59 lines (52 loc) · 1.22 KB
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
52
53
54
55
56
57
58
59
---
dependencies:
- name: cri-tools
version: v1.36.0
refPaths:
- path: README.md
match: VERSION
- name: go
version: 1.26.3
refPaths:
- path: go.mod
match: go
- name: zeitgeist
version: v0.5.3
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: golangci-lint
version: v2.12.2
refPaths:
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: repo-infra
version: v0.2.6
refPaths:
- path: Makefile
match: REPO_INFRA_VERSION
- name: release-notes
version: v0.18.0
refPaths:
- path: hack/release-notes.sh
match: VERSION
- name: ubuntu
version: "24.04"
refPaths:
- path: .github/workflows/build.yml
match: ubuntu-
- path: .github/workflows/containerd.yml
match: ubuntu-
- path: .github/workflows/crio.yml
match: ubuntu-
- path: images/containerd-local-test/Dockerfile
match: ubuntu
- name: busybox
version: 1.37.0
refPaths:
- path: images/image-test/Dockerfile
match: FROM
- path: images/image-user/Dockerfile
match: FROM
- path: images/image-predefined-group/Dockerfile
match: FROM