Skip to content

Commit 1ec92af

Browse files
chore(release): 0.0.28 (#385)
1 parent 835ac48 commit 1ec92af

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.0.28](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-11-08)
6+
57
### [0.0.27](https://github.com/rhobs/monitoring-stack-operator/commit/) (2023-11-07)
68

79

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.27
1+
0.0.28

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.0.27
45-
createdAt: "2023-11-07T15:07:41Z"
44+
containerImage: observability-operator:0.0.28
45+
createdAt: "2023-11-08T15:17:06Z"
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.31.0
@@ -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.0.27
56+
name: observability-operator.v0.0.28
5757
namespace: placeholder
5858
spec:
5959
apiservicedefinitions: {}
@@ -595,7 +595,7 @@ spec:
595595
valueFrom:
596596
fieldRef:
597597
fieldPath: metadata.namespace
598-
image: observability-operator:0.0.27
598+
image: observability-operator:0.0.28
599599
imagePullPolicy: Always
600600
livenessProbe:
601601
httpGet:
@@ -656,7 +656,7 @@ spec:
656656
maturity: alpha
657657
provider:
658658
name: Red Hat
659-
version: 0.0.27
659+
version: 0.0.28
660660
webhookdefinitions:
661661
- admissionReviewVersions:
662662
- 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.0.27
15+
newTag: 0.0.28
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.0.27
7+
newTag: 0.0.28
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)