Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Fixes #KATA-1437
Signed-off-by: Jens Freimann <jfreimann@redhat.com>
  • Loading branch information
jensfr authored and pmores committed May 25, 2022
1 parent 4e49d86 commit 5e2a782
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.2.0
VERSION ?= 1.3.0

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
}
]
capabilities: Seamless Upgrades
olm.skipRange: '>=1.1.0 <1.2.0'
olm.skipRange: '>=1.1.0 <1.3.0'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
Expand All @@ -22,7 +22,7 @@ metadata:
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: sandboxed-containers-operator.v1.2.0
name: sandboxed-containers-operator.v1.3.0
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
On the Install Operator page:
- Select `stable-1.2` from the list of available Update Channel options.
- Select `candidate` from the list of available Update Channel options.
This ensures that you install the latest version of OpenShift sandboxed containers
that is compatible with your OpenShift Container Platform version.
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/bpradipt/sandboxed-containers-operator:latest
image: controller:latest
imagePullPolicy: Always
name: manager
ports:
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
maturity: beta
provider:
name: Red Hat
version: 1.2.0
version: 1.3.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ metadata:
}
]
capabilities: Seamless Upgrades
olm.skipRange: '>=1.1.0 <1.2.0'
olm.skipRange: '>=1.1.0 <1.3.0'
operatorframework.io/suggested-namespace: openshift-sandboxed-containers-operator
operators.openshift.io/infrastructure-features: '["disconnected", "fips"]'
operators.operatorframework.io/builder: operator-sdk-v1.15.0+git
operators.operatorframework.io/builder: operator-sdk-v1.20.1+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/openshift/sandboxed-containers-operator
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/os.linux: supported
name: sandboxed-containers-operator.v1.2.0
name: sandboxed-containers-operator.v1.3.0
spec:
apiservicedefinitions: {}
customresourcedefinitions:
Expand Down Expand Up @@ -73,7 +73,7 @@ spec:
On the Install Operator page:
- Select `stable-1.2` from the list of available Update Channel options.
- Select `candidate` from the list of available Update Channel options.
This ensures that you install the latest version of OpenShift sandboxed containers
that is compatible with your OpenShift Container Platform version.
Expand Down Expand Up @@ -362,7 +362,7 @@ spec:
maturity: beta
provider:
name: Red Hat
version: 1.2.0
version: 1.3.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions config/samples/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
DisplayName: My Operator Catalog
sourceType: grpc
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.2.0
image: quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.3.0
updateStrategy:
registryPoll:
interval: 5m
Expand Down Expand Up @@ -36,4 +36,4 @@ spec:
name: sandboxed-containers-operator
source: my-operator-catalog
sourceNamespace: openshift-marketplace
startingCSV: sandboxed-containers-operator.v1.2.0
startingCSV: sandboxed-containers-operator.v1.3.0

0 comments on commit 5e2a782

Please sign in to comment.