From a4a99dcd98addb9ecb05025195b9438a975165a0 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 11 Nov 2024 11:41:47 +0100 Subject: [PATCH] chore: release deno-runtime 3.0.1 (#3833) Signed-off-by: odubajDT <93584209+odubajDT@users.noreply.github.com> Co-authored-by: odubajDT <93584209+odubajDT@users.noreply.github.com> --- .release-please-manifest.json | 2 +- runtimes/deno-runtime/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0427c17636..b1306bab48 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "2.3.0", "keptn-cert-manager": "2.2.2", "runtimes/python-runtime": "1.0.8", - "runtimes/deno-runtime": "3.0.0", + "runtimes/deno-runtime": "3.0.1", "lifecycle-operator": "1.2.0", "metrics-operator": "1.1.1" } diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index 43af4ff9c3..5df3734973 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.0.1](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v3.0.0...deno-runtime-v3.0.1) (2024-11-11) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-2.0.4 ([#3828](https://github.com/keptn/lifecycle-toolkit/issues/3828)) ([8345ec5](https://github.com/keptn/lifecycle-toolkit/commit/8345ec58d6174d82f03d1a7f46093eb9317a899c)) +* update denoland/deno docker tag to alpine-2.0.5 ([#3842](https://github.com/keptn/lifecycle-toolkit/issues/3842)) ([687f40a](https://github.com/keptn/lifecycle-toolkit/commit/687f40ad317613148ab245101cb0d6b5bb871d56)) + ## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.5...deno-runtime-v3.0.0) (2024-10-30)