File tree Expand file tree Collapse file tree 5 files changed +33
-7
lines changed
docs/docs/getting-started Expand file tree Collapse file tree 5 files changed +33
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.1 .0" ,
2+ "." : " 2.2 .0" ,
33 "keptn-cert-manager" : " 2.2.1" ,
44 "runtimes/python-runtime" : " 1.0.6" ,
55 "runtimes/deno-runtime" : " 2.0.5" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.2.0] ( https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.1.0...keptn-v2.2.0 ) (2024-08-27)
4+
5+
6+ ### Features
7+
8+ * ** metrics-operator:** introduce insecureSkipTlsVerify parameter ([ #3711 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3711 ) ) ([ c51c5e4] ( https://github.com/keptn/lifecycle-toolkit/commit/c51c5e406cefef87dc1f22daf1555fe8ecb70158 ) )
9+
10+
11+ ### Other
12+
13+ * bump helm chart version ([ #3665 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3665 ) ) ([ ff62ede] ( https://github.com/keptn/lifecycle-toolkit/commit/ff62ede9f55f9545f98ceb1e7d8122478fa7033e ) )
14+ * release lifecycle-operator 1.1.1 ([ #3664 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3664 ) ) ([ e688c73] ( https://github.com/keptn/lifecycle-toolkit/commit/e688c73853f3136a2e2646be85a31a2a67caa0dc ) )
15+ * release metrics-operator 1.1.0 ([ #3661 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3661 ) ) ([ 24191f8] ( https://github.com/keptn/lifecycle-toolkit/commit/24191f8024c75582f0936226fe6ad5671d0dc7d7 ) )
16+ * update helm chart versions ([ #3713 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3713 ) ) ([ e052c92] ( https://github.com/keptn/lifecycle-toolkit/commit/e052c927cdb83215dfc2724e259f8fd72988a0a2 ) )
17+
18+
19+ ### Dependency Updates
20+
21+ * update actions/upload-artifact action to v4.3.6 ([ #3670 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3670 ) ) ([ 0d5c60f] ( https://github.com/keptn/lifecycle-toolkit/commit/0d5c60f48fac850dedbab72ebf6be17636bb76c5 ) )
22+ * update anchore/sbom-action action to v0.17.2 ([ #3687 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3687 ) ) ([ 2484e49] ( https://github.com/keptn/lifecycle-toolkit/commit/2484e495594de62d970a263d2b86ff9738c9e3e4 ) )
23+ * update checkmarx/kics-github-action action to v2.1.2 ([ #3688 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3688 ) ) ([ 8178ac5] ( https://github.com/keptn/lifecycle-toolkit/commit/8178ac5c8146b0b01f95854d44146e4903101026 ) )
24+ * update dependency mkdocs-git-revision-date-localized-plugin to v1.2.7 ([ #3690 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3690 ) ) ([ c2fc3b6] ( https://github.com/keptn/lifecycle-toolkit/commit/c2fc3b69ff402d383eac9365999222e0f4e118d6 ) )
25+ * update dependency mkdocs-include-markdown-plugin to v6.2.2 ([ #3691 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3691 ) ) ([ 759443a] ( https://github.com/keptn/lifecycle-toolkit/commit/759443a181dae03ca8066b4dcf5574e1b23f114d ) )
26+ * update sigstore/cosign-installer action to v3.6.0 ([ #3706 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3706 ) ) ([ 29e1614] ( https://github.com/keptn/lifecycle-toolkit/commit/29e16143218d9bec85af039595a90ebfbc402ee2 ) )
27+ * update squidfunk/mkdocs-material to v9.5.33 (patch) ([ #3697 ] ( https://github.com/keptn/lifecycle-toolkit/issues/3697 ) ) ([ 605ebe1] ( https://github.com/keptn/lifecycle-toolkit/commit/605ebe16323e75744a5119da1b2099ca892d2bb7 ) )
28+
329## [ 2.1.0] ( https://github.com/keptn/lifecycle-toolkit/compare/keptn-v2.0.0...keptn-v2.1.0 ) (2024-08-06)
430
531
Original file line number Diff line number Diff line change 22
33# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
44KUSTOMIZE_VERSION? =v5.4.3
5- CHART_APPVERSION ?= v2.1 .0 # x-release-please-version
5+ CHART_APPVERSION ?= v2.2 .0 # 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 @@ -35,7 +35,7 @@ annotations:
3535kubeVersion : ' >= 1.24.0-0'
3636type : application
3737version : 0.7.0
38- appVersion : v2.1 .0 # x-release-please-version
38+ appVersion : v2.2 .0 # x-release-please-version
3939dependencies :
4040 - name : keptn-cert-manager
4141 version : 0.2.5
Original file line number Diff line number Diff 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
335335kubectl create ns monitoring
336- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1 .0/examples/support/observability/config/prometheus/grafana-config.yaml
337- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1 .0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml
338- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1 .0/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml
339- kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/keptn-v2.1 .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 .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
340340```
341341<!-- -x-release-please-end-->
342342
You can’t perform that action at this time.
0 commit comments