From ab5c7f0e44c3565b4b017db798f7bec0b763b011 Mon Sep 17 00:00:00 2001 From: Sunil Thaha Date: Mon, 30 May 2022 16:50:34 +1000 Subject: [PATCH] chore(release): 0.0.9 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- deploy/operator/kustomization.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4297167c..73ff7ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.9](https://github.com/rhobs/monitoring-stack-operator/tree/v0.0.9) (2022-05-30) + + +### Features + +* Update prometheus-operator dependency to 0.55.1 ([#140](https://github.com/rhobs/monitoring-stack-operator/issues/140)) ([fd6b78c](https://github.com/rhobs/monitoring-stack-operator/commit/fd6b78c5faeb45c02551edb36ac139754c68ac07)) + ### [0.0.8](https://github.com/rhobs/monitoring-stack-operator/tree/v0.0.8) (2022-05-17) diff --git a/VERSION b/VERSION index 7d6b3eb3..429d94ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.8 \ No newline at end of file +0.0.9 \ No newline at end of file diff --git a/deploy/operator/kustomization.yaml b/deploy/operator/kustomization.yaml index 790589b2..14180b1b 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: monitoring-stack-operator - newTag: 0.0.8 + newTag: 0.0.9 namespace: operators