Skip to content

Commit

Permalink
chore: release metrics-operator 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keptn-bot committed Jun 13, 2024
1 parent b9409f5 commit 5290fe9
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 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": "2.0.4",
"lifecycle-operator": "1.0.0",
"scheduler": "1.0.0",
"metrics-operator": "1.0.1"
"metrics-operator": "2.0.0"
}
21 changes: 21 additions & 0 deletions metrics-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v1.0.1...metrics-operator-v2.0.0) (2024-06-13)


### Other

* backport release helm chart versions ([#3460](https://github.com/keptn/lifecycle-toolkit/issues/3460)) ([95d6809](https://github.com/keptn/lifecycle-toolkit/commit/95d6809272eeb2b981b63f3718c4e799fc72b743))


### Dependency Updates

* update dependency kubernetes-sigs/controller-tools to v0.15.0 ([#3473](https://github.com/keptn/lifecycle-toolkit/issues/3473)) ([8987cd1](https://github.com/keptn/lifecycle-toolkit/commit/8987cd1773ba2e90e941e87caece0020b1100a18))
* update golang docker tag to v1.21.10 ([#3508](https://github.com/keptn/lifecycle-toolkit/issues/3508)) ([ed3409f](https://github.com/keptn/lifecycle-toolkit/commit/ed3409f1fa0f309e1fb0b1d971ec56e0c8f854bb))
* update kubernetes packages to v0.28.10 (patch) ([#3522](https://github.com/keptn/lifecycle-toolkit/issues/3522)) ([d9c1d70](https://github.com/keptn/lifecycle-toolkit/commit/d9c1d70eef3170c62b43dc2896df5b8d630af515))
* update module github.com/go-logr/logr to v1.4.2 ([#3534](https://github.com/keptn/lifecycle-toolkit/issues/3534)) ([b9409f5](https://github.com/keptn/lifecycle-toolkit/commit/b9409f50b61cc2e7c7032abb6cbcc27fc5ef6c99))
* update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 ([#3507](https://github.com/keptn/lifecycle-toolkit/issues/3507)) ([0d2f645](https://github.com/keptn/lifecycle-toolkit/commit/0d2f6459f366e191f4a2792d97496d1c1d7e3965))
* update module google.golang.org/grpc to v1.64.0 ([#3526](https://github.com/keptn/lifecycle-toolkit/issues/3526)) ([19a0f7c](https://github.com/keptn/lifecycle-toolkit/commit/19a0f7ce421ca204f7d2eb168a2487426c8220e4))
* update module google.golang.org/protobuf to v1.34.0 ([#3496](https://github.com/keptn/lifecycle-toolkit/issues/3496)) ([5862111](https://github.com/keptn/lifecycle-toolkit/commit/586211185649f9542dd7782d551d1ad04e3c809f))
* update module google.golang.org/protobuf to v1.34.1 ([#3518](https://github.com/keptn/lifecycle-toolkit/issues/3518)) ([6146e6d](https://github.com/keptn/lifecycle-toolkit/commit/6146e6d142b3e75e52730ef66ae76e6d60fab3bc))
* update module sigs.k8s.io/controller-runtime to v0.16.6 ([#3523](https://github.com/keptn/lifecycle-toolkit/issues/3523)) ([e044b51](https://github.com/keptn/lifecycle-toolkit/commit/e044b51c794b601edaa815855a8e4fb195f0842c))
* update opentelemetry-go monorepo (minor) ([#3480](https://github.com/keptn/lifecycle-toolkit/issues/3480)) ([11fa477](https://github.com/keptn/lifecycle-toolkit/commit/11fa4771e478972f09a8c63eb240215dca23bcef))

## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/metrics-operator-v1.0.0...metrics-operator-v1.0.1) (2024-04-24)


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?="v1.0.1" # x-release-please-version
TAG?="v2.0.0" # x-release-please-version
RELEASE_IMAGE:=metrics-operator:$(TAG)
CHART_APPVERSION?=""

Expand Down
4 changes: 2 additions & 2 deletions metrics-operator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ annotations:
artifacthub.io/operator: 'true'
kubeVersion: '>= 1.24.0-0'
type: application
version: 0.2.1
appVersion: v1.0.1 # x-release-please-version
version: 2.0.0
appVersion: v1.0.1
dependencies:
- name: common
repository: https://charts.lifecycle.keptn.sh
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 # x-release-please-version
tag: v2.0.0 # 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
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/converter/sli_converter.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To run the converter, execute the following command:

<!---x-release-please-start-version-->
```shell
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v1.0.1
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.0
PATH_TO_SLI=<PATH_TO_SLI>
KEPTN_PROVIDER_NAME=<KEPTN_PROVIDER_NAME>
KEPTN_PROVIDER_NAMESPACE=<KEPTN_PROVIDER_NAMESPACE>
Expand Down
2 changes: 1 addition & 1 deletion metrics-operator/converter/slo_converter.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To run the converter, execute the following command:

<!---x-release-please-start-version-->
```shell
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v1.0.1
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v2.0.0
PATH_TO_SLO=<PATH_TO_SLO>
ANALYSIS_VALUE_TEMPLATE_NAMESPACE=<ANALYSIS_VALUE_TEMPLATE_NAMESPACE>
ANALYSIS_DEFINITION_NAME=<ANALYSIS_DEFINITION_NAME>
Expand Down

0 comments on commit 5290fe9

Please sign in to comment.