From afeffd674d957ebe539c256a7f8261a77b8cc18f Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:47:37 +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 | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92c2f9a1ed..5ff1426935 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 3277c340c1..c39d807ec9 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.3](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.2...deno-runtime-v2.0.3) (2024-03-19) + + +### 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)) +* update denoland/deno docker tag to alpine-1.41.2 ([#3262](https://github.com/keptn/lifecycle-toolkit/issues/3262)) ([53a32b2](https://github.com/keptn/lifecycle-toolkit/commit/53a32b2d65cacec787ffe653b81df68d87fd70d4)) +* update denoland/deno docker tag to alpine-1.41.3 ([#3279](https://github.com/keptn/lifecycle-toolkit/issues/3279)) ([8a1eebf](https://github.com/keptn/lifecycle-toolkit/commit/8a1eebf2242118f3e582605494b0fd917641dda6)) + ## [2.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.1...deno-runtime-v2.0.2) (2024-02-29)