Skip to content

Commit 629a98a

Browse files
committed
chore: release keptn 2.2.1
1 parent a4d7328 commit 629a98a

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-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.2.0",
2+
".": "2.2.1",
33
"keptn-cert-manager": "2.2.1",
44
"runtimes/python-runtime": "1.0.6",
55
"runtimes/deno-runtime": "2.0.5",

CHANGELOG.md

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

3+
## [2.2.1](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.2.0...keptn-v2.2.1) (2024-09-05)
4+
5+
6+
### Dependency Updates
7+
8+
* update dependency cert-manager/cert-manager to v1.15.3 ([#3689](https://github.com/keptn/lifecycle-toolkit/issues/3689)) ([c97ff34](https://github.com/keptn/lifecycle-toolkit/commit/c97ff340d7df1c6bb14d9001d8f1654df4b837dd))
9+
* update docker/build-push-action action to v6.7.0 ([#3701](https://github.com/keptn/lifecycle-toolkit/issues/3701)) ([9a3b312](https://github.com/keptn/lifecycle-toolkit/commit/9a3b312e8dbbeb431643385754f1e265446e68d4))
10+
* update github/codeql-action action to v3.26.6 ([#3671](https://github.com/keptn/lifecycle-toolkit/issues/3671)) ([5175942](https://github.com/keptn/lifecycle-toolkit/commit/5175942c11ec20969487dbbed3a62e61e51606a6))
11+
312
## [2.2.0](https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.1.0...keptn-v2.2.0) (2024-08-27)
413

514

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.4.3
5-
CHART_APPVERSION ?= v2.2.0 # x-release-please-version
5+
CHART_APPVERSION ?= v2.2.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.24.0-0'
3636
type: application
37-
version: 0.8.0
38-
appVersion: v2.2.0 # x-release-please-version
37+
version: 2.2.1
38+
appVersion: v2.2.0
3939
dependencies:
4040
- name: keptn-cert-manager
4141
version: 0.2.5

docs/docs/getting-started/observability.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,10 @@ Create some Keptn Grafana dashboards that will be available when Grafana is inst
333333
<!---x-release-please-start-version-->
334334
```shell
335335
kubectl create ns monitoring
336-
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-config.yaml
337-
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
338-
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
339-
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
336+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-config.yaml
337+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
338+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
339+
kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.2.1/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml
340340
```
341341
<!---x-release-please-end-->
342342

0 commit comments

Comments
 (0)