Skip to content

Commit ed119de

Browse files
committed
chore(release): 1.2.0
1 parent 891897c commit ed119de

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0

bundle/manifests/observability-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,8 @@ metadata:
4141
capabilities: Basic Install
4242
categories: Monitoring
4343
certified: "false"
44-
<<<<<<< HEAD
4544
containerImage: observability-operator:1.2.0
46-
createdAt: "2025-05-26T07:04:40Z"
47-
=======
48-
containerImage: observability-operator:1.1.0
49-
createdAt: "2025-05-09T09:01:23Z"
50-
>>>>>>> parent of c31d6f9a (chore(release): 1.2.0 (#741))
45+
createdAt: "2025-05-28T19:36:53Z"
5146
description: A Go based Kubernetes operator to setup and manage highly available
5247
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
5348
operatorframework.io/cluster-monitoring: "true"
@@ -63,7 +58,7 @@ metadata:
6358
]
6459
operators.operatorframework.io/project_layout: unknown
6560
repository: https://github.com/rhobs/observability-operator
66-
name: observability-operator.v1.1.0
61+
name: observability-operator.v1.2.0
6762
namespace: placeholder
6863
spec:
6964
apiservicedefinitions: {}
@@ -933,7 +928,7 @@ spec:
933928
valueFrom:
934929
fieldRef:
935930
fieldPath: metadata.namespace
936-
image: observability-operator:1.1.0
931+
image: observability-operator:1.2.0
937932
imagePullPolicy: Always
938933
livenessProbe:
939934
httpGet:
@@ -1073,7 +1068,7 @@ spec:
10731068
maturity: alpha
10741069
provider:
10751070
name: Red Hat
1076-
version: 1.1.0
1071+
version: 1.2.0
10771072
webhookdefinitions:
10781073
- admissionReviewVersions:
10791074
- v1

deploy/olm/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resources:
1313
images:
1414
- name: observability-operator
1515
newName: observability-operator
16-
newTag: 1.1.0
16+
newTag: 1.2.0
1717

1818
patches:
1919
- 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: 1.1.0
7+
newTag: 1.2.0
88
commonAnnotations:
99
package-operator.run/phase: operator
1010
resources:

0 commit comments

Comments
 (0)