Skip to content

Commit

Permalink
chore(release): 0.3.3 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioferh authored Jun 28, 2024
1 parent 0d7afff commit 0c6ca60
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.3](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-06-28)


### Features

* 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))


### Bug Fixes

* 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))
* 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))

### [0.3.2](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ metadata:
capabilities: Basic Install
categories: Monitoring
certified: "false"
containerImage: observability-operator:0.3.2
createdAt: "2024-06-17T09:34:48Z"
containerImage: observability-operator:0.3.3
createdAt: "2024-06-28T13:18:35Z"
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.34.1
Expand All @@ -53,7 +53,7 @@ metadata:
]
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/rhobs/observability-operator
name: observability-operator.v0.3.2
name: observability-operator.v0.3.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -804,7 +804,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.3.2
image: observability-operator:0.3.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -865,7 +865,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.3.2
version: 0.3.3
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
2 changes: 1 addition & 1 deletion deploy/olm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resources:
images:
- name: observability-operator
newName: observability-operator
newTag: 0.3.2
newTag: 0.3.3

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion deploy/package-operator/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: observability-operator
images:
- name: observability-operator
newName: observability-operator
newTag: 0.3.2
newTag: 0.3.3
commonAnnotations:
package-operator.run/phase: operator
resources:
Expand Down

0 comments on commit 0c6ca60

Please sign in to comment.