diff --git a/CHANGELOG.md b/CHANGELOG.md index f21f6c2f..863cfb66 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.4.2](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-10-08) + + +### Bug Fixes + +* use expected plugin console names ([#581](https://github.com/rhobs/monitoring-stack-operator/issues/581)) ([3dbb0f6](https://github.com/rhobs/monitoring-stack-operator/commit/3dbb0f6edfb3d4f76aea7d67b40fa6a7167c3b1b)) + ### [0.4.1](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-10-02) diff --git a/VERSION b/VERSION index 44bb5d1f..f7abe273 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 \ No newline at end of file +0.4.2 \ No newline at end of file diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index 7e4ba063..5a1b459d 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.4.1 - createdAt: "2024-10-02T09:09:14Z" + containerImage: observability-operator:0.4.2 + createdAt: "2024-10-08T12:44:05Z" 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.36.1 @@ -55,7 +55,7 @@ metadata: ] operators.operatorframework.io/project_layout: unknown repository: https://github.com/rhobs/observability-operator - name: observability-operator.v0.4.1 + name: observability-operator.v0.4.2 namespace: placeholder spec: apiservicedefinitions: {} @@ -722,7 +722,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: observability-operator:0.4.1 + image: observability-operator:0.4.2 imagePullPolicy: Always livenessProbe: httpGet: @@ -779,7 +779,7 @@ spec: maturity: alpha provider: name: Red Hat - version: 0.4.1 + version: 0.4.2 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/deploy/olm/kustomization.yaml b/deploy/olm/kustomization.yaml index 4d0b19fd..519231fa 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.4.1 + newTag: 0.4.2 patches: - patch: |- diff --git a/deploy/package-operator/operator/kustomization.yaml b/deploy/package-operator/operator/kustomization.yaml index 6995c08e..f118ecd2 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.4.1 + newTag: 0.4.2 commonAnnotations: package-operator.run/phase: operator resources: