diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d75a4fcd70..d100dde5ac3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "0.8.2", "klt-cert-manager": "1.1.0", "runtimes/python-runtime": "1.0.0", - "runtimes/deno-runtime": "1.0.1", + "runtimes/deno-runtime": "1.0.2", "lifecycle-operator": "0.8.2", "scheduler": "0.8.2", "metrics-operator": "0.8.2" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index a3f28406169..22fdae0192e 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.1...deno-runtime-v1.0.2) (2023-09-11) + + +### Docs + +* implement KLT -> Keptn name change ([#2001](https://github.com/keptn/lifecycle-toolkit/issues/2001)) ([440c308](https://github.com/keptn/lifecycle-toolkit/commit/440c3082e5400f89d791724651984ba2bc0a4724)) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.36.4 ([#2012](https://github.com/keptn/lifecycle-toolkit/issues/2012)) ([f2f3162](https://github.com/keptn/lifecycle-toolkit/commit/f2f316271d86209da124ea3554fa2e821d79e953)) +* update dependency autoprefixer to v10.4.15 ([#1909](https://github.com/keptn/lifecycle-toolkit/issues/1909)) ([8dbec2d](https://github.com/keptn/lifecycle-toolkit/commit/8dbec2d6116fb20bac86162aaea2b75c24eb96be)) + ## [1.0.1](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.0...deno-runtime-v1.0.1) (2023-08-30)