Skip to content

Commit 3dc83b1

Browse files
committed
chore: release metrics-operator 2.1.0
Signed-off-by: keptn-bot <[email protected]>
1 parent 42868b9 commit 3dc83b1

File tree

7 files changed

+24
-7
lines changed

7 files changed

+24
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"runtimes/python-runtime": "1.0.8",
55
"runtimes/deno-runtime": "3.0.1",
66
"lifecycle-operator": "2.0.0",
7-
"metrics-operator": "2.0.0"
7+
"metrics-operator": "2.1.0"
88
}

metrics-operator/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v2.0.0...metrics-operator-v2.1.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* adding Elastic as a metrics provider ([#3890](https://github.com/keptn/lifecycle-toolkit/issues/3890)) ([1802600](https://github.com/keptn/lifecycle-toolkit/commit/1802600c7aa73d3a67025a6b3b17df920460f669))
9+
10+
11+
### Other
12+
13+
* bump helm chart versions ([#3857](https://github.com/keptn/lifecycle-toolkit/issues/3857)) ([1873178](https://github.com/keptn/lifecycle-toolkit/commit/1873178a28878c0a12ce00e20a8e62d105068fe5))
14+
15+
16+
### Dependency Updates
17+
18+
* update golang.org/x/crypto packages ([#3895](https://github.com/keptn/lifecycle-toolkit/issues/3895)) ([42868b9](https://github.com/keptn/lifecycle-toolkit/commit/42868b923479bbeeda49b87cef614fe41e627509))
19+
320
## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v1.1.1...metrics-operator-v2.0.0) (2024-11-11)
421

522

metrics-operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RELEASE_REGISTRY?=ghcr.io/keptn
77
RELEASE_TIME=$(shell date +%Y%m%d%s)
88
BUILD_TIME=$(shell date -u "+%F_%T")
99
RELEASE_VERSION?=$(RELEASE_TIME)-v0.24.3#$(shell git describe --tags --match "v*")
10-
TAG?="v2.0.0" # x-release-please-version
10+
TAG?="v2.1.0" # x-release-please-version
1111
RELEASE_IMAGE:=metrics-operator:$(TAG)
1212
CHART_APPVERSION?=""
1313

metrics-operator/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ annotations:
2222
artifacthub.io/operator: 'true'
2323
kubeVersion: '>= 1.27.0-0'
2424
type: application
25-
version: 0.4.0 # Helm Chart version
26-
appVersion: v2.0.0 # x-release-please-version
25+
version: 2.1.0
26+
appVersion: v2.0.0
2727
dependencies:
2828
- name: common
2929
repository: https://charts.lifecycle.keptn.sh

metrics-operator/chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ image:
140140
## @param image.repository specify registry for manager image
141141
repository: keptn/metrics-operator
142142
## @param image.tag select tag for manager image
143-
tag: v2.0.0 # x-release-please-version
143+
tag: v2.1.0 # x-release-please-version
144144
## @param image.imagePullPolicy specify pull policy for the manager image. This overrides global values
145145
imagePullPolicy: ""
146146
## @extra livenessProbe custom livenessprobe for manager container

metrics-operator/converter/sli_converter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To run the converter, execute the following command:
1313

1414
<!---x-release-please-start-version-->
1515
```shell
16-
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.0
16+
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.1.0
1717
PATH_TO_SLI=<PATH_TO_SLI>
1818
KEPTN_PROVIDER_NAME=<KEPTN_PROVIDER_NAME>
1919
KEPTN_PROVIDER_NAMESPACE=<KEPTN_PROVIDER_NAMESPACE>

metrics-operator/converter/slo_converter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To run the converter, execute the following command:
3535

3636
<!---x-release-please-start-version-->
3737
```shell
38-
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.0
38+
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.1.0
3939
PATH_TO_SLO=<PATH_TO_SLO>
4040
ANALYSIS_VALUE_TEMPLATE_NAMESPACE=<ANALYSIS_VALUE_TEMPLATE_NAMESPACE>
4141
ANALYSIS_DEFINITION_NAME=<ANALYSIS_DEFINITION_NAME>

0 commit comments

Comments
 (0)