diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bae0820811..cec172fe75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "0.10.0", "keptn-cert-manager": "2.0.0", "runtimes/python-runtime": "1.0.3", - "runtimes/deno-runtime": "2.0.1", + "runtimes/deno-runtime": "2.0.2", "lifecycle-operator": "0.9.0", "scheduler": "0.9.0", "metrics-operator": "0.9.1" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index e78ba6d650..3277c340c1 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.1...deno-runtime-v2.0.2) (2024-02-29) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.40.3 ([#2943](https://github.com/keptn/lifecycle-toolkit/issues/2943)) ([fde53ce](https://github.com/keptn/lifecycle-toolkit/commit/fde53ce523438fc6b040d9df7951aa1ec04a82f4)) +* update denoland/deno docker tag to alpine-1.40.4 ([#3031](https://github.com/keptn/lifecycle-toolkit/issues/3031)) ([839c61e](https://github.com/keptn/lifecycle-toolkit/commit/839c61ec6a34b9b2a44f65cc2f0231c38f1d6f30)) +* update denoland/deno docker tag to alpine-1.40.5 ([#3060](https://github.com/keptn/lifecycle-toolkit/issues/3060)) ([4b25727](https://github.com/keptn/lifecycle-toolkit/commit/4b25727e1a75e99f3b3b709aeeb3c49e5845c0b3)) +* update denoland/deno docker tag to alpine-1.41.0 ([#3126](https://github.com/keptn/lifecycle-toolkit/issues/3126)) ([a60e4c6](https://github.com/keptn/lifecycle-toolkit/commit/a60e4c6da63f36ac06cbdaf4994bbae8c062ac18)) + ## [2.0.1](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.0...deno-runtime-v2.0.1) (2024-02-06)