Skip to content

Commit 0c6ca60

Browse files
authored
chore(release): 0.3.3 (#522)
1 parent 0d7afff commit 0c6ca60

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

720

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.2
1+
0.3.3

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.3.2
45-
createdAt: "2024-06-17T09:34:48Z"
44+
containerImage: observability-operator:0.3.3
45+
createdAt: "2024-06-28T13:18:35Z"
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.34.1
@@ -53,7 +53,7 @@ metadata:
5353
]
5454
operators.operatorframework.io/project_layout: unknown
5555
repository: https://github.com/rhobs/observability-operator
56-
name: observability-operator.v0.3.2
56+
name: observability-operator.v0.3.3
5757
namespace: placeholder
5858
spec:
5959
apiservicedefinitions: {}
@@ -804,7 +804,7 @@ spec:
804804
valueFrom:
805805
fieldRef:
806806
fieldPath: metadata.namespace
807-
image: observability-operator:0.3.2
807+
image: observability-operator:0.3.3
808808
imagePullPolicy: Always
809809
livenessProbe:
810810
httpGet:
@@ -865,7 +865,7 @@ spec:
865865
maturity: alpha
866866
provider:
867867
name: Red Hat
868-
version: 0.3.2
868+
version: 0.3.3
869869
webhookdefinitions:
870870
- admissionReviewVersions:
871871
- 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.3.2
15+
newTag: 0.3.3
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.3.2
7+
newTag: 0.3.3
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)