Skip to content

Commit c009944

Browse files
chore(release): 0.4.1 (#579)
1 parent f566e3b commit c009944

File tree

5 files changed

+21
-8
lines changed

5 files changed

+21
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
### [0.4.1](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-10-02)
6+
7+
8+
### Features
9+
10+
* 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))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* 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))
17+
518
## [0.4.0](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-08-29)
619

720

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

bundle/manifests/observability-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ metadata:
4141
capabilities: Basic Install
4242
categories: Monitoring
4343
certified: "false"
44-
containerImage: observability-operator:0.4.0
45-
createdAt: "2024-10-01T14:48:17Z"
44+
containerImage: observability-operator:0.4.1
45+
createdAt: "2024-10-02T09:09:14Z"
4646
description: A Go based Kubernetes operator to setup and manage highly available
4747
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
4848
operators.operatorframework.io/builder: operator-sdk-v1.36.1
@@ -55,7 +55,7 @@ metadata:
5555
]
5656
operators.operatorframework.io/project_layout: unknown
5757
repository: https://github.com/rhobs/observability-operator
58-
name: observability-operator.v0.4.0
58+
name: observability-operator.v0.4.1
5959
namespace: placeholder
6060
spec:
6161
apiservicedefinitions: {}
@@ -722,7 +722,7 @@ spec:
722722
valueFrom:
723723
fieldRef:
724724
fieldPath: metadata.namespace
725-
image: observability-operator:0.4.0
725+
image: observability-operator:0.4.1
726726
imagePullPolicy: Always
727727
livenessProbe:
728728
httpGet:
@@ -779,7 +779,7 @@ spec:
779779
maturity: alpha
780780
provider:
781781
name: Red Hat
782-
version: 0.4.0
782+
version: 0.4.1
783783
webhookdefinitions:
784784
- admissionReviewVersions:
785785
- v1

deploy/olm/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resources:
1212
images:
1313
- name: observability-operator
1414
newName: observability-operator
15-
newTag: 0.4.0
15+
newTag: 0.4.1
1616

1717
patches:
1818
- patch: |-

deploy/package-operator/operator/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: observability-operator
44
images:
55
- name: observability-operator
66
newName: observability-operator
7-
newTag: 0.4.0
7+
newTag: 0.4.1
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)