diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d671eac..3e6c0ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.0](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-03-13) + + +### Bug Fixes + +* use thanos default port in service and containerPort ([#414](https://github.com/rhobs/monitoring-stack-operator/issues/414)) ([2d6c82b](https://github.com/rhobs/monitoring-stack-operator/commit/2d6c82b9ff44a197a6ce06d2001b32570b61f376)) + ### [0.0.30](https://github.com/rhobs/monitoring-stack-operator/commit/) (2024-01-23) diff --git a/VERSION b/VERSION index 8db6c8a4..6c6aa7cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.30 \ No newline at end of file +0.1.0 \ No newline at end of file diff --git a/bundle/manifests/observability-operator.clusterserviceversion.yaml b/bundle/manifests/observability-operator.clusterserviceversion.yaml index 57d5e03e..00cdc65e 100644 --- a/bundle/manifests/observability-operator.clusterserviceversion.yaml +++ b/bundle/manifests/observability-operator.clusterserviceversion.yaml @@ -41,8 +41,8 @@ metadata: capabilities: Basic Install categories: Monitoring certified: "false" - containerImage: observability-operator:0.0.30 - createdAt: "2024-01-23T15:52:54Z" + containerImage: observability-operator:0.1.0 + createdAt: "2024-03-13T07:58:48Z" 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 @@ -53,7 +53,7 @@ metadata: ] operators.operatorframework.io/project_layout: unknown repository: https://github.com/rhobs/observability-operator - name: observability-operator.v0.0.30 + name: observability-operator.v0.1.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -608,7 +608,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: observability-operator:0.0.30 + image: observability-operator:0.1.0 imagePullPolicy: Always livenessProbe: httpGet: @@ -669,7 +669,7 @@ spec: maturity: alpha provider: name: Red Hat - version: 0.0.30 + version: 0.1.0 webhookdefinitions: - admissionReviewVersions: - v1 diff --git a/deploy/olm/kustomization.yaml b/deploy/olm/kustomization.yaml index 6b850bf7..f1a47cbb 100644 --- a/deploy/olm/kustomization.yaml +++ b/deploy/olm/kustomization.yaml @@ -12,7 +12,7 @@ resources: images: - name: observability-operator newName: observability-operator - newTag: 0.0.30 + newTag: 0.1.0 patches: - patch: |- diff --git a/deploy/package-operator/operator/kustomization.yaml b/deploy/package-operator/operator/kustomization.yaml index 7cf4d3d1..767c63c2 100644 --- a/deploy/package-operator/operator/kustomization.yaml +++ b/deploy/package-operator/operator/kustomization.yaml @@ -4,7 +4,7 @@ namespace: observability-operator images: - name: observability-operator newName: observability-operator - newTag: 0.0.30 + newTag: 0.1.0 commonAnnotations: package-operator.run/phase: operator resources: