From de128e68d9494d44da95f33eb1f8b871137d1063 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:18:57 +0200 Subject: [PATCH] chore: release deno-runtime 2.0.5 --- .release-please-manifest.json | 2 +- runtimes/deno-runtime/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2514c0a34c..109e619ab0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "2.0.0", "keptn-cert-manager": "2.2.0", "runtimes/python-runtime": "1.0.5", - "runtimes/deno-runtime": "2.0.4", + "runtimes/deno-runtime": "2.0.5", "lifecycle-operator": "1.0.0", "scheduler": "1.0.0", "metrics-operator": "1.0.1" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index cc441a518e..48aec44f09 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.5](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.4...deno-runtime-v2.0.5) (2024-06-13) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.43.2 ([#3503](https://github.com/keptn/lifecycle-toolkit/issues/3503)) ([5fa0ed0](https://github.com/keptn/lifecycle-toolkit/commit/5fa0ed00d74d0b12844180de604c4e84b90bc1e4)) +* update denoland/deno docker tag to alpine-1.43.3 ([#3516](https://github.com/keptn/lifecycle-toolkit/issues/3516)) ([ba04cd0](https://github.com/keptn/lifecycle-toolkit/commit/ba04cd0324704b23ead0d2cb26566d3c9b1f887c)) +* update denoland/deno docker tag to alpine-1.43.5 ([#3528](https://github.com/keptn/lifecycle-toolkit/issues/3528)) ([3f037e5](https://github.com/keptn/lifecycle-toolkit/commit/3f037e5db9cb651cf0066af546ea4e0dbe5edb6f)) +* update denoland/deno docker tag to alpine-1.43.6 ([#3531](https://github.com/keptn/lifecycle-toolkit/issues/3531)) ([76f5688](https://github.com/keptn/lifecycle-toolkit/commit/76f5688ba070c5f612211607dcba0ed2b6bcdf49)) + ## [2.0.4](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.3...deno-runtime-v2.0.4) (2024-04-24)