From f6ce4382c0af27480b9a0b426bf5423dd74931ef Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:53:13 +0200 Subject: [PATCH] chore: release metrics-operator 1.0.3 --- .release-please-manifest.json | 2 +- metrics-operator/CHANGELOG.md | 8 ++++++++ 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, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7b56c4fc4a..cfbd78e33bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "runtimes/deno-runtime": "2.0.5", "lifecycle-operator": "1.1.0", "scheduler": "1.0.1", - "metrics-operator": "1.0.2" + "metrics-operator": "1.0.3" } diff --git a/metrics-operator/CHANGELOG.md b/metrics-operator/CHANGELOG.md index 1a2dae15443..18bb952971d 100644 --- a/metrics-operator/CHANGELOG.md +++ b/metrics-operator/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.3](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v1.0.2...metrics-operator-v1.0.3) (2024-08-07) + + +### Other + +* backport helm chart versions ([#3662](https://github.com/keptn/lifecycle-toolkit/issues/3662)) ([81320a5](https://github.com/keptn/lifecycle-toolkit/commit/81320a534f52cf16d3e59c76b451c92b3502b35f)) +* bump metrics-operator chart version ([#3660](https://github.com/keptn/lifecycle-toolkit/issues/3660)) ([600151d](https://github.com/keptn/lifecycle-toolkit/commit/600151d9fb858bc3adbc0e9eb97b8e0f2da6a3c5)) + ## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v1.0.1...metrics-operator-v1.0.2) (2024-08-06) diff --git a/metrics-operator/Makefile b/metrics-operator/Makefile index 6546ccdf87f..624b9472b89 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?="v1.0.2" # x-release-please-version +TAG?="v1.0.3" # 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 0e82d43977b..292321e4ba7 100644 --- a/metrics-operator/chart/Chart.yaml +++ b/metrics-operator/chart/Chart.yaml @@ -22,8 +22,8 @@ annotations: artifacthub.io/operator: 'true' kubeVersion: '>= 1.24.0-0' type: application -version: 0.2.3 -appVersion: v1.0.2 # x-release-please-version +version: 1.0.3 +appVersion: v1.0.2 dependencies: - name: common repository: https://charts.lifecycle.keptn.sh diff --git a/metrics-operator/chart/values.yaml b/metrics-operator/chart/values.yaml index 798d919fba8..3906b79f95e 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: v1.0.2 # x-release-please-version + tag: v1.0.3 # 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 9696e9d0ec1..1eaa6b8ef58 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:v1.0.2 +METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v1.0.3 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 af1a1a38195..5599e16f6ad 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:v1.0.2 +METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v1.0.3 PATH_TO_SLO= ANALYSIS_VALUE_TEMPLATE_NAMESPACE= ANALYSIS_DEFINITION_NAME=