Skip to content

Commit dfdc0e9

Browse files
authored
chore(release): 0.3.5 (#544)
1 parent 8c4e1a4 commit dfdc0e9

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.5](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-08-07)
6+
7+
8+
### Features
9+
10+
* COO-261: Support tolerations and nodeselector in Monitoringstack ([#540](https://github.com/rhobs/monitoring-stack-operator/issues/540)) ([3f6d6eb](https://github.com/rhobs/monitoring-stack-operator/commit/3f6d6ebc78adc3f6b7be3adc47784b6e838e3b96))
11+
12+
13+
### Bug Fixes
14+
15+
* adjust max version semver comparission to avoid excluding valid cluster versions ([#541](https://github.com/rhobs/monitoring-stack-operator/issues/541)) ([daee156](https://github.com/rhobs/monitoring-stack-operator/commit/daee15657d59a34daa178c4c1e1d80a8f34279b2))
16+
517
### [0.3.4](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-07-29)
618

719

VERSION

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

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.4
45-
createdAt: "2024-08-06T11:27:09Z"
44+
containerImage: observability-operator:0.3.5
45+
createdAt: "2024-08-07T10:19:11Z"
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.4
56+
name: observability-operator.v0.3.5
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.4
807+
image: observability-operator:0.3.5
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.4
868+
version: 0.3.5
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.4
15+
newTag: 0.3.5
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.4
7+
newTag: 0.3.5
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)