-
Notifications
You must be signed in to change notification settings - Fork 106
/
dependencies.yaml
243 lines (213 loc) · 5.91 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
dependencies:
- name: go
version: 1.23
refPaths:
- 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: Makefile
match: CI_IMAGE
- name: golangci-lint
version: 1.62.0
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.5.0
refPaths:
- path: Makefile
match: KUSTOMIZE_VERSION
- name: operator-sdk
version: v1.37.0
refPaths:
- path: Makefile
match: OPERATOR_SDK_VERSION
- name: olm
version: v0.30.0
refPaths:
- path: hack/ci/e2e-olm.sh
match: OLM_VERSION
- name: cert-manager
version: 1.16.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/install-spo.sh
match: cert-manager/cert-manager
- name: kind
version: 0.25.0
refPaths:
- path: test/suite_test.go
match: kindVersion
- name: kind-image
version: 1.31.2
refPaths:
- path: test/suite_test.go
match: kindImage
- path: .github/workflows/olm_tests.yaml
match: KIND_IMG_TAG
- name: e2e-kubernetes
version: 1.31
refPaths:
- path: hack/ci/Vagrantfile-fedora
match: KUBERNETES_VERSION
- path: hack/ci/Vagrantfile-ubuntu
match: KUBERNETES_VERSION
- path: hack/ci/Vagrantfile-debian
match: KUBERNETES_VERSION
- name: e2e-fedora
version: 39
refPaths:
- path: hack/ci/Vagrantfile-fedora
match: fedora
- name: e2e-ubuntu
version: ubuntu2204
refPaths:
- path: hack/ci/Vagrantfile-ubuntu
match: config.vm.box
- name: debian-base-digest
version: sha256:0a17678966f63e82e9c5e246d9e654836a33e13650a698adefede61bb5ca099e
refPaths:
- path: Dockerfile.build-image
match: registry.k8s.io/build-image/debian-base
- name: debian-base
version: bookworm-v1.0.4
refPaths:
- path: Dockerfile.build-image
match: tag
- name: nix
version: 2.25.0
refPaths:
- path: Dockerfile.build-image
match: NIX_VERSION
- path: .github/workflows/build.yml
match: NIX_VERSION
- name: kube-rbac-proxy
version: 0.16.0
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: v20241111-71c32dbdcc
refPaths:
- path: cloudbuild.yaml
match: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud
- name: libbpf
version: 1.5.0
refPaths:
- path: hack/install-libbpf.sh
match: VERSION
- name: fedora-vmlinux
version: 37
refPaths:
- path: hack/update-vmlinux
match: VERSION
- name: crun
version: 1.18.2
refPaths:
- path: examples/baseprofile-crun.yaml
match: name
- path: test/tc_base_profiles_test.go
match: baseProfileNameCrun
- path: hack/install-crun
match: CRUN_VERSION
- name: runc
version: v1.2.2
refPaths:
- path: examples/baseprofile-runc.yaml
match: name
- path: test/tc_base_profiles_test.go
match: baseProfileNameRunc
- path: installation-usage.md
match: baseProfileName
- name: cosign
version: v2.4.1
refPaths:
- path: hack/ci/Vagrantfile-ubuntu
match: COSIGN_VERSION
- path: hack/ci/Vagrantfile-debian
match: COSIGN_VERSION
- name: bom
version: v0.6.0
refPaths:
- path: .github/workflows/build.yml
match: BOM_VERSION
- name: spo-current
version: 0.8.5-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: 18
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: 16
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.5.4
refPaths:
- path: Makefile
match: ZEITGEIST_VERSION
- name: mdtoc
version: v1.4.0
refPaths:
- path: Makefile
match: MDTOC_VERSION
- name: yq
version: 4.44.3
refPaths:
- path: hack/ci/install-yq.sh
match: YQ_VERSION