From 9e39878b6fc1ce083ad101f4b800af72d079dd55 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Thu, 7 Mar 2024 09:39:46 +0100 Subject: [PATCH] chore: release deno-runtime 2.0.3 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- runtimes/deno-runtime/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92c2f9a1ed2..5ff14269357 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "2.0.0-rc.1", "keptn-cert-manager": "2.1.0", "runtimes/python-runtime": "1.0.3", - "runtimes/deno-runtime": "2.0.2", + "runtimes/deno-runtime": "2.0.3", "lifecycle-operator": "0.9.1", "scheduler": "0.9.1", "metrics-operator": "0.9.2" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index 3277c340c10..a26921863da 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.2...deno-runtime-v2.0.3) (2024-03-07) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.41.1 ([#3165](https://github.com/keptn/lifecycle-toolkit/issues/3165)) ([036a1d4](https://github.com/keptn/lifecycle-toolkit/commit/036a1d45e1b851bd9b2a55648f95c47367638d30)) + ## [2.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.1...deno-runtime-v2.0.2) (2024-02-29)