From c009944e97513d53b93d9eb0a1a7ed86e06e47a2 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 2 Oct 2024 12:45:49 +0200 Subject: [PATCH] chore(release): 0.4.1 (#579) --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- ...bservability-operator.clusterserviceversion.yaml | 10 +++++----- deploy/olm/kustomization.yaml | 2 +- deploy/package-operator/operator/kustomization.yaml | 2 +- 5 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f9eecc3..f21f6c2f 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.4.1](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-10-02) + + +### Features + +* TLS support for the Alertmanager web endpoint ([#495](https://github.com/rhobs/monitoring-stack-operator/issues/495)) ([a6f1387](https://github.com/rhobs/monitoring-stack-operator/commit/a6f13878a5273cc75d4d3b5189fa36565f2617f3)) +* TLS support for the Prometheus web endpoint ([#492](https://github.com/rhobs/monitoring-stack-operator/issues/492)) ([1b494d1](https://github.com/rhobs/monitoring-stack-operator/commit/1b494d17ebaea9f78df772208dc62462820fa53d)) + + +### Bug Fixes + +* add finalizer to cleanup the console after uiplugin is deleted ([#576](https://github.com/rhobs/monitoring-stack-operator/issues/576)) ([4ce18d9](https://github.com/rhobs/monitoring-stack-operator/commit/4ce18d98ec93542f1bea400ec320f66bf2ceeaa3)) + ## [0.4.0](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-08-29) diff --git a/VERSION b/VERSION index 60a2d3e9..44bb5d1f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index b6eba9f3..7e4ba063 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.0 - createdAt: "2024-10-01T14:48:17Z" + containerImage: observability-operator:0.4.1 + createdAt: "2024-10-02T09:09:14Z" 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.0 + name: observability-operator.v0.4.1 namespace: placeholder spec: apiservicedefinitions: {} @@ -722,7 +722,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: observability-operator:0.4.0 + image: observability-operator:0.4.1 imagePullPolicy: Always livenessProbe: httpGet: @@ -779,7 +779,7 @@ spec: maturity: alpha provider: name: Red Hat - version: 0.4.0 + version: 0.4.1 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/deploy/olm/kustomization.yaml b/deploy/olm/kustomization.yaml index ba191b92..4d0b19fd 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.0 + newTag: 0.4.1 patches: - patch: |- diff --git a/deploy/package-operator/operator/kustomization.yaml b/deploy/package-operator/operator/kustomization.yaml index c761519d..6995c08e 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.0 + newTag: 0.4.1 commonAnnotations: package-operator.run/phase: operator resources: