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 Oct 30, 2023
1 parent 6ff3a5f commit 703f724
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 6 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.2",
"lifecycle-operator": "0.8.2",
"scheduler": "0.8.2",
"metrics-operator": "0.8.2"
"metrics-operator": "0.8.3"
}
95 changes: 95 additions & 0 deletions metrics-operator/CHANGELOG.md

Large diffs are not rendered by default.

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
2 changes: 1 addition & 1 deletion metrics-operator/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.8.2" # x-release-please-version
appVersion: "v0.8.3" # x-release-please-version
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 @@ -127,7 +127,7 @@ image:
## @param image.repository specify registry for manager image
repository: ghcr.io/keptn/metrics-operator
## @param image.tag select tag for manager image
tag: v0.8.2 # x-release-please-version
tag: v0.8.3 # x-release-please-version
## @extra livenessProbe custom livenessprobe for manager container
## @skip livenessProbe.httpGet.path
## @skip livenessProbe.httpGet.port
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:v0.8.2
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v0.8.3
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:v0.8.2
METRICS_OPERATOR_IMAGE=ghcr.io/keptn/metrics-operator:v0.8.3
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 703f724

Please sign in to comment.