Skip to content

Commit 2f2d666

Browse files
authored
chore(release): 0.4.0 (#559)
1 parent 76b2743 commit 2f2d666

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-08-29)
6+
7+
8+
### Features
9+
10+
* update RBAC to include listing TempoMonolithic CRs ([#545](https://github.com/rhobs/monitoring-stack-operator/issues/545)) ([3aa199d](https://github.com/rhobs/monitoring-stack-operator/commit/3aa199d90d16143f02e96006b7ec0cf8688680f2))
11+
512
### [0.3.5](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-08-07)
613

714

VERSION

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

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.5
45-
createdAt: "2024-08-29T06:39:54Z"
44+
containerImage: observability-operator:0.4.0
45+
createdAt: "2024-08-29T09:10:03Z"
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.5
56+
name: observability-operator.v0.4.0
5757
namespace: placeholder
5858
spec:
5959
apiservicedefinitions: {}
@@ -805,7 +805,7 @@ spec:
805805
valueFrom:
806806
fieldRef:
807807
fieldPath: metadata.namespace
808-
image: observability-operator:0.3.5
808+
image: observability-operator:0.4.0
809809
imagePullPolicy: Always
810810
livenessProbe:
811811
httpGet:
@@ -866,7 +866,7 @@ spec:
866866
maturity: alpha
867867
provider:
868868
name: Red Hat
869-
version: 0.3.5
869+
version: 0.4.0
870870
webhookdefinitions:
871871
- admissionReviewVersions:
872872
- 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.5
15+
newTag: 0.4.0
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.5
7+
newTag: 0.4.0
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)