diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89a020b547..54a26f8bf3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "2.4.0", "keptn-cert-manager": "3.0.0", "runtimes/python-runtime": "1.0.8", - "runtimes/deno-runtime": "3.0.1", + "runtimes/deno-runtime": "3.0.2", "lifecycle-operator": "2.0.0", "metrics-operator": "2.0.0" } diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index 5df3734973..ad77ed0dfe 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v3.0.1...deno-runtime-v3.0.2) (2024-12-10) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-2.0.6 ([#3868](https://github.com/keptn/lifecycle-toolkit/issues/3868)) ([9d026b8](https://github.com/keptn/lifecycle-toolkit/commit/9d026b8abaf4ff0586f72b7e006fc97c43dc30b0)) + ## [3.0.1](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v3.0.0...deno-runtime-v3.0.1) (2024-11-11)