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..16e714924fd 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.0.4](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.3...deno-runtime-v2.0.4) (2024-04-19) + + +### 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)) + ## [2.0.3](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.2...deno-runtime-v2.0.3) (2024-03-19)