Skip to content

Commit 8480592

Browse files
keptn-botmowies
andauthored
chore: release keptn 2.5.0 (#3864)
Signed-off-by: keptn-bot <[email protected]> Signed-off-by: Moritz Wiesinger <[email protected]> Co-authored-by: Moritz Wiesinger <[email protected]>
1 parent d8ad7bb commit 8480592

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "2.4.0",
2+
".": "2.5.0",
33
"keptn-cert-manager": "3.0.0",
44
"runtimes/python-runtime": "1.0.8",
55
"runtimes/deno-runtime": "3.0.1",

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.4.0...keptn-v2.5.0) (2025-03-19)
4+
5+
6+
### Features
7+
8+
* adding Elastic as a metrics provider ([#3890](https://github.com/keptn/lifecycle-toolkit/issues/3890)) ([1802600](https://github.com/keptn/lifecycle-toolkit/commit/1802600c7aa73d3a67025a6b3b17df920460f669))
9+
10+
11+
### Other
12+
13+
* backport Keptn helm chart version ([#3859](https://github.com/keptn/lifecycle-toolkit/issues/3859)) ([1f16c91](https://github.com/keptn/lifecycle-toolkit/commit/1f16c9176362c8984d08569024d676a19ecd24e8))
14+
* bump metrics-operator Helm chart ([#3899](https://github.com/keptn/lifecycle-toolkit/issues/3899)) ([d8ad7bb](https://github.com/keptn/lifecycle-toolkit/commit/d8ad7bb083fdc69c81b5478aeff7e518724d62de))
15+
* release metrics-operator 2.1.0 ([#3858](https://github.com/keptn/lifecycle-toolkit/issues/3858)) ([73bbba2](https://github.com/keptn/lifecycle-toolkit/commit/73bbba208ca6184a0406fd2e251472f22e2d4463))
16+
17+
18+
### Docs
19+
20+
* add css change to remove back button when screen size is reduced ([#3873](https://github.com/keptn/lifecycle-toolkit/issues/3873)) ([9a6dbc9](https://github.com/keptn/lifecycle-toolkit/commit/9a6dbc9fd7550f547452705cdf36fae18ee21d97))
21+
* fix broken link ([#3874](https://github.com/keptn/lifecycle-toolkit/issues/3874)) ([1a7e6fa](https://github.com/keptn/lifecycle-toolkit/commit/1a7e6fa2cb0590a222b976e58aa4a78bfa13ddd5))
22+
* new landing page design ([#3870](https://github.com/keptn/lifecycle-toolkit/issues/3870)) ([4659fed](https://github.com/keptn/lifecycle-toolkit/commit/4659fed50f7dab6992a343051fabbef16b17dc9f))
23+
24+
25+
### Dependency Updates
26+
27+
* update github actions ([#3877](https://github.com/keptn/lifecycle-toolkit/issues/3877)) ([7eb3337](https://github.com/keptn/lifecycle-toolkit/commit/7eb333753901584ac283a40da503394e1d8edfd5))
28+
* 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))
29+
330
## [2.4.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.3.0...keptn-v2.4.0) (2024-11-11)
431

532

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
44
KUSTOMIZE_VERSION?=v5.5.0
5-
CHART_APPVERSION ?= v2.4.0 # x-release-please-version
5+
CHART_APPVERSION ?= v2.5.0 # x-release-please-version
66

77
# renovate: datasource=docker depName=cytopia/yamllint
88
YAMLLINT_VERSION ?= alpine

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ annotations:
3535
kubeVersion: '>= 1.27.0-0'
3636
type: application
3737
version: 0.10.0 # Helm Chart version
38-
appVersion: v2.4.0 # x-release-please-version
38+
appVersion: v2.5.0 # x-release-please-version
3939
dependencies:
4040
- name: keptn-cert-manager
4141
version: 0.3.0

docs/docs/getting-started/observability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
336336
kubectl 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.5.0/examples/support/observability/config/prometheus/grafana-config.yaml
338+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
339+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
340+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
341341
```
342342
<!---x-release-please-end-->
343343

0 commit comments

Comments
 (0)