Skip to content

Commit f463f98

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Bump to v0.9.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
1 parent 4fec2cf commit f463f98

25 files changed

+94
-91
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1-dev
1+
0.9.1

bundle/manifests/security-profiles-operator-profile_v1_configmap.yaml

Lines changed: 57 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,33 @@ data:
33
bpf-recorder.json: |
44
{
55
"defaultAction": "SCMP_ACT_ERRNO",
6-
"architectures": [
7-
"SCMP_ARCH_X86_64",
8-
"SCMP_ARCH_X86",
9-
"SCMP_ARCH_X32",
10-
"SCMP_ARCH_AARCH64"
6+
"archMap": [
7+
{
8+
"architecture": "SCMP_ARCH_X86_64",
9+
"subArchitectures": [
10+
"SCMP_ARCH_X86",
11+
"SCMP_ARCH_X32"
12+
]
13+
},
14+
{
15+
"architecture": "SCMP_ARCH_AARCH64",
16+
"subArchitectures": [
17+
"SCMP_ARCH_ARM"
18+
]
19+
},
20+
{
21+
"architecture": "SCMP_ARCH_PPC64LE",
22+
"subArchitectures": [
23+
"SCMP_ARCH_PPC64",
24+
"SCMP_ARCH_PPC"
25+
]
26+
},
27+
{
28+
"architecture": "SCMP_ARCH_S390X",
29+
"subArchitectures": [
30+
"SCMP_ARCH_S390"
31+
]
32+
}
1133
],
1234
"syscalls": [
1335
{
@@ -81,6 +103,7 @@ data:
81103
"setuid",
82104
"sigaltstack",
83105
"socket",
106+
"stat",
84107
"statfs",
85108
"tgkill",
86109
"uname",
@@ -134,55 +157,34 @@ data:
134157
security-profiles-operator.json: |
135158
{
136159
"defaultAction": "SCMP_ACT_ERRNO",
137-
"archMap": [
138-
{
139-
"architecture": "SCMP_ARCH_X86_64",
140-
"subArchitectures": [
141-
"SCMP_ARCH_X86",
142-
"SCMP_ARCH_X32"
143-
]
144-
},
145-
{
146-
"architecture": "SCMP_ARCH_AARCH64",
147-
"subArchitectures": [
148-
"SCMP_ARCH_ARM"
149-
]
150-
},
151-
{
152-
"architecture": "SCMP_ARCH_MIPS64",
153-
"subArchitectures": [
154-
"SCMP_ARCH_MIPS",
155-
"SCMP_ARCH_MIPS64N32"
156-
]
157-
},
158-
{
159-
"architecture": "SCMP_ARCH_MIPS64N32",
160-
"subArchitectures": [
161-
"SCMP_ARCH_MIPS",
162-
"SCMP_ARCH_MIPS64"
163-
]
164-
},
165-
{
166-
"architecture": "SCMP_ARCH_MIPSEL64",
167-
"subArchitectures": [
168-
"SCMP_ARCH_MIPSEL",
169-
"SCMP_ARCH_MIPSEL64N32"
170-
]
171-
},
172-
{
173-
"architecture": "SCMP_ARCH_MIPSEL64N32",
174-
"subArchitectures": [
175-
"SCMP_ARCH_MIPSEL",
176-
"SCMP_ARCH_MIPSEL64"
177-
]
178-
},
179-
{
180-
"architecture": "SCMP_ARCH_S390X",
181-
"subArchitectures": [
182-
"SCMP_ARCH_S390"
183-
]
184-
}
185-
],
160+
"archMap": [
161+
{
162+
"architecture": "SCMP_ARCH_X86_64",
163+
"subArchitectures": [
164+
"SCMP_ARCH_X86",
165+
"SCMP_ARCH_X32"
166+
]
167+
},
168+
{
169+
"architecture": "SCMP_ARCH_AARCH64",
170+
"subArchitectures": [
171+
"SCMP_ARCH_ARM"
172+
]
173+
},
174+
{
175+
"architecture": "SCMP_ARCH_PPC64LE",
176+
"subArchitectures": [
177+
"SCMP_ARCH_PPC64",
178+
"SCMP_ARCH_PPC"
179+
]
180+
},
181+
{
182+
"architecture": "SCMP_ARCH_S390X",
183+
"subArchitectures": [
184+
"SCMP_ARCH_S390"
185+
]
186+
}
187+
],
186188
"syscalls": [
187189
{
188190
"names": [
@@ -344,7 +346,7 @@ data:
344346
executable:
345347
allowedExecutables:
346348
- /security-profiles-operator
347-
- /sbin/apparmor_parser
349+
- /usr/sbin/apparmor_parser
348350
filesystem:
349351
readOnlyPaths:
350352
- / # workaround for apparmor bug

bundle/manifests/security-profiles-operator.clusterserviceversion.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,17 @@ metadata:
247247
]
248248
capabilities: Basic Install
249249
categories: Security
250-
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
251-
createdAt: "2025-02-25T13:34:54Z"
252-
olm.skipRange: '>=0.4.1 <0.9.1-dev'
250+
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.1
251+
createdAt: "2025-04-09T08:07:05Z"
252+
olm.skipRange: '>=0.4.1 <0.9.1'
253253
operatorframework.io/cluster-monitoring: "true"
254+
operatorframework.io/os.linux: supported
254255
operatorframework.io/suggested-namespace: security-profiles-operator
255256
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
256257
Container Platform", "OpenShift Platform Plus"]'
257258
operators.operatorframework.io/builder: operator-sdk-v1.37.0
258259
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
259-
name: security-profiles-operator.v0.9.1-dev
260+
name: security-profiles-operator.v0.9.1
260261
namespace: placeholder
261262
spec:
262263
apiservicedefinitions: {}
@@ -697,7 +698,7 @@ spec:
697698
fieldPath: spec.nodeName
698699
- name: KUBELET_DIR
699700
value: /var/lib/kubelet
700-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
701+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.1
701702
imagePullPolicy: Always
702703
name: security-profiles-operator
703704
resources:
@@ -809,4 +810,4 @@ spec:
809810
- image: quay.io/security-profiles-operator/selinuxd-fedora:latest
810811
name: selinuxd-fedora
811812
replaces: security-profiles-operator.v0.8.4
812-
version: 0.9.1-dev
813+
version: 0.9.1

bundle/manifests/security-profiles-operator.x-k8s.io_apparmorprofiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

bundle/manifests/security-profiles-operator.x-k8s.io_profilebindings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

bundle/manifests/security-profiles-operator.x-k8s.io_profilerecordings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

bundle/manifests/security-profiles-operator.x-k8s.io_rawselinuxprofiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

bundle/manifests/security-profiles-operator.x-k8s.io_seccompprofiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

bundle/manifests/security-profiles-operator.x-k8s.io_securityprofilenodestatuses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

bundle/manifests/security-profiles-operator.x-k8s.io_securityprofilesoperatordaemons.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
controller-gen.kubebuilder.io/version: v0.17.2
5+
controller-gen.kubebuilder.io/version: v0.17.3
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

0 commit comments

Comments
 (0)