Skip to content

Commit

Permalink
chore(release): 0.0.22
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha authored Jun 5, 2023
1 parent e33f901 commit 189bdd0
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.22](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-06-04)


### Features

* add probe and scrapeConfig selectors a2f0897
* make operator publishable to openshift community-catalog ([#295](https://github.com/rhobs/monitoring-stack-operator/issues/295)) 5e0f6c3


### Bug Fixes

* ensure OLM bundle installs fine all supported OpenShift Versions ([#299](https://github.com/rhobs/monitoring-stack-operator/issues/299)) e33f901
* **test:** ensure test report follows osde2e recommendation ([#296](https://github.com/rhobs/monitoring-stack-operator/issues/296)) 6ef4b1e
* update url link to rhobs-handbook.netlify.app ([#289](https://github.com/rhobs/monitoring-stack-operator/issues/289)) de3e98d, closes #287

### [0.0.21](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-05-23)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.21
0.0.22
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Observability
certified: "false"
containerImage: observability-operator:0.0.21
containerImage: observability-operator:0.0.22
description: A Go based Kubernetes operator to setup and manage highly available
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
operators.operatorframework.io/builder: operator-sdk-v1.24.0
Expand All @@ -51,7 +51,7 @@ metadata:
"thanosrulers.monitoring.rhobs"
]
operators.operatorframework.io/project_layout: unknown
name: observability-operator.v0.0.21
name: observability-operator.v0.0.22
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -551,7 +551,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.0.21
image: observability-operator:0.0.22
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -608,7 +608,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.21
version: 0.0.22
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion deploy/olm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
images:
- name: observability-operator
newName: observability-operator
newTag: 0.0.21
newTag: 0.0.22

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion deploy/package-operator/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: observability-operator
images:
- name: observability-operator
newName: observability-operator
newTag: 0.0.21
newTag: 0.0.22
commonAnnotations:
package-operator.run/phase: operator
resources:
Expand Down

0 comments on commit 189bdd0

Please sign in to comment.