File tree Expand file tree Collapse file tree 5 files changed +25
-8
lines changed
docs/docs/getting-started Expand file tree Collapse file tree 5 files changed +25
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.4.0 " ,
2+ "." : " 2.4.1 " ,
33 "keptn-cert-manager" : " 3.0.0" ,
44 "runtimes/python-runtime" : " 1.0.8" ,
55 "runtimes/deno-runtime" : " 3.0.1" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.4.1] ( https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.4.0...keptn-v2.4.1 ) (2024-11-25)
4+
5+
6+ ### Other
7+
8+ * backport Keptn helm chart version ([ #3859 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3859 ) ) ([ 1f16c91] ( https://github.com/keptn/lifecycle-toolkit/commit/1f16c9176362c8984d08569024d676a19ecd24e8 ) )
9+
10+
11+ ### Docs
12+
13+ * fix broken link ([ #3874 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3874 ) ) ([ 1a7e6fa] ( https://github.com/keptn/lifecycle-toolkit/commit/1a7e6fa2cb0590a222b976e58aa4a78bfa13ddd5 ) )
14+
15+
16+ ### Dependency Updates
17+
18+ * update github/codeql-action action to v3.27.1 ([ #3861 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3861 ) ) ([ ea484b8] ( https://github.com/keptn/lifecycle-toolkit/commit/ea484b87d6cbc56c938e64dad433214429536383 ) )
19+
320## [ 2.4.0] ( https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.3.0...keptn-v2.4.0 ) (2024-11-11)
421
522
Original file line number Diff line number Diff line change 22
33# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
44KUSTOMIZE_VERSION? =v5.5.0
5- CHART_APPVERSION ?= v2.4.0 # x-release-please-version
5+ CHART_APPVERSION ?= v2.4.1 # x-release-please-version
66
77# renovate: datasource=docker depName=cytopia/yamllint
88YAMLLINT_VERSION ?= alpine
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ annotations:
3434 artifacthub.io/operatorCapabilities : Full Lifecycle
3535kubeVersion : ' >= 1.27.0-0'
3636type : application
37- version : 0.10.0 # Helm Chart version
38- appVersion : v2.4.0 # x-release-please-version
37+ version : 2.4.1
38+ appVersion : v2.4.0
3939dependencies :
4040 - name : keptn-cert-manager
4141 version : 0.3.0
Original file line number Diff line number Diff line change @@ -334,10 +334,10 @@ Create some Keptn Grafana dashboards that will be available when Grafana is inst
334334<!-- -x-release-please-start-version-->
335335``` shell
336336kubectl create ns monitoring
337- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-config.yaml
338- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
339- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
340- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
337+ kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-config.yaml
338+ kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
339+ kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
340+ kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
341341```
342342<!-- -x-release-please-end-->
343343
You can’t perform that action at this time.
0 commit comments