diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 498f9333dd..aa9861b98c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "2.2.0", "keptn-cert-manager": "2.2.1", "runtimes/python-runtime": "1.0.6", - "runtimes/deno-runtime": "2.0.5", + "runtimes/deno-runtime": "2.0.6", "lifecycle-operator": "1.1.1", "scheduler": "1.0.1", "metrics-operator": "1.1.0" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index c2c8685365..94d12ee9c8 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.6](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.5...deno-runtime-v2.0.6) (2024-10-28) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.46.1 ([#3698](https://github.com/keptn/lifecycle-toolkit/issues/3698)) ([4cdc75d](https://github.com/keptn/lifecycle-toolkit/commit/4cdc75d540ff5546db312d31e57bf5705fb46a41)) +* update denoland/deno docker tag to alpine-1.46.3 ([#3730](https://github.com/keptn/lifecycle-toolkit/issues/3730)) ([31f1d99](https://github.com/keptn/lifecycle-toolkit/commit/31f1d993c8f45665f6cdb93ae1048120b93dbd03)) + ## [2.0.5](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.4...deno-runtime-v2.0.5) (2024-08-06)