forked from cri-o/cri-o
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdependencies.yaml
More file actions
147 lines (128 loc) · 3.35 KB
/
dependencies.yaml
File metadata and controls
147 lines (128 loc) · 3.35 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
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
143
144
145
146
147
dependencies:
- name: go
version: 1.24
refPaths:
- path: nix/derivation.nix
match: buildGo124Module
- path: go.mod
match: go
# For a new minor (1.x.0) release, move the "development version"
# below to the "supported versions" section (by omitting the patch version)
# and increment the minor version. The .github/workflows/tag-reconciler.yml
# workflow should then automatically tag the .0 release if it does not
# automatically exist.
- name: development version
version: 1.33.0
refPaths:
- path: internal/version/version.go
match: Version
- name: supported versions
version: '{"1.32", "1.31", "1.30"}'
refPaths:
- path: internal/version/version.go
match: ReleaseMinorVersions
- name: golangci-lint
version: v2.1.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.2
refPaths:
- path: scripts/versions
match: cni-plugins
- path: contrib/test/ci/build/plugins.yml
match: version
- name: conmon
version: v2.1.13
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.38.0
refPaths:
- path: scripts/versions
match: buildah
- name: runc
version: main
refPaths:
- path: scripts/versions
match: runc
- name: bats
version: v1.11.1
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.25.4
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.18.0
refPaths:
- path: Makefile
match: RELEASE_NOTES_VERSION
- name: shfmt
version: 3.10.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.21.4
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:"