Skip to content

Commit d42108c

Browse files
saschagrunertk8s-ci-robot
authored andcommitted
Bump to v0.8.1
Signed-off-by: Sascha Grunert <[email protected]>
1 parent c417e62 commit d42108c

16 files changed

+29
-29
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.1-dev
1+
0.8.1

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,15 @@ metadata:
241241
]
242242
capabilities: Basic Install
243243
categories: Security
244-
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.0
245-
olm.skipRange: '>=0.4.1 <0.8.1-dev'
244+
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
245+
olm.skipRange: '>=0.4.1 <0.8.1'
246246
operatorframework.io/cluster-monitoring: "true"
247247
operatorframework.io/suggested-namespace: security-profiles-operator
248248
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
249249
Container Platform", "OpenShift Platform Plus"]'
250250
operators.operatorframework.io/builder: operator-sdk-v1.25.0
251251
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
252-
name: security-profiles-operator.v0.8.1-dev
252+
name: security-profiles-operator.v0.8.1
253253
namespace: placeholder
254254
spec:
255255
apiservicedefinitions: {}
@@ -874,7 +874,7 @@ spec:
874874
fieldPath: spec.nodeName
875875
- name: KUBELET_DIR
876876
value: /var/lib/kubelet
877-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
877+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
878878
imagePullPolicy: Always
879879
name: security-profiles-operator
880880
resources:
@@ -985,5 +985,5 @@ spec:
985985
name: selinuxd-el8
986986
- image: quay.io/security-profiles-operator/selinuxd-el9:latest
987987
name: selinuxd-el9
988-
replaces: security-profiles-operator.v0.7.1
989-
version: 0.8.1-dev
988+
replaces: security-profiles-operator.v0.8.0
989+
version: 0.8.1

dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ dependencies:
188188
match: BOM_VERSION
189189

190190
- name: spo-current
191-
version: 0.8.1-dev
191+
version: 0.8.1
192192
refPaths:
193193
- path: VERSION
194194
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.0
9+
containerImage: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
1010
olm.skipRange: '>=0.4.1 <0.4.2-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.7.1
92+
replaces: security-profiles-operator.v0.8.0
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.1-dev",
17-
"skipRange": ">=0.4.1 <0.8.1-dev"
16+
"name": "security-profiles-operator.v0.8.1",
17+
"skipRange": ">=0.4.1 <0.8.1"
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.1-dev"
6-
appVersion: "0.8.1-dev"
5+
version: "0.8.1"
6+
appVersion: "0.8.1"

deploy/kustomize-deployment/kustomization.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ kind: Kustomization
33

44
images:
55
- name: security-profiles-operator
6-
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
7-
newTag: latest
6+
# newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
7+
# newTag: latest
88
# For images to be released:
9-
# newName: registry.k8s.io/security-profiles-operator/security-profiles-operator
10-
# newTag: v0.8.1
9+
newName: registry.k8s.io/security-profiles-operator/security-profiles-operator
10+
newTag: v0.8.1
1111

1212

1313
resources:

deploy/namespace-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,7 @@ spec:
32103210
fieldPath: spec.nodeName
32113211
- name: KUBELET_DIR
32123212
value: /var/lib/kubelet
3213-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3213+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
32143214
imagePullPolicy: Always
32153215
name: security-profiles-operator
32163216
resources:

deploy/openshift-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@ spec:
32013201
fieldPath: spec.nodeName
32023202
- name: KUBELET_DIR
32033203
value: /var/lib/kubelet
3204-
image: image-registry.openshift-image-registry.svc:5000/openshift/security-profiles-operator:latest
3204+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
32053205
imagePullPolicy: Always
32063206
name: security-profiles-operator
32073207
resources:

deploy/openshift-downstream.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3221,7 +3221,7 @@ spec:
32213221
fieldPath: spec.nodeName
32223222
- name: KUBELET_DIR
32233223
value: /var/lib/kubelet
3224-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3224+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
32253225
imagePullPolicy: Always
32263226
name: security-profiles-operator
32273227
resources:

deploy/operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ spec:
32083208
fieldPath: spec.nodeName
32093209
- name: KUBELET_DIR
32103210
value: /var/lib/kubelet
3211-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3211+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
32123212
imagePullPolicy: Always
32133213
name: security-profiles-operator
32143214
resources:

deploy/webhook-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3208,7 +3208,7 @@ spec:
32083208
fieldPath: spec.nodeName
32093209
- name: KUBELET_DIR
32103210
value: /var/lib/kubelet
3211-
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
3211+
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.8.1
32123212
imagePullPolicy: Always
32133213
name: security-profiles-operator
32143214
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.8.1
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
@@ -45,7 +45,7 @@ function build_and_push_packages() {
4545

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

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

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

7878
}
7979

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.8.1
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
@@ -306,8 +306,8 @@ func (e *e2e) deployOperator(manifest string) {
306306
// ones from the nodes
307307
e.logf("Setting imagePullPolicy to '%s' in manifest: %s", e.pullPolicy, manifest)
308308
e.updateManifest(manifest, "imagePullPolicy: Always", fmt.Sprintf("imagePullPolicy: %s", e.pullPolicy))
309-
e.updateManifest(manifest, "image: .*gcr.io/k8s-staging-sp-operator/.*", fmt.Sprintf("image: %s", e.testImage))
310-
e.updateManifest(manifest, "value: .*gcr.io/k8s-staging-sp-operator/.*", fmt.Sprintf("value: %s", e.testImage))
309+
e.updateManifest(manifest, "image: .*registry.k8s.io/.*", fmt.Sprintf("image: %s", e.testImage))
310+
e.updateManifest(manifest, "value: .*registry.k8s.io/.*", fmt.Sprintf("value: %s", e.testImage))
311311
e.updateManifest(manifest, "value: .*quay.io/.*/selinuxd.*", fmt.Sprintf("value: %s", e.selinuxdImage))
312312
if e.selinuxEnabled {
313313
e.updateManifest(manifest, "enableSelinux: false", "enableSelinux: true")

0 commit comments

Comments
 (0)