From d35486106bee7c044ba3703f5ff9abd22ef5ee3e Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:26:32 +0100 Subject: [PATCH] chore: release deno-runtime 1.0.2 (#2008) Co-authored-by: Moritz Wiesinger --- .release-please-manifest.json | 2 +- runtimes/deno-runtime/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7fc22cc48b..036b51cacb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "0.8.2", "klt-cert-manager": "1.1.0", "runtimes/python-runtime": "1.0.1", - "runtimes/deno-runtime": "1.0.1", + "runtimes/deno-runtime": "1.0.2", "lifecycle-operator": "0.8.2", "scheduler": "0.8.2", "metrics-operator": "0.8.2" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index a3f2840616..09b3f90b38 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.1...deno-runtime-v1.0.2) (2023-10-30) + + +### Docs + +* implement KLT -> Keptn name change ([#2001](https://github.com/keptn/lifecycle-toolkit/issues/2001)) ([440c308](https://github.com/keptn/lifecycle-toolkit/commit/440c3082e5400f89d791724651984ba2bc0a4724)) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.36.4 ([#2012](https://github.com/keptn/lifecycle-toolkit/issues/2012)) ([f2f3162](https://github.com/keptn/lifecycle-toolkit/commit/f2f316271d86209da124ea3554fa2e821d79e953)) +* update denoland/deno docker tag to alpine-1.37.0 ([#2157](https://github.com/keptn/lifecycle-toolkit/issues/2157)) ([0f863d0](https://github.com/keptn/lifecycle-toolkit/commit/0f863d03c46a16ee7e105335ae610f3c4776d4f8)) +* update denoland/deno docker tag to alpine-1.37.1 ([#2218](https://github.com/keptn/lifecycle-toolkit/issues/2218)) ([21652a8](https://github.com/keptn/lifecycle-toolkit/commit/21652a8bf5a10eae55d4c1fd81e270ee581eb4a1)) +* update denoland/deno docker tag to alpine-1.37.2 ([#2280](https://github.com/keptn/lifecycle-toolkit/issues/2280)) ([b6f5c18](https://github.com/keptn/lifecycle-toolkit/commit/b6f5c184bf5dccc26003e63ba11edce80f10eb66)) +* update dependency autoprefixer to v10.4.15 ([#1909](https://github.com/keptn/lifecycle-toolkit/issues/1909)) ([8dbec2d](https://github.com/keptn/lifecycle-toolkit/commit/8dbec2d6116fb20bac86162aaea2b75c24eb96be)) + ## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.0...deno-runtime-v1.0.1) (2023-08-30)