Skip to content

Commit

Permalink
Bump to v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert authored and k8s-ci-robot committed Nov 21, 2022
1 parent 7ea61ff commit f96ba83
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1-dev
0.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ metadata:
]
capabilities: Basic Install
categories: Security
olm.skipRange: '>=0.4.1 <0.5.1-dev'
olm.skipRange: '>=0.4.1 <0.6.0'
operatorframework.io/suggested-namespace: security-profiles-operator
operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift
Container Platform", "OpenShift Platform Plus"]'
operators.operatorframework.io/builder: operator-sdk-v1.25.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: security-profiles-operator.v0.5.1-dev
name: security-profiles-operator.v0.6.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -440,7 +440,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.6.0
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down Expand Up @@ -514,4 +514,4 @@ spec:
name: rbac-proxy
- image: quay.io/security-profiles-operator/selinuxd
name: selinuxd
version: 0.5.1-dev
version: 0.6.0
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ dependencies:
match: BOM_VERSION

- name: spo-current
version: 0.5.1-dev
version: 0.6.0
refPaths:
- path: VERSION
match: ^.*
Expand Down
4 changes: 2 additions & 2 deletions deploy/catalog-preamble.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"package": "security-profiles-operator",
"entries": [
{
"name": "security-profiles-operator.v0.5.1-dev",
"skipRange": ">=0.4.1 <0.5.1-dev"
"name": "security-profiles-operator.v0.6.0",
"skipRange": ">=0.4.1 <0.6.0"
}
]
}
4 changes: 2 additions & 2 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: security-profiles-operator
description: "The Kubernetes Security Profiles Operator."
type: application
version: "0.5.1-dev"
appVersion: "0.5.1-dev"
version: "0.6.0"
appVersion: "0.6.0"
8 changes: 4 additions & 4 deletions deploy/kustomize-deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ kind: Kustomization

images:
- name: security-profiles-operator
newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
newTag: latest
# newName: gcr.io/k8s-staging-sp-operator/security-profiles-operator
# newTag: latest
# For images to be released:
# newName: registry.k8s.io/security-profiles-operator/security-profiles-operator
# newTag: v0.5.1
newName: registry.k8s.io/security-profiles-operator/security-profiles-operator
newTag: v0.6.0

commonLabels:
app: security-profiles-operator
Expand Down
2 changes: 1 addition & 1 deletion deploy/namespace-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.6.0
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: image-registry.openshift-image-registry.svc:5000/openshift/security-profiles-operator:latest
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.6.0
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.6.0
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/webhook-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2965,7 +2965,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator:latest
image: registry.k8s.io/security-profiles-operator/security-profiles-operator:v0.6.0
imagePullPolicy: Always
name: security-profiles-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion examples/olm/install-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
namespace: olm
spec:
sourceType: grpc
image: gcr.io/k8s-staging-sp-operator/security-profiles-operator-catalog:latest
image: registry.k8s.io/security-profiles-operator/security-profiles-operator-catalog:v0.6.0
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/e2e-olm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function deploy_spo() {
kubectl -ncert-manager wait --for condition=ready pod -l app.kubernetes.io/instance=cert-manager

# let's roll..
sed -i "s#gcr.io/k8s-staging-sp-operator/security-profiles-operator-catalog:latest#${CATALOG_IMG}#g" examples/olm/install-resources.yaml
sed -i "s#registry.k8s.io/security-profiles-operator/security-profiles-operator-catalog:v0.6.0#${CATALOG_IMG}#g" examples/olm/install-resources.yaml
kubectl create -f examples/olm/install-resources.yaml
}

Expand Down
2 changes: 1 addition & 1 deletion installation-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/
kubectl --namespace cert-manager wait --for condition=ready pod -l app.kubernetes.io/instance=cert-manager
# Install the chart from a release URL (note: helm also allows users to
# specify a file path instead of a URL, if desired):
helm install security-profiles-operator https://github.com/kubernetes-sigs/security-profiles-operator/releases/download/v0.5.1-dev/security-profiles-operator-0.5.1-dev.tgz
helm install security-profiles-operator https://github.com/kubernetes-sigs/security-profiles-operator/releases/download/v0.6.0/security-profiles-operator-0.6.0.tgz
```

### Installation on AKS
Expand Down
4 changes: 2 additions & 2 deletions test/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ func (e *e2e) deployOperator(manifest string) {
// ones from the nodes
e.logf("Setting imagePullPolicy to '%s' in manifest: %s", e.pullPolicy, manifest)
e.updateManifest(manifest, "imagePullPolicy: Always", fmt.Sprintf("imagePullPolicy: %s", e.pullPolicy))
e.updateManifest(manifest, "image: .*gcr.io/.*", fmt.Sprintf("image: %s", e.testImage))
e.updateManifest(manifest, "value: .*gcr.io/.*", fmt.Sprintf("value: %s", e.testImage))
e.updateManifest(manifest, "image: .*registry.k8s.io/.*", fmt.Sprintf("image: %s", e.testImage))
e.updateManifest(manifest, "value: .*registry.k8s.io/.*", fmt.Sprintf("value: %s", e.testImage))
e.updateManifest(manifest, "value: .*quay.io/.*/selinuxd.*", fmt.Sprintf("value: %s", e.selinuxdImage))
if e.selinuxEnabled {
e.updateManifest(manifest, "enableSelinux: false", "enableSelinux: true")
Expand Down

0 comments on commit f96ba83

Please sign in to comment.