Skip to content

Commit

Permalink
Merge pull request #273 from Ajpantuso/apantuso/prepare_release_v1.5.9
Browse files Browse the repository at this point in the history
chore: prepare v1.5.9
  • Loading branch information
Ajpantuso authored Nov 16, 2022
2 parents d3ef905 + 77c4faa commit 34ef9e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.8
v1.5.9
8 changes: 4 additions & 4 deletions config/olm/addon-operator.csv.tpl.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.5.8'
olm.skipRange: '>=0.0.1 <1.5.9'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.5.8
name: addon-operator.v1.5.9
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
operator: In
values:
- addon-operator-webhook-server
topologyKey: "kubernetes.io/hostname"
topologyKey: kubernetes.io/hostname
containers:
- image: quay.io/openshift/addon-operator-webhook:latest
livenessProbe:
Expand Down Expand Up @@ -330,7 +330,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.5.8
version: 1.5.9
webhookdefinitions:
- admissionReviewVersions:
- v1
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.5.8'
olm.skipRange: '>=0.0.1 <1.5.9'
repository: https://github.com/openshift/addon-operator
support: "false"
creationTimestamp: null
name: addon-operator.v1.5.8
name: addon-operator.v1.5.9
spec:
apiservicedefinitions: {}
cleanup:
Expand Down Expand Up @@ -330,7 +330,7 @@ spec:
provider:
name: Red Hat
url: www.redhat.com
version: 1.5.8
version: 1.5.9
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down

0 comments on commit 34ef9e2

Please sign in to comment.