Skip to content

Commit 184a7ca

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Bump to v0.9.0
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 7c62cf2 commit 184a7ca

16 files changed

+30
-30
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.5-dev
1+
0.9.0

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,16 @@ metadata:
247247
]
248248
capabilities: Basic Install
249249
categories: Security
250-
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.4
251-
createdAt: "2025-02-20T09:23:51Z"
252-
olm.skipRange: '>=0.4.1 <0.8.5-dev'
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.0'
253253
operatorframework.io/cluster-monitoring: "true"
254254
operatorframework.io/suggested-namespace: security-profiles-operator
255255
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
256256
Container Platform", "OpenShift Platform Plus"]'
257257
operators.operatorframework.io/builder: operator-sdk-v1.37.0
258258
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
259-
name: security-profiles-operator.v0.8.5-dev
259+
name: security-profiles-operator.v0.9.0
260260
namespace: placeholder
261261
spec:
262262
apiservicedefinitions: {}
@@ -697,7 +697,7 @@ spec:
697697
fieldPath: spec.nodeName
698698
- name: KUBELET_DIR
699699
value: /var/lib/kubelet
700-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
700+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
701701
imagePullPolicy: Always
702702
name: security-profiles-operator
703703
resources:
@@ -808,5 +808,5 @@ spec:
808808
name: selinuxd-el9
809809
- image: quay.io/security-profiles-operator/selinuxd-fedora:latest
810810
name: selinuxd-fedora
811-
replaces: security-profiles-operator.v0.8.3
812-
version: 0.8.5-dev
811+
replaces: security-profiles-operator.v0.8.4
812+
version: 0.9.0

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ dependencies:
162162
match: BOM_VERSION
163163

164164
- name: spo-current
165-
version: 0.8.5-dev
165+
version: 0.9.0
166166
refPaths:
167167
- path: VERSION
168168
match: ^.*

deploy/base/clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
alm-examples: '[]'
77
capabilities: Basic Install
88
categories: Security
9-
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.4
9+
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
1010
olm.skipRange: '>=0.4.1 <0.8.5-dev'
1111
operatorframework.io/suggested-namespace: security-profiles-operator
1212
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]'
@@ -89,5 +89,5 @@ spec:
8989
provider:
9090
name: Kubernetes SIGs
9191
url: https://github.com/kubernetes-sigs
92-
replaces: security-profiles-operator.v0.8.3
92+
replaces: security-profiles-operator.v0.8.4
9393
version: 0.0.0

deploy/catalog-preamble.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"package": "security-profiles-operator",
1414
"entries": [
1515
{
16-
"name": "security-profiles-operator.v0.8.5-dev",
17-
"skipRange": ">=0.4.1 <0.8.5-dev"
16+
"name": "security-profiles-operator.v0.9.0",
17+
"skipRange": ">=0.4.1 <0.9.0"
1818
}
1919
]
2020
}

deploy/helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: security-profiles-operator
33
description: "The Kubernetes Security Profiles Operator."
44
type: application
5-
version: "0.8.5-dev"
6-
appVersion: "0.8.5-dev"
5+
version: "0.9.0"
6+
appVersion: "0.9.0"

deploy/kustomize-deployment/kustomization.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ sortOptions:
66

77
images:
88
- name: security-profiles-operator
9-
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
10-
newTag: latest
9+
# newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
10+
# newTag: latest
1111
# For images to be released:
12-
# newName: registry.k8s.io/security-profiles-operator/security-profiles-operator
13-
# newTag: v0.8.5
12+
newName: registry.k8s.io/security-profiles-operator/security-profiles-operator
13+
newTag: v0.9.0
1414

1515

1616
resources:

deploy/namespace-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3351,7 +3351,7 @@ spec:
33513351
fieldPath: spec.nodeName
33523352
- name: KUBELET_DIR
33533353
value: /var/lib/kubelet
3354-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3354+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
33553355
imagePullPolicy: Always
33563356
name: security-profiles-operator
33573357
resources:

deploy/openshift-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3342,7 +3342,7 @@ spec:
33423342
fieldPath: spec.nodeName
33433343
- name: KUBELET_DIR
33443344
value: /var/lib/kubelet
3345-
image: image-registry.openshift-image-registry.svc:5000/openshift/security-profiles-operator:latest
3345+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
33463346
imagePullPolicy: Always
33473347
name: security-profiles-operator
33483348
resources:

deploy/openshift-downstream.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,7 @@ spec:
33623362
fieldPath: spec.nodeName
33633363
- name: KUBELET_DIR
33643364
value: /var/lib/kubelet
3365-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3365+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
33663366
imagePullPolicy: Always
33673367
name: security-profiles-operator
33683368
resources:

deploy/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@ spec:
33493349
fieldPath: spec.nodeName
33503350
- name: KUBELET_DIR
33513351
value: /var/lib/kubelet
3352-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3352+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
33533353
imagePullPolicy: Always
33543354
name: security-profiles-operator
33553355
resources:

deploy/webhook-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3349,7 +3349,7 @@ spec:
33493349
fieldPath: spec.nodeName
33503350
- name: KUBELET_DIR
33513351
value: /var/lib/kubelet
3352-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3352+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
33533353
imagePullPolicy: Always
33543354
name: security-profiles-operator
33553355
resources:

examples/olm/install-resources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ metadata:
1717
namespace: olm
1818
spec:
1919
sourceType: grpc
20-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator-catalog:latest
20+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator-catalog:v0.9.0
2121
---
2222
apiVersion: operators.coreos.com/v1alpha1
2323
kind: Subscription

hack/ci/e2e-olm.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function build_and_push_packages() {
4343

4444
# Create a manifest with local image
4545
cp deploy/operator.yaml ${OPERATOR_MANIFEST}
46-
sed -i "s#gcr.io/k8s-staging-sp-operator/security-profiles-operator.*\$#${IMG}#" ${OPERATOR_MANIFEST}
46+
sed -i "s#registry.k8s.io/security-profiles-operator.*\$#${IMG}#" ${OPERATOR_MANIFEST}
4747
grep ${IMG} ${OPERATOR_MANIFEST} || exit 1
4848

4949
# this is a kludge, we need to make sure kustomize can be overwritten
@@ -71,7 +71,7 @@ function deploy_deps() {
7171
kubectl_wait -ncert-manager --for condition=ready pod -l app.kubernetes.io/instance=cert-manager
7272

7373
# All installation methods run off the same catalog
74-
sed -i "s#gcr.io/k8s-staging-sp-operator/security-profiles-operator-catalog:latest#${CATALOG_IMG}#g" examples/olm/install-resources.yaml
74+
sed -i "s#registry.k8s.io/security-profiles-operator/security-profiles-operator-catalog:v0.9.0#${CATALOG_IMG}#g" examples/olm/install-resources.yaml
7575

7676
}
7777

hack/deploy-localhost.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ index d7bf1964..d2a9c614 100644
1515
fieldPath: spec.nodeName
1616
- name: KUBELET_DIR
1717
value: /var/lib/kubelet
18-
- image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
18+
- image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.9.0
1919
- imagePullPolicy: Always
2020
+ image: localhost/security-profiles-operator:latest
2121
+ imagePullPolicy: IfNotPresent

test/e2e_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ func (e *e2e) deployOperator(manifest string) {
313313
// ones from the nodes
314314
e.logf("Setting imagePullPolicy to '%s' in manifest: %s", e.pullPolicy, manifest)
315315
e.updateManifest(manifest, "imagePullPolicy: Always", "imagePullPolicy: "+e.pullPolicy)
316-
e.updateManifest(manifest, "image: .*gcr.io/k8s-staging-sp-operator/.*", "image: "+e.testImage)
317-
e.updateManifest(manifest, "value: .*gcr.io/k8s-staging-sp-operator/.*", "value: "+e.testImage)
316+
e.updateManifest(manifest, "image: .*registry.k8s.io/.*", "image: "+e.testImage)
317+
e.updateManifest(manifest, "value: .*registry.k8s.io/.*", "value: "+e.testImage)
318318

319319
if e.selinuxEnabled {
320320
e.updateManifest(manifest, "enableSelinux: false", "enableSelinux: true")

0 commit comments

Comments
 (0)