Skip to content

Commit

Permalink
chore(release): 0.0.15
Browse files Browse the repository at this point in the history
Signed-off-by: Sunil Thaha <[email protected]>
  • Loading branch information
sthaha authored Oct 13, 2022
1 parent c1f534a commit 378929f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.15](https://github.com/rhobs/monitoring-stack-operator/tree/v0.0.15) (2022-10-13)


### Features

### ⚠ BREAKING CHANGES
* Switches from using platform Prometheus Operator to a forked PO based on 0.60.0 ([c1f534a](https://github.com/rhobs/monitoring-stack-operator/commit/c1f534a15b71c948c3c821af671207d1ac4f25f3))


### [0.0.14](https://github.com/rhobs/monitoring-stack-operator/commit/) (2022-09-20)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.14
0.0.15
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.24.0
operators.operatorframework.io/project_layout: unknown
name: observability-operator.v0.0.14
name: observability-operator.v0.0.15
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -430,7 +430,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.0.14
image: observability-operator:0.0.15
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -485,4 +485,4 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.14
version: 0.0.15
2 changes: 1 addition & 1 deletion deploy/olm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: Kustomization
images:
- name: observability-operator
newName: observability-operator
newTag: 0.0.14
newTag: 0.0.15

patches:
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: observability-operator
newTag: 0.0.14
newTag: 0.0.15
namespace: operators

patches:
Expand Down

0 comments on commit 378929f

Please sign in to comment.