Skip to content

Commit

Permalink
chore(release): 1.0.0 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan--f authored Dec 11, 2024
1 parent a130a82 commit 40b42b8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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.

## [1.0.0](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-12-11)


### Features

* add "Enable cluster monitoring" checkbox to OCP console ([#628](https://github.com/rhobs/monitoring-stack-operator/issues/628)) ([490a91d](https://github.com/rhobs/monitoring-stack-operator/commit/490a91d59fe604ff7c45bb5ad93da8400bd58903))
* add basic gather script for monitoring components ([#614](https://github.com/rhobs/monitoring-stack-operator/issues/614)) ([75dbd91](https://github.com/rhobs/monitoring-stack-operator/commit/75dbd91af06044d963df10d2987399ea425ddd4d))
* add monitoring-plugin uiplugin ([#575](https://github.com/rhobs/monitoring-stack-operator/issues/575)) ([48df915](https://github.com/rhobs/monitoring-stack-operator/commit/48df9151aeb735716f9c1a9fc18bf62f7de5b67d))
* add operator controller to add ServiceMonitor ([#616](https://github.com/rhobs/monitoring-stack-operator/issues/616)) ([5f2b6e5](https://github.com/rhobs/monitoring-stack-operator/commit/5f2b6e5eb86a4186d80ae56d5957606118d10cf0))
* add support annotation to uiplugins at runtime ([#604](https://github.com/rhobs/monitoring-stack-operator/issues/604)) ([41c578c](https://github.com/rhobs/monitoring-stack-operator/commit/41c578c8362d60f90736057e51f3282ec297f23f))
* add Trace support in korrel8r ([#597](https://github.com/rhobs/monitoring-stack-operator/issues/597)) ([a74b4a5](https://github.com/rhobs/monitoring-stack-operator/commit/a74b4a5d71eda5328673fc4dc2f3177865578dab))
* deploy PrometheusRule resource for the operator ([#629](https://github.com/rhobs/monitoring-stack-operator/issues/629)) ([a63fe12](https://github.com/rhobs/monitoring-stack-operator/commit/a63fe12ac4e112103d6a110e8fe89e164f0b051e))
* enable HTTPS in OpenShift clusters ([#595](https://github.com/rhobs/monitoring-stack-operator/issues/595)) ([a826c09](https://github.com/rhobs/monitoring-stack-operator/commit/a826c093c99e29444c3c392c9438b905978443f8))
* require TLS client certificate for /metrics ([#611](https://github.com/rhobs/monitoring-stack-operator/issues/611)) ([8cb5a11](https://github.com/rhobs/monitoring-stack-operator/commit/8cb5a11f84b01c997df0d36de5dff5576df65480))


### Bug Fixes

* add finalizers to cleanup cluster scoped resources on stack deletion ([#608](https://github.com/rhobs/monitoring-stack-operator/issues/608)) ([b243203](https://github.com/rhobs/monitoring-stack-operator/commit/b24320335991995cb0e57ad9fd80869b317e9360))
* allow operator SA to create/update events ([#623](https://github.com/rhobs/monitoring-stack-operator/issues/623)) ([6cae01e](https://github.com/rhobs/monitoring-stack-operator/commit/6cae01e11decc5e1df12948af2099ff2e9aa534b))
* give operator controller a name ([#618](https://github.com/rhobs/monitoring-stack-operator/issues/618)) ([21e89a0](https://github.com/rhobs/monitoring-stack-operator/commit/21e89a01f57f9d971b080378ebc485974ef49610))
* hide Prometheus operator CRDs in UI ([#605](https://github.com/rhobs/monitoring-stack-operator/issues/605)) ([ab4338f](https://github.com/rhobs/monitoring-stack-operator/commit/ab4338fe7db8dcbf800f450fe407297a14fd48dd))
* must-gather collection scripts should be executable ([#640](https://github.com/rhobs/monitoring-stack-operator/issues/640)) ([a130a82](https://github.com/rhobs/monitoring-stack-operator/commit/a130a82fcd9ca8839c97ab6a8313a50e3e7b17e3))
* register scheme in operator ([#619](https://github.com/rhobs/monitoring-stack-operator/issues/619)) ([d86ab09](https://github.com/rhobs/monitoring-stack-operator/commit/d86ab09377f657acf3fd73e7ee4b6d51c10d3508))

### [0.4.2](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-10-08)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
1.0.0
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.4.2
createdAt: "2024-11-20T09:07:06Z"
containerImage: observability-operator:1.0.0
createdAt: "2024-12-11T10:22:00Z"
description: A Go based Kubernetes operator to setup and manage highly available
Monitoring Stack using Prometheus, Alertmanager and Thanos Querier.
operatorframework.io/cluster-monitoring: "true"
Expand All @@ -57,7 +57,7 @@ metadata:
]
operators.operatorframework.io/project_layout: unknown
repository: https://github.com/rhobs/observability-operator
name: observability-operator.v0.4.2
name: observability-operator.v1.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -750,7 +750,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: observability-operator:0.4.2
image: observability-operator:1.0.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -816,7 +816,7 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.4.2
version: 1.0.0
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.4.2
newTag: 1.0.0

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

0 comments on commit 40b42b8

Please sign in to comment.