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..63a636e8dcc 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-11) + + +### 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)