From 57aa77811bbf39728acd06778529bf6dfed8d5bd Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:06:32 +0200 Subject: [PATCH] chore: release keptn 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Makefile | 2 +- chart/Chart.yaml | 4 ++-- docs/docs/getting-started/observability.md | 8 ++++---- 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a7b56c4fc4..ad7e168ed8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.1.0", + ".": "2.1.1", "keptn-cert-manager": "2.2.1", "runtimes/python-runtime": "1.0.6", "runtimes/deno-runtime": "2.0.5", diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d0c06439..dcb21b9405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.1](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.1.0...keptn-v2.1.1) (2024-08-26) + + +### Other + +* bump helm chart version ([#3665](https://github.com/keptn/lifecycle-toolkit/issues/3665)) ([ff62ede](https://github.com/keptn/lifecycle-toolkit/commit/ff62ede9f55f9545f98ceb1e7d8122478fa7033e)) + + +### Dependency Updates + +* update dependency mkdocs-git-revision-date-localized-plugin to v1.2.7 ([#3690](https://github.com/keptn/lifecycle-toolkit/issues/3690)) ([c2fc3b6](https://github.com/keptn/lifecycle-toolkit/commit/c2fc3b69ff402d383eac9365999222e0f4e118d6)) + ## [2.1.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.0.0...keptn-v2.1.0) (2024-08-06) diff --git a/Makefile b/Makefile index ed1b08a532..8006549215 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.4.3 -CHART_APPVERSION ?= v2.1.0 # x-release-please-version +CHART_APPVERSION ?= v2.1.1 # x-release-please-version # renovate: datasource=docker depName=cytopia/yamllint YAMLLINT_VERSION ?= alpine diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 561a752d72..460cbd3934 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -34,8 +34,8 @@ annotations: artifacthub.io/operatorCapabilities: Full Lifecycle kubeVersion: '>= 1.24.0-0' type: application -version: 0.7.0 -appVersion: v2.1.0 # x-release-please-version +version: 2.1.1 +appVersion: v2.1.0 dependencies: - name: keptn-cert-manager version: 0.2.5 diff --git a/docs/docs/getting-started/observability.md b/docs/docs/getting-started/observability.md index ec878586d3..dbab5f8acd 100644 --- a/docs/docs/getting-started/observability.md +++ b/docs/docs/getting-started/observability.md @@ -333,10 +333,10 @@ Create some Keptn Grafana dashboards that will be available when Grafana is inst ```shell kubectl create ns monitoring -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.0/examples/support/observability/config/prometheus/grafana-config.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.1/examples/support/observability/config/prometheus/grafana-config.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml ```