Skip to content

Commit

Permalink
chore(release): 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sthaha authored Jun 1, 2022
1 parent 192b610 commit 277657a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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.10](https://github.com/rhobs/monitoring-stack-operator/tree/0.0.10) (2022-06-01)

### ⚠ BREAKING CHANGES

* [ISSUE - 145](https://github.com/rhobs/observability-operator/issues/145)
The Operator has been renamed to `Observability Operator`
* **NOTE:** The last release of Monitoring Stack Operator is `0.0.9`


### Migrating from 0.0.9

* Uninstall and unsubscribe the old Monitoring Stack Operator
* Subscribe to the new `Observability Operator` - see :
``hack/olm/catalog-src.yaml``

### [0.0.9](https://github.com/rhobs/monitoring-stack-operator/tree/v0.0.9) (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10
2 changes: 1 addition & 1 deletion deploy/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: observability-operator
newTag: 0.0.9
newTag: 0.0.10
namespace: operators

0 comments on commit 277657a

Please sign in to comment.