Skip to content

Commit 9498699

Browse files
committed
chore: release keptn 2.5.1
Signed-off-by: keptn-bot <[email protected]>
1 parent 759ccff commit 9498699

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
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.5.0",
2+
".": "2.5.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.5.1](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.5.0...keptn-v2.5.1) (2025-03-19)
4+
5+
6+
### Other
7+
8+
* bump keptn main chart version ([#3901](https://github.com/keptn/lifecycle-toolkit/issues/3901)) ([759ccff](https://github.com/keptn/lifecycle-toolkit/commit/759ccfff2de422e1d480d6b595f0d32c40fbbbbb))
9+
310
## [2.5.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.4.0...keptn-v2.5.0) (2025-03-19)
411

512

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.5.0 # x-release-please-version
5+
CHART_APPVERSION ?= v2.5.1 # x-release-please-version
66

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

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ annotations:
3434
artifacthub.io/operatorCapabilities: Full Lifecycle
3535
kubeVersion: '>= 1.27.0-0'
3636
type: application
37-
version: 0.11.0 # Helm Chart version
38-
appVersion: v2.5.0 # x-release-please-version
37+
version: 2.5.1
38+
appVersion: v2.5.0
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.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
337+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.1/examples/support/observability/config/prometheus/grafana-config.yaml
338+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
339+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
340+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.5.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
341341
```
342342
<!---x-release-please-end-->
343343

0 commit comments

Comments
 (0)