Skip to content

Commit

Permalink
chore(release): 0.0.30 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan--f authored Jan 23, 2024
1 parent 755caba commit 4367a6e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.30](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-01-23)


### Bug Fixes

* update versions in bundle generation ([#411](https://github.com/rhobs/monitoring-stack-operator/issues/411)) ([755caba](https://github.com/rhobs/monitoring-stack-operator/commit/755caba8f0dc11940927b6b829ae176384a6227e))

### [0.0.29](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-01-22)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.29
0.0.30
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.0.29
createdAt: "2024-01-23T14:08:25Z"
containerImage: observability-operator:0.0.30
createdAt: "2024-01-23T15:52:54Z"
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.31.0
Expand All @@ -53,7 +53,7 @@ metadata:
]
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/rhobs/observability-operator
name: observability-operator.v0.0.29
name: observability-operator.v0.0.30
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -608,7 +608,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.0.29
image: observability-operator:0.0.30
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -669,7 +669,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.0.29
version: 0.0.30
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.29
newTag: 0.0.30

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

0 comments on commit 4367a6e

Please sign in to comment.