forked from cri-o/cri-o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
116 lines (101 loc) · 2.39 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
dependencies:
- name: go
version: 1.20
refPaths:
- path: .github/workflows/verify.yml
match: GO_VERSION
- path: .github/workflows/integration.yml
match: GO_VERSION
- path: .github/workflows/test.yml
match: GO_VERSION
- path: contrib/test/integration/vars.yml
match: golang_version
- path: contrib/test/ci/vars.yml
match: golang_version
- name: golangci-lint
version: v1.52.2
refPaths:
- path: .github/workflows/verify.yml
match: GOLANGCI_LINT_VERSION
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: shellcheck
version: v0.8.0
refPaths:
- path: Makefile
match: SHELLCHECK_VERSION
- name: cni-plugins
version: v1.2.0
refPaths:
- path: scripts/versions
match: cni-plugins
- path: contrib/test/integration/build/plugins.yml
match: version
- path: contrib/test/ci/build/plugins.yml
match: version
- name: conmon
version: v2.1.6
refPaths:
- path: scripts/versions
match: conmon
- name: cri-tools
version: v1.27.0
refPaths:
- path: scripts/versions
match: cri-tools
- path: contrib/test/integration/vars.yml
match: cri_tools_git_version
- path: contrib/test/ci/vars.yml
match: cri_tools_git_version
- name: runc
version: v1.1.6
refPaths:
- path: scripts/versions
match: runc
- name: crun
version: 1.8.4
refPaths:
- path: scripts/versions
match: crun
- name: bats
version: v1.6.0
refPaths:
- path: scripts/versions
match: bats
- path: contrib/test/integration/build/bats.yml
match: version
- name: zeitgeist
version: 0.4.1
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: nix
version: 2.13.3
refPaths:
- path: .github/workflows/test.yml
match: NIX_VERSION
- name: bom
version: 0.5.1
refPaths:
- path: Makefile
match: BOM_VERSION
- name: release-notes
version: 0.15.1
refPaths:
- path: Makefile
match: RELEASE_NOTES_VERSION
- name: shfmt
version: 3.6.0
refPaths:
- path: Makefile
match: SHFMT_VERSION
- name: mockgen
version: 1.6.0
refPaths:
- path: Makefile
match: MOCKGEN_VERSION
- name: go-mod-outdated
version: 0.9.0
refPaths:
- path: Makefile
match: GO_MOD_OUTDATED_VERSION