From bc31f253684d070298507e849fdb4ca23be4425b Mon Sep 17 00:00:00 2001 From: odubajDT Date: Mon, 11 Nov 2024 16:19:05 +0100 Subject: [PATCH] version 2.4.0 Signed-off-by: odubajDT --- .release-please-manifest.json | 2 +- CHANGELOG.md | 2 +- Makefile | 2 +- chart/Chart.yaml | 4 ++-- docs/docs/getting-started/observability.md | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4b651b2161..89a020b547 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "3.0.0", + ".": "2.4.0", "keptn-cert-manager": "3.0.0", "runtimes/python-runtime": "1.0.8", "runtimes/deno-runtime": "3.0.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c7484e6b..551ae5f246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.3.0...keptn-v3.0.0) (2024-11-11) +## [2.4.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.3.0...keptn-v2.4.0) (2024-11-11) ### ⚠ BREAKING CHANGES diff --git a/Makefile b/Makefile index 17bb1a6e7e..8968a1d7c8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.5.0 -CHART_APPVERSION ?= v3.0.0 # x-release-please-version +CHART_APPVERSION ?= v2.4.0 # x-release-please-version # renovate: datasource=docker depName=cytopia/yamllint YAMLLINT_VERSION ?= alpine diff --git a/chart/Chart.yaml b/chart/Chart.yaml index a71dafd2eb..952af273f4 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -34,8 +34,8 @@ annotations: artifacthub.io/operatorCapabilities: Full Lifecycle kubeVersion: '>= 1.27.0-0' type: application -version: 3.0.0 -appVersion: v2.3.0 +version: 0.8.0 # Helm Chart version +appVersion: v2.4.0 # x-release-please-version dependencies: - name: keptn-cert-manager version: 0.3.0 diff --git a/docs/docs/getting-started/observability.md b/docs/docs/getting-started/observability.md index 54a27c78f1..6d47b50f39 100644 --- a/docs/docs/getting-started/observability.md +++ b/docs/docs/getting-started/observability.md @@ -334,10 +334,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-v3.0.0/examples/support/observability/config/prometheus/grafana-config.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v3.0.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v3.0.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v3.0.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0/examples/support/observability/config/prometheus/grafana-config.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml ```