From e30cd77cc020f2b29187025feeabc05b862bbe98 Mon Sep 17 00:00:00 2001 From: edvin norling Date: Fri, 6 May 2022 12:43:19 +0200 Subject: [PATCH 1/2] Fix missed image versions Signed-off-by: edvin norling --- bundle/manifests/grafana-operator.clusterserviceversion.yaml | 2 +- .../manifests/bases/grafana-operator.clusterserviceversion.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/manifests/grafana-operator.clusterserviceversion.yaml b/bundle/manifests/grafana-operator.clusterserviceversion.yaml index eb32aeb09..654c27019 100644 --- a/bundle/manifests/grafana-operator.clusterserviceversion.yaml +++ b/bundle/manifests/grafana-operator.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: capabilities: Basic Install categories: Monitoring certified: "False" - containerImage: quay.io/grafana-operator/grafana-operator:v4.3.0 + containerImage: quay.io/grafana-operator/grafana-operator:v4.4.0 createdAt: "2022-05-06T10:00:12Z" description: A Kubernetes Operator based on the Operator SDK for creating and managing Grafana instances diff --git a/config/manifests/bases/grafana-operator.clusterserviceversion.yaml b/config/manifests/bases/grafana-operator.clusterserviceversion.yaml index 01316562a..e56e16944 100644 --- a/config/manifests/bases/grafana-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/grafana-operator.clusterserviceversion.yaml @@ -87,7 +87,7 @@ metadata: capabilities: Basic Install categories: Monitoring certified: "False" - containerImage: quay.io/grafana-operator/grafana-operator:v4.3.0 + containerImage: quay.io/grafana-operator/grafana-operator:v4.4.0 createdAt: "2022-05-06T10:00:12Z" description: A Kubernetes Operator based on the Operator SDK for creating and managing Grafana instances From 3fac1076614e8111b3284ef9c53c7b1975b1e9c7 Mon Sep 17 00:00:00 2001 From: edvin norling Date: Fri, 6 May 2022 12:46:39 +0200 Subject: [PATCH 2/2] Update missed prepare instruction --- PREPARE_RELEASE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PREPARE_RELEASE.md b/PREPARE_RELEASE.md index 9a72da6ec..5ec1b12fc 100644 --- a/PREPARE_RELEASE.md +++ b/PREPARE_RELEASE.md @@ -6,6 +6,7 @@ There is a lot of information on what is needed to manage OLM [compatible operat - Update `version/version.go` bumping the minor or patch version. Major versions shouldn't be released without discussion and approval of the maintainers! - Update the `Makefile` +- Update `containerImage` field in `config/manifests/bases/grafana-operator.clusterserviceversion.yaml` - Update `replaces` field in `config/manifests/bases/grafana-operator.clusterserviceversion.yaml` - Update `CreatedAt` field in `config/manifests/bases/grafana-operator.clusterserviceversion.yaml` You will have to asses when it's going to get merged and you will be able to do a release.