Skip to content

Commit

Permalink
chore: release metrics-operator 0.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com>
  • Loading branch information
keptn-bot committed Sep 8, 2023
1 parent 328dfc2 commit a51d0da
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
12 changes: 12 additions & 0 deletions metrics-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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?=""

Expand Down

0 comments on commit a51d0da

Please sign in to comment.