From 629a98ab7d15da7314d6d54f4277f4e1960c56ce Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:02:18 +0200 Subject: [PATCH] chore: release keptn 2.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- chart/Chart.yaml | 4 ++-- docs/docs/getting-started/observability.md | 8 ++++---- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 498f9333dd..dc38f44a6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.2.0", + ".": "2.2.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 054deeccc2..2d038b9c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.1](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.2.0...keptn-v2.2.1) (2024-09-05) + + +### Dependency Updates + +* update dependency cert-manager/cert-manager to v1.15.3 ([#3689](https://github.com/keptn/lifecycle-toolkit/issues/3689)) ([c97ff34](https://github.com/keptn/lifecycle-toolkit/commit/c97ff340d7df1c6bb14d9001d8f1654df4b837dd)) +* update docker/build-push-action action to v6.7.0 ([#3701](https://github.com/keptn/lifecycle-toolkit/issues/3701)) ([9a3b312](https://github.com/keptn/lifecycle-toolkit/commit/9a3b312e8dbbeb431643385754f1e265446e68d4)) +* update github/codeql-action action to v3.26.6 ([#3671](https://github.com/keptn/lifecycle-toolkit/issues/3671)) ([5175942](https://github.com/keptn/lifecycle-toolkit/commit/5175942c11ec20969487dbbed3a62e61e51606a6)) + ## [2.2.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.1.0...keptn-v2.2.0) (2024-08-27) diff --git a/Makefile b/Makefile index df765e3b60..2e0d1fa3e5 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.2.0 # x-release-please-version +CHART_APPVERSION ?= v2.2.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 eaf286257a..59c700e3d9 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.8.0 -appVersion: v2.2.0 # x-release-please-version +version: 2.2.1 +appVersion: v2.2.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 a66e8e5eac..a7505e4078 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.2.0/examples/support/observability/config/prometheus/grafana-config.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-config.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml ```