From 2b4390785f3e70e5a4030f606aed98aac631d9d2 Mon Sep 17 00:00:00 2001 From: Mario Fernandez Herrero Date: Thu, 13 Jun 2024 09:53:42 +0200 Subject: [PATCH] chore(release): 0.3.1 (#507) --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- .../observability-operator.clusterserviceversion.yaml | 10 +++++----- deploy/olm/kustomization.yaml | 2 +- deploy/package-operator/operator/kustomization.yaml | 2 +- 5 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c85893c..50992bfb2 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.3.1](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-06-13) + + +### Bug Fixes + +* shellcheck wrong curl ([#510](https://github.com/rhobs/monitoring-stack-operator/issues/510)) ([250dcbc](https://github.com/rhobs/monitoring-stack-operator/commit/250dcbce715df203905f14344be1e9acbc2884b4)) + ## [0.3.0](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-06-10) diff --git a/VERSION b/VERSION index 9325c3ccd..a2268e2de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.0 \ No newline at end of file +0.3.1 \ No newline at end of file diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index c0c596ed8..dbc86e28a 100644 --- a/bundle/manifests/observability-operator.clusterserviceversion.yaml +++ b/bundle/manifests/observability-operator.clusterserviceversion.yaml @@ -41,8 +41,8 @@ metadata: capabilities: Basic Install categories: Monitoring certified: "false" - containerImage: observability-operator:0.3.0 - createdAt: "2024-06-10T16:03:54Z" + containerImage: observability-operator:0.3.1 + createdAt: "2024-06-13T07:18:10Z" 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.34.1 @@ -53,7 +53,7 @@ metadata: ] operators.operatorframework.io/project_layout: unknown repository: https://github.com/rhobs/observability-operator - name: observability-operator.v0.3.0 + name: observability-operator.v0.3.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -709,7 +709,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: observability-operator:0.3.0 + image: observability-operator:0.3.1 imagePullPolicy: Always livenessProbe: httpGet: @@ -770,7 +770,7 @@ spec: maturity: alpha provider: name: Red Hat - version: 0.3.0 + version: 0.3.1 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/deploy/olm/kustomization.yaml b/deploy/olm/kustomization.yaml index 053fb4b53..588f50a82 100644 --- a/deploy/olm/kustomization.yaml +++ b/deploy/olm/kustomization.yaml @@ -12,7 +12,7 @@ resources: images: - name: observability-operator newName: observability-operator - newTag: 0.3.0 + newTag: 0.3.1 patches: - patch: |- diff --git a/deploy/package-operator/operator/kustomization.yaml b/deploy/package-operator/operator/kustomization.yaml index fdd6a2b92..4829abd82 100644 --- a/deploy/package-operator/operator/kustomization.yaml +++ b/deploy/package-operator/operator/kustomization.yaml @@ -4,7 +4,7 @@ namespace: observability-operator images: - name: observability-operator newName: observability-operator - newTag: 0.3.0 + newTag: 0.3.1 commonAnnotations: package-operator.run/phase: operator resources: