Skip to content

Commit

Permalink
chore(release): 0.0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpasquier authored Aug 7, 2023
1 parent 31417bf commit f4f9309
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.0.25](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-08-07)


### Bug Fixes

* add node tolerations to deployments ([#321](https://github.com/rhobs/monitoring-stack-operator/issues/321)) ([d0ba3a9](https://github.com/rhobs/monitoring-stack-operator/commit/d0ba3a92fbdb8e82033102f1302b31115d3448c8))
* test case multi-namespace_support ([#312](https://github.com/rhobs/monitoring-stack-operator/issues/312)) ([6c09f46](https://github.com/rhobs/monitoring-stack-operator/commit/6c09f466c76790909b768f97b950b56af4b05608))

### [0.0.24](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-07-27)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.24
0.0.25
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
capabilities: Basic Install
categories: Monitoring, Observability
certified: "false"
containerImage: observability-operator:0.0.24
containerImage: observability-operator:0.0.25
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.24.0
Expand All @@ -52,7 +52,7 @@ metadata:
]
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/rhobs/observability-operator
name: observability-operator.v0.0.24
name: observability-operator.v0.0.25
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -560,7 +560,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.0.24
image: observability-operator:0.0.25
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -621,7 +621,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.24
version: 0.0.25
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.0.24
newTag: 0.0.25

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.0.24
newTag: 0.0.25
commonAnnotations:
package-operator.run/phase: operator
resources:
Expand Down

0 comments on commit f4f9309

Please sign in to comment.