diff --git a/CHANGELOG.md b/CHANGELOG.md index 9881bf94..bf46ebf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.3](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-06-28) + + +### Features + +* restrict UIPlugin CRD names to allow a single instance per type ([#481](https://github.com/rhobs/monitoring-stack-operator/issues/481)) ([62c1920](https://github.com/rhobs/monitoring-stack-operator/commit/62c19207cdbe085b6dc2ca274f08bd3fcb403f92)) + + +### Bug Fixes + +* add Clusterrole to allow Korrel8r to view Logs and Metrics ([#517](https://github.com/rhobs/monitoring-stack-operator/issues/517)) ([0d7afff](https://github.com/rhobs/monitoring-stack-operator/commit/0d7afff739cf7129708281d6b782713b8735f90b)) +* return the correct loki service names ([#521](https://github.com/rhobs/monitoring-stack-operator/issues/521)) ([351ead5](https://github.com/rhobs/monitoring-stack-operator/commit/351ead585f6f3fb8761df910c07c1b1d60faeeda)) + ### [0.3.2](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-06-17) diff --git a/VERSION b/VERSION index 9fc80f93..87a08711 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 \ No newline at end of file +0.3.3 \ No newline at end of file diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index 3bf7f35a..9340e4cc 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.2 - createdAt: "2024-06-17T09:34:48Z" + containerImage: observability-operator:0.3.3 + createdAt: "2024-06-28T13:18:35Z" 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.2 + name: observability-operator.v0.3.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -804,7 +804,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: observability-operator:0.3.2 + image: observability-operator:0.3.3 imagePullPolicy: Always livenessProbe: httpGet: @@ -865,7 +865,7 @@ spec: maturity: alpha provider: name: Red Hat - version: 0.3.2 + version: 0.3.3 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/deploy/olm/kustomization.yaml b/deploy/olm/kustomization.yaml index c69abda9..273bec77 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.2 + newTag: 0.3.3 patches: - patch: |- diff --git a/deploy/package-operator/operator/kustomization.yaml b/deploy/package-operator/operator/kustomization.yaml index b35bd483..1bb3e556 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.2 + newTag: 0.3.3 commonAnnotations: package-operator.run/phase: operator resources: