diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b599f6f..07f91f793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.27](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-11-07) + + +### Features + +* bump Prometheus operator to v0.68.0 ([#371](https://github.com/rhobs/monitoring-stack-operator/issues/371)) ([50b7889](https://github.com/rhobs/monitoring-stack-operator/commit/50b7889c87005da2c240b88dbf102893eff77117)) +* bump Prometheus operator to v0.69.0 ([#380](https://github.com/rhobs/monitoring-stack-operator/issues/380)) ([7facafd](https://github.com/rhobs/monitoring-stack-operator/commit/7facafdee90820c70b500047b1a93edffaa9fe96)) + ### [0.0.26](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-10-11) diff --git a/VERSION b/VERSION index 41ba552be..669a9cae5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.26 \ No newline at end of file +0.0.27 \ No newline at end of file diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index fb92d8a86..a14d41f10 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.0.26 - createdAt: "2023-11-07T09:29:46Z" + containerImage: observability-operator:0.0.27 + createdAt: "2023-11-07T15:07:41Z" 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.31.0 @@ -53,7 +53,7 @@ metadata: ] operators.operatorframework.io/project_layout: unknown repository: https://github.com/rhobs/observability-operator - name: observability-operator.v0.0.26 + name: observability-operator.v0.0.27 namespace: placeholder spec: apiservicedefinitions: {} @@ -595,7 +595,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: observability-operator:0.0.26 + image: observability-operator:0.0.27 imagePullPolicy: Always livenessProbe: httpGet: @@ -656,7 +656,7 @@ spec: maturity: alpha provider: name: Red Hat - version: 0.0.26 + version: 0.0.27 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/deploy/olm/kustomization.yaml b/deploy/olm/kustomization.yaml index 003ca6869..9b48baef1 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.0.26 + newTag: 0.0.27 patches: - patch: |- diff --git a/deploy/package-operator/operator/kustomization.yaml b/deploy/package-operator/operator/kustomization.yaml index f1c9c2f03..55cb362f0 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.0.26 + newTag: 0.0.27 commonAnnotations: package-operator.run/phase: operator resources: