forked from kubernetes-sigs/security-profiles-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.yaml
273 lines (239 loc) · 6.68 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
dependencies:
- name: go
version: 1.20
refPaths:
- path: go.mod
match: go
- path: .github/workflows/build.yml
match: GO_VERSION
- path: .github/workflows/test.yml
match: GO_VERSION
- path: .github/workflows/olm_tests.yaml
match: GO_VERSION
- path: hack/ci/Vagrantfile-fedora
match: GO_VERSION
- path: hack/ci/Vagrantfile-ubuntu
match: GO_VERSION
- path: hack/ci/Vagrantfile-flatcar
match: GO_VERSION
- path: Makefile
match: CI_IMAGE
- name: golangci-lint
version: 1.54.1
refPaths:
- path: Makefile
match: GOLANGCI_LINT_VERSION
- name: repo-infra
version: v0.2.5
refPaths:
- path: Makefile
match: REPO_INFRA_VERSION
- name: kustomize
version: 5.1.0
refPaths:
- path: Makefile
match: KUSTOMIZE_VERSION
- name: operator-sdk
version: v1.25.0
refPaths:
- path: Makefile
match: OPERATOR_SDK_VERSION
- name: olm
version: v0.18.2
refPaths:
- path: hack/ci/e2e-olm.sh
match: OLM_VERSION
- name: cert-manager
version: 1.12.1
refPaths:
- path: test/e2e_test.go
match: cert-manager/cert-manager
- path: installation-usage.md
match: cert-manager/cert-manager
- path: hack/ci/e2e-olm.sh
match: cert-manager/cert-manager
- path: hack/ci/baseprofiles.sh
match: cert-manager/cert-manager
- name: kind
version: 0.20.0
refPaths:
- path: test/suite_test.go
match: kindVersion
- name: kind-image
version: 1.27.3
refPaths:
- path: test/suite_test.go
match: kindImage
- path: .github/workflows/olm_tests.yaml
match: KIND_IMG_TAG
- name: qemu
version: 7.2.0-1
refPaths:
- path: hack/image-cross.sh
match: QEMUVERSION
- name: e2e-kubernetes
version: 1.28
refPaths:
- path: hack/ci/install-kubernetes.sh
match: VERSION
- path: hack/ci/Vagrantfile-ubuntu
match: KUBERNETES_VERSION
- name: e2e-fedora
version: 36
refPaths:
- path: hack/ci/Vagrantfile-fedora
match: fedora
- name: e2e-ubuntu
version: ubuntu2204
refPaths:
- path: hack/ci/Vagrantfile-ubuntu
match: config.vm.box
- path: .github/workflows/test.yml
match: node
- name: debian-base-digest
version: sha256:b9335fa66cdb5c1562c4f952e2d99f904dbe1618a6ed0d52487e70cf6cc280fd
refPaths:
- path: Dockerfile.build-image
match: registry.k8s.io/build-image/debian-base
- name: debian-base
version: bookworm-v1.0.0
refPaths:
- path: Dockerfile.build-image
match: tag
- name: ubi8-minimal
version: sha256:8d43664c250c72d35af8498c7ff76a9f0d42f16b9b3b29f0caa747121778de0e
refPaths:
- path: Dockerfile.ubi
match: registry.access.redhat.com/ubi8/ubi-minimal
- name: ubi8-go-toolset
version: sha256:e059e813125f3beee236b0499cfae8d68716d925cffda327e4a09b465832960b
refPaths:
- path: Dockerfile.ubi
match: registry.access.redhat.com/ubi8/go-toolset
- name: nix
version: 2.15.1
refPaths:
- path: Dockerfile.build-image
match: NIX_VERSION
- path: .github/workflows/build.yml
match: NIX_VERSION
- name: kube-rbac-proxy
version: 0.14.1
refPaths:
- path: internal/pkg/manager/spod/bindata/spod.go
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/kustomize-deployment/manager_deployment.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/helm/templates/deployment.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: bundle/manifests/security-profiles-operator.clusterserviceversion.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/openshift-downstream.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/operator.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/webhook-operator.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/openshift-dev.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- path: deploy/namespace-operator.yaml
match: gcr.io/kubebuilder/kube-rbac-proxy
- name: gcb-docker-gcloud
version: v20230522-312425ae46
refPaths:
- path: cloudbuild.yaml
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
- name: libbpf
version: 1.2.0
refPaths:
- path: hack/install-libbpf.sh
match: VERSION
- name: fedora-vmlinux
version: 37
refPaths:
- path: hack/update-vmlinux
match: VERSION
- name: CRI-O
version: v1.28.0
refPaths:
- path: hack/ci/install-cri-o.sh
match: TAG
- name: crun
version: v1.8.5
refPaths:
- path: examples/baseprofile-crun.yaml
match: name
- path: test/tc_base_profiles_test.go
match: baseProfileNameCrun
- name: runc
version: v1.1.9
refPaths:
- path: examples/baseprofile-runc.yaml
match: name
- path: test/tc_base_profiles_test.go
match: baseProfileNameRunc
- path: installation-usage.md
match: baseProfileName
- name: audit2rbac
version: v0.10.0
refPaths:
- path: hack/ci/install-audit2rbac.sh
match: VERSION
- name: cosign
version: v2.0.2
refPaths:
- path: hack/ci/install-cri-o.sh
match: COSIGN_VERSION
- name: bom
version: v0.5.1
refPaths:
- path: hack/ci/install-cri-o.sh
match: BOM_VERSION
- path: .github/workflows/build.yml
match: BOM_VERSION
- name: spo-current
version: 0.8.1-dev
refPaths:
- path: VERSION
match: ^.*
- path: bundle/manifests/security-profiles-operator.clusterserviceversion.yaml
match: "^ name: security-profiles-operator"
- path: deploy/helm/Chart.yaml
match: "^appVersion: "
- path: deploy/helm/Chart.yaml
match: "^version: "
- name: clang
version: 15
refPaths:
- path: nix/derivation-bpf.nix
match: llvmPackages_\d+.clang-unwrapped
- path: nix/derivation-bpf.nix
match: llvm_\d+
# TODO: update to the latest clang of debian 12 packages are available.
- name: clang-debian-12
version: 14
refPaths:
- path: hack/pull-security-profiles-operator-verify
match: CLANG_VERSION
- name: btfhub
version: 12d2b6bb4664b6b1d15076f8090dcb0e55696d34
refPaths:
- path: hack/update-btf
match: BTFHUB_COMMIT
- name: flatcar
version: 3510.2.3
refPaths:
- path: hack/ci/Vagrantfile-flatcar
match: flatcar_production_vagrant
- path: hack/ci/Vagrantfile-flatcar
match: flatcar_developer_container
- name: zeitgeist
version: 0.4.1
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: yq
version: 4.33.3
refPaths:
- path: hack/ci/baseprofiles.sh
match: YQ_VERSION