forked from cri-o/cri-o
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yaml
142 lines (125 loc) · 3.18 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
dependencies:
- name: go
version: 1.23
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: .github/workflows/release-branch-forward.yml
match: GO_VERSION
- path: .github/workflows/patch-release.yml
match: GO_VERSION
- path: .github/workflows/tag-reconciler.yml
match: GO_VERSION
- path: nix/derivation.nix
match: buildGo123Module
- path: go.mod
match: go
- name: golangci-lint
version: v1.62.2
refPaths:
- path: .github/workflows/verify.yml
match: GOLANGCI_LINT_VERSION
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: shellcheck
version: v0.10.0
refPaths:
- path: Makefile
match: SHELLCHECK_VERSION
- name: cni-plugins
version: v1.6.1
refPaths:
- path: scripts/versions
match: cni-plugins
- path: contrib/test/ci/build/plugins.yml
match: version
- name: conmon
version: v2.1.12
refPaths:
- path: scripts/versions
match: conmon
- name: cri-tools
version: master
refPaths:
- path: contrib/test/ci/vars.yml
match: cri_tools_git_version
- name: buildah
version: v1.34.0
refPaths:
- path: scripts/versions
match: buildah
- name: runc
version: main
refPaths:
- path: scripts/versions
match: runc
- name: bats
version: v1.11.0
refPaths:
- path: scripts/versions
match: bats
- path: contrib/test/ci/build/bats.yml
match: version
- name: zeitgeist
version: 0.5.4
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: nix
version: 2.24.3
refPaths:
- path: .github/workflows/test.yml
match: NIX_VERSION
- path: .github/workflows/nixpkgs.yml
match: NIX_VERSION
- path: Makefile
match: NIX_IMAGE
- name: release-notes
version: 0.17.8
refPaths:
- path: Makefile
match: RELEASE_NOTES_VERSION
- name: shfmt
version: 3.9.0
refPaths:
- path: Makefile
match: SHFMT_VERSION
- name: go-mod-outdated
version: 0.9.0
refPaths:
- path: Makefile
match: GO_MOD_OUTDATED_VERSION
- name: govulncheck
version: v1.1.3
refPaths:
- path: hack/govulncheck.sh
match: GOVULNCHECK_VERSION
- name: gosec
version: 2.19.0
refPaths:
- path: Makefile
match: GOSEC_VERSION
- name: mdtoc
version: v1.4.0
refPaths:
- path: Makefile
match: MDTOC_VERSION
- name: pause
version: 3.10
refPaths:
- path: docs/crio.8.md
match: "registry.k8s.io/pause:"
- path: docs/crio.conf.5.md
match: "registry.k8s.io/pause:"
- path: internal/storage/image_test.go
match: "registry.k8s.io/pause:"
- path: pkg/config/config_linux.go
match: "registry.k8s.io/pause:"
- path: pkg/config/config_unsupported.go
match: "registry.k8s.io/pause:"
- path: test/common.sh
match: "registry.k8s.io/pause:"