Skip to content

Commit ca20356

Browse files
Bump v0.10.0
1 parent 7902b9d commit ca20356

28 files changed

+111
-65
lines changed

VERSION

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

bundle.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
55
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
66
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=security-profiles-operator
8-
LABEL operators.operatorframework.io.bundle.channels.v1=beta
9-
LABEL operators.operatorframework.io.bundle.channel.default.v1=beta
8+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
9+
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
1010
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
apiVersion: v1
22
data:
3-
json-enricher-log-volume-source.json: |
4-
{
5-
"emptyDir": {
6-
"sizeLimit": "500Mi"
7-
}
8-
}
93
bpf-recorder.json: |
104
{
115
"defaultAction": "SCMP_ACT_ERRNO",
@@ -160,6 +154,13 @@ data:
160154
allowTcp: true
161155
allowUdp: true
162156
disabled: false
157+
json-enricher-log-volume-mount-path: /data/logs/jsonenricher
158+
json-enricher-log-volume-source.json: |-
159+
{
160+
"emptyDir": {
161+
"sizeLimit": "500Mi"
162+
}
163+
}
163164
security-profiles-operator.json: |
164165
{
165166
"defaultAction": "SCMP_ACT_ERRNO",
@@ -275,11 +276,7 @@ data:
275276
"imageFromVar":"RELATED_IMAGE_SELINUXD_EL8"
276277
},
277278
{
278-
"regex":"(.*)(CoreOS).*([\\d+])\\.9[\\d+]\\.(.*)",
279-
"imageFromVar":"RELATED_IMAGE_SELINUXD_EL9"
280-
},
281-
{
282-
"regex":"(.*)(CoreOS)([\\s+])9\\.(.*)",
279+
"regex":"(.*)(CoreOS).*([\\d+])\\.9[\\d+]\\.(.*)|(.*)(CoreOS)([\\s+])9\\.(.*)",
283280
"imageFromVar":"RELATED_IMAGE_SELINUXD_EL9"
284281
},
285282
{

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,17 +247,17 @@ metadata:
247247
]
248248
capabilities: Basic Install
249249
categories: Security
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.2-dev'
250+
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.10.0
251+
createdAt: "2025-08-13T11:56:07Z"
252+
olm.skipRange: '>=0.4.1 <0.10.0'
253253
operatorframework.io/cluster-monitoring: "true"
254254
operatorframework.io/os.linux: supported
255255
operatorframework.io/suggested-namespace: security-profiles-operator
256256
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
257257
Container Platform", "OpenShift Platform Plus"]'
258258
operators.operatorframework.io/builder: operator-sdk-v1.37.0
259259
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
260-
name: security-profiles-operator.v0.9.2-dev
260+
name: security-profiles-operator.v0.10.0
261261
namespace: placeholder
262262
spec:
263263
apiservicedefinitions: {}
@@ -698,7 +698,7 @@ spec:
698698
fieldPath: spec.nodeName
699699
- name: KUBELET_DIR
700700
value: /var/lib/kubelet
701-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
701+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.10.0
702702
imagePullPolicy: Always
703703
name: security-profiles-operator
704704
resources:
@@ -809,5 +809,5 @@ spec:
809809
name: selinuxd-el9
810810
- image: quay.io/security-profiles-operator/selinuxd-fedora:latest
811811
name: selinuxd-fedora
812-
replaces: security-profiles-operator.v0.8.4
813-
version: 0.9.2-dev
812+
replaces: security-profiles-operator.v0.9.1
813+
version: 0.10.0

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.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
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.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
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.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
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.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
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.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
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.3
5+
controller-gen.kubebuilder.io/version: v0.18.0
66
creationTimestamp: null
77
labels:
88
app: security-profiles-operator

0 commit comments

Comments
 (0)