From 277657ae71ff5bddc456365f19532d016bc31eca Mon Sep 17 00:00:00 2001 From: Sunil Thaha Date: Wed, 1 Jun 2022 18:00:29 +1000 Subject: [PATCH] chore(release): 0.0.10 --- CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- deploy/operator/kustomization.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ff7ac1..b23632fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 429d94ae..b0a12275 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.9 \ No newline at end of file +0.0.10 \ No newline at end of file diff --git a/deploy/operator/kustomization.yaml b/deploy/operator/kustomization.yaml index 26537a05..84a48ea9 100644 --- a/deploy/operator/kustomization.yaml +++ b/deploy/operator/kustomization.yaml @@ -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