From c280a41bea63b89c175c4684ce6243ad80f90522 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:02:41 +0200 Subject: [PATCH] chore: release deno-runtime 2.0.4 --- .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 48c381d92ad..5b418f127df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "2.0.0-rc.2", "keptn-cert-manager": "2.1.1", "runtimes/python-runtime": "1.0.4", - "runtimes/deno-runtime": "2.0.3", + "runtimes/deno-runtime": "2.0.4", "lifecycle-operator": "0.9.2", "scheduler": "0.9.2", "metrics-operator": "0.9.3" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index c39d807ec97..c0c0d377704 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.4](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.3...deno-runtime-v2.0.4) (2024-04-22) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.42.0 ([#3367](https://github.com/keptn/lifecycle-toolkit/issues/3367)) ([19163f7](https://github.com/keptn/lifecycle-toolkit/commit/19163f7f1315c24e6dffd01c59a4bf6da25f5318)) +* update denoland/deno docker tag to alpine-1.42.1 ([#3379](https://github.com/keptn/lifecycle-toolkit/issues/3379)) ([01c3bdb](https://github.com/keptn/lifecycle-toolkit/commit/01c3bdb4e8e50bc5475ccb945d6ce866060defbb)) +* update denoland/deno docker tag to alpine-1.42.3 ([#3412](https://github.com/keptn/lifecycle-toolkit/issues/3412)) ([0918913](https://github.com/keptn/lifecycle-toolkit/commit/09189130ff002cadbf4652bc8f094defa31eb58d)) +* update denoland/deno docker tag to alpine-1.42.4 ([#3444](https://github.com/keptn/lifecycle-toolkit/issues/3444)) ([6ab3737](https://github.com/keptn/lifecycle-toolkit/commit/6ab3737e5a00dc0c4893dba18436cee24e7db115)) + ## [2.0.3](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.2...deno-runtime-v2.0.3) (2024-03-19)