From 50523a0d7715c2c86970681f5ed7f73b045e5ccc Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:56:29 +0100 Subject: [PATCH] chore: release metrics-operator 2.0.1 --- .release-please-manifest.json | 2 +- metrics-operator/CHANGELOG.md | 7 +++++++ metrics-operator/Makefile | 2 +- metrics-operator/chart/Chart.yaml | 4 ++-- metrics-operator/chart/values.yaml | 2 +- metrics-operator/converter/sli_converter.md | 2 +- metrics-operator/converter/slo_converter.md | 2 +- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89a020b547..b42509ee36 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "runtimes/python-runtime": "1.0.8", "runtimes/deno-runtime": "3.0.1", "lifecycle-operator": "2.0.0", - "metrics-operator": "2.0.0" + "metrics-operator": "2.0.1" } diff --git a/metrics-operator/CHANGELOG.md b/metrics-operator/CHANGELOG.md index 34385b7065..4368f2a5f8 100644 --- a/metrics-operator/CHANGELOG.md +++ b/metrics-operator/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v2.0.0...metrics-operator-v2.0.1) (2024-11-25) + + +### Other + +* bump helm chart versions ([#3857](https://github.com/keptn/lifecycle-toolkit/issues/3857)) ([1873178](https://github.com/keptn/lifecycle-toolkit/commit/1873178a28878c0a12ce00e20a8e62d105068fe5)) + ## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v1.1.1...metrics-operator-v2.0.0) (2024-11-11) diff --git a/metrics-operator/Makefile b/metrics-operator/Makefile index ca0dde67b9..840a854007 100644 --- a/metrics-operator/Makefile +++ b/metrics-operator/Makefile @@ -7,7 +7,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn RELEASE_TIME=$(shell date +%Y%m%d%s) BUILD_TIME=$(shell date -u "+%F_%T") RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*") -TAG?="v2.0.0" # x-release-please-version +TAG?="v2.0.1" # x-release-please-version RELEASE_IMAGE:=metrics-operator:$(TAG) CHART_APPVERSION?="" diff --git a/metrics-operator/chart/Chart.yaml b/metrics-operator/chart/Chart.yaml index 143d0af3c6..f5dc247c5c 100644 --- a/metrics-operator/chart/Chart.yaml +++ b/metrics-operator/chart/Chart.yaml @@ -22,8 +22,8 @@ annotations: artifacthub.io/operator: 'true' kubeVersion: '>= 1.27.0-0' type: application -version: 0.4.0 # Helm Chart version -appVersion: v2.0.0 # x-release-please-version +version: 2.0.1 +appVersion: v2.0.0 dependencies: - name: common repository: https://charts.lifecycle.keptn.sh diff --git a/metrics-operator/chart/values.yaml b/metrics-operator/chart/values.yaml index 880aeb0392..b1f4b3132d 100644 --- a/metrics-operator/chart/values.yaml +++ b/metrics-operator/chart/values.yaml @@ -140,7 +140,7 @@ image: ## @param image.repository specify registry for manager image repository: keptn/metrics-operator ## @param image.tag select tag for manager image - tag: v2.0.0 # x-release-please-version + tag: v2.0.1 # x-release-please-version ## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values imagePullPolicy: "" ## @extra livenessProbe custom livenessprobe for manager container diff --git a/metrics-operator/converter/sli_converter.md b/metrics-operator/converter/sli_converter.md index 40304addab..3ee907a528 100644 --- a/metrics-operator/converter/sli_converter.md +++ b/metrics-operator/converter/sli_converter.md @@ -13,7 +13,7 @@ To run the converter, execute the following command: ```shell -METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.0 +METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.1 PATH_TO_SLI= KEPTN_PROVIDER_NAME= KEPTN_PROVIDER_NAMESPACE= diff --git a/metrics-operator/converter/slo_converter.md b/metrics-operator/converter/slo_converter.md index e549328459..2bc2a5397c 100644 --- a/metrics-operator/converter/slo_converter.md +++ b/metrics-operator/converter/slo_converter.md @@ -35,7 +35,7 @@ To run the converter, execute the following command: ```shell -METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.0 +METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.1 PATH_TO_SLO= ANALYSIS_VALUE_TEMPLATE_NAMESPACE= ANALYSIS_DEFINITION_NAME=