From a51d0da29a5d87f5136e0737c38fa6e23859039e Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Fri, 8 Sep 2023 11:54:47 +0200 Subject: [PATCH] chore: release metrics-operator 0.8.3 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- metrics-operator/CHANGELOG.md | 12 ++++++++++++ metrics-operator/Makefile | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d75a4fcd70..105faf8c8ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,5 +5,5 @@ "runtimes/deno-runtime": "1.0.1", "lifecycle-operator": "0.8.2", "scheduler": "0.8.2", - "metrics-operator": "0.8.2" + "metrics-operator": "0.8.3" } diff --git a/metrics-operator/CHANGELOG.md b/metrics-operator/CHANGELOG.md index 7a5453b8502..957f1349778 100644 --- a/metrics-operator/CHANGELOG.md +++ b/metrics-operator/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.8.3](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v0.8.2...metrics-operator-v0.8.3) (2023-09-08) + + +### Features + +* aggregation functions support for metrics controller ([#1802](https://github.com/keptn/lifecycle-toolkit/issues/1802)) ([678c4c9](https://github.com/keptn/lifecycle-toolkit/commit/678c4c9efaa53eb2bb64ef31c98a08d92eccd810)) + + +### Dependency Updates + +* update golang.org/x/exp digest to 9212866 ([#2039](https://github.com/keptn/lifecycle-toolkit/issues/2039)) ([2fba7c9](https://github.com/keptn/lifecycle-toolkit/commit/2fba7c94ff0fa6aa14facc7dc22b1a7558a88a18)) + ## [0.8.2](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v0.8.1...metrics-operator-v0.8.2) (2023-09-06) diff --git a/metrics-operator/Makefile b/metrics-operator/Makefile index 825d01adfe8..d62d46c799b 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?="v0.8.2" # x-release-please-version +TAG?="v0.8.3" # x-release-please-version RELEASE_IMAGE:=metrics-operator:$(TAG) CHART_APPVERSION?=""