Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Schieder <[email protected]>
  • Loading branch information
thetechnick committed Apr 1, 2022
1 parent 352c643 commit 9b990d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/olm/addon-operator.csv.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ metadata:
containerImage: quay.io/openshift/addon-operator:latest
capabilities: Full Lifecycle
# BUMP skipRange so OLM has an upgrade path available
olm.skipRange: '>=0.0.1 <1.0.1'
olm.skipRange: '>=0.0.1 <1.1.0'
# BUMP version so OLM has an upgrade available
name: addon-operator.v1.0.1
name: addon-operator.v1.1.0
spec:
version: 1.0.1
version: 1.1.0
description: |-
Addon Operator coordinates the lifecycle of Addons in managed OpenShift.
displayName: Managed OpenShift Addon Operator
Expand Down
6 changes: 3 additions & 3 deletions config/openshift/manifests/addon-operator.csv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ metadata:
annotations:
capabilities: Full Lifecycle
containerImage: quay.io/openshift/addon-operator:latest
olm.skipRange: '>=0.0.1 <1.0.1'
olm.skipRange: '>=0.0.1 <1.1.0'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.0.1
name: addon-operator.v1.1.0
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -311,7 +311,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.0.1
version: 1.1.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 9b990d3

Please sign in to comment.