From 5c87d5ab0cceb22abd6b0c72893949656c673841 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:52:17 +0200 Subject: [PATCH] chore: release klt 0.8.3 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 33 +++++++++++++++++++ Makefile | 2 +- .../content/en/docs/getting-started/_index.md | 8 ++--- helm/chart/Chart.yaml | 2 +- 5 files changed, 40 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d75a4fcd70..3e5bdd2cd14 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "0.8.2", + ".": "0.8.3", "klt-cert-manager": "1.1.0", "runtimes/python-runtime": "1.0.0", "runtimes/deno-runtime": "1.0.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index d445b980ade..3ba2bba2aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [0.8.3](https://github.com/keptn/lifecycle-toolkit/compare/klt-v0.8.2...klt-v0.8.3) (2023-09-13) + + +### Bug Fixes + +* add 404 page to the docs ([#2071](https://github.com/keptn/lifecycle-toolkit/issues/2071)) ([7e6b2e5](https://github.com/keptn/lifecycle-toolkit/commit/7e6b2e531d22740743ef929b8176a8bc86574753)) +* add uid fields to Grafana dashboard datasources ([#2085](https://github.com/keptn/lifecycle-toolkit/issues/2085)) ([4a4af79](https://github.com/keptn/lifecycle-toolkit/commit/4a4af79dde98f4b8b3899e044800ae5e33a0e0d0)) + + +### Other + +* fix grafana dashboard datasource config ([#2080](https://github.com/keptn/lifecycle-toolkit/issues/2080)) ([f375ad2](https://github.com/keptn/lifecycle-toolkit/commit/f375ad2269af41fe059af6c0247b8c63199f1a7a)) + + +### Docs + +* fix xref to cert-manager page ([#2052](https://github.com/keptn/lifecycle-toolkit/issues/2052)) ([83b34c8](https://github.com/keptn/lifecycle-toolkit/commit/83b34c80a426f89f8014498c6d9d69ee76c840c9)) +* improve getting started guide ([#2058](https://github.com/keptn/lifecycle-toolkit/issues/2058)) ([a6e4d65](https://github.com/keptn/lifecycle-toolkit/commit/a6e4d6542dd8989d7c46bc1ce24f15f449c0ca19)) +* **metrics-operator:** usage of SLI and SLO converters ([#2013](https://github.com/keptn/lifecycle-toolkit/issues/2013)) ([57bc225](https://github.com/keptn/lifecycle-toolkit/commit/57bc225f8f3990f7bc9aeab077f3bd6ea511db22)) +* move "Architecture" section to top level ([#2057](https://github.com/keptn/lifecycle-toolkit/issues/2057)) ([785de10](https://github.com/keptn/lifecycle-toolkit/commit/785de1023aef59bd1fc451ae7a83294da141932f)) +* move tasks-non-k8s-apps to implementing from tutorials ([#2089](https://github.com/keptn/lifecycle-toolkit/issues/2089)) ([469578e](https://github.com/keptn/lifecycle-toolkit/commit/469578edabb083c81da03ca4ded02320908ed421)) +* remove "Migration pages" that are no longer scheduled ([#2063](https://github.com/keptn/lifecycle-toolkit/issues/2063)) ([328dfc2](https://github.com/keptn/lifecycle-toolkit/commit/328dfc2aedb1de5eefaf507383b753ce8a1ec612)) + + +### Dependency Updates + +* update actions/checkout action to v4 ([#2026](https://github.com/keptn/lifecycle-toolkit/issues/2026)) ([bd15001](https://github.com/keptn/lifecycle-toolkit/commit/bd15001bd1c7615395f39c65fe5eb07da1cf343b)) +* update dependency argoproj/argo-cd to v2.8.3 ([#2068](https://github.com/keptn/lifecycle-toolkit/issues/2068)) ([ff5f946](https://github.com/keptn/lifecycle-toolkit/commit/ff5f946aff3f0dc3d451e73f3d0c85da6bbb50ed)) +* update dependency jaegertracing/jaeger to v1.49.0 ([#2069](https://github.com/keptn/lifecycle-toolkit/issues/2069)) ([87752af](https://github.com/keptn/lifecycle-toolkit/commit/87752afe3d1c8e59154e53f574b90a88d220b490)) +* update dependency jaegertracing/jaeger-operator to v1.49.0 ([#2070](https://github.com/keptn/lifecycle-toolkit/issues/2070)) ([9a98e97](https://github.com/keptn/lifecycle-toolkit/commit/9a98e9796cab06b6be774f0ab232810ddabe4b8b)) +* update keptn/docs-tooling action to v0.1.5 ([#2054](https://github.com/keptn/lifecycle-toolkit/issues/2054)) ([2613917](https://github.com/keptn/lifecycle-toolkit/commit/26139170f87b1bf446ec48ee356b3885842dcf10)) +* update module github.com/keptn/docs-tooling to v0.1.5 ([#2055](https://github.com/keptn/lifecycle-toolkit/issues/2055)) ([2e11b25](https://github.com/keptn/lifecycle-toolkit/commit/2e11b2592214fb2c3299370960c79e134b519470)) + ## [0.8.2](https://github.com/keptn/lifecycle-toolkit/compare/klt-v0.8.1...klt-v0.8.2) (2023-09-06) diff --git a/Makefile b/Makefile index b787f1ea289..f4dd53e0874 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # renovate: datasource=github-tags depName=kubernetes-sigs/kustomize KUSTOMIZE_VERSION?=v5.1.1 -CHART_APPVERSION ?= v0.8.2 # x-release-please-version +CHART_APPVERSION ?= v0.8.3 # x-release-please-version # renovate: datasource=docker depName=cytopia/yamllint YAMLLINT_VERSION ?= alpine diff --git a/docs/content/en/docs/getting-started/_index.md b/docs/content/en/docs/getting-started/_index.md index ac4ade43741..975560f5cd5 100644 --- a/docs/content/en/docs/getting-started/_index.md +++ b/docs/content/en/docs/getting-started/_index.md @@ -327,10 +327,10 @@ Create some Keptn Grafana dashboards that will be available when Grafana is inst ```shell kubectl create ns monitoring -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-config.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml -kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.2/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.3/examples/support/observability/config/prometheus/grafana-config.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.3/examples/support/observability/config/prometheus/grafana-dashboard-keptn-applications.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.3/examples/support/observability/config/prometheus/grafana-dashboard-keptn-overview.yaml +kubectl apply -f https://raw.githubusercontent.com/keptn/lifecycle-toolkit/klt-v0.8.3/examples/support/observability/config/prometheus/grafana-dashboard-keptn-workloads.yaml ``` diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index b819e9081f3..e50e1be49da 100644 --- a/helm/chart/Chart.yaml +++ b/helm/chart/Chart.yaml @@ -47,4 +47,4 @@ version: 0.2.6 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.8.2" # x-release-please-version +appVersion: "v0.8.3" # x-release-please-version