From 1d99c35910150bf34791d665d51d4bc3e308ebe3 Mon Sep 17 00:00:00 2001 From: keptn-bot <86361500+keptn-bot@users.noreply.github.com> Date: Mon, 27 Nov 2023 13:06:36 +0100 Subject: [PATCH] chore: release deno-runtime 2.0.0 Signed-off-by: keptn-bot <86361500+keptn-bot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- runtimes/deno-runtime/CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2111488813f..85899c09196 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".": "0.9.0", "keptn-cert-manager": "1.2.0", "runtimes/python-runtime": "1.0.1", - "runtimes/deno-runtime": "1.0.2", + "runtimes/deno-runtime": "2.0.0", "lifecycle-operator": "0.8.3", "scheduler": "0.8.3", "metrics-operator": "0.8.3" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index 09b3f90b385..2e273bb474e 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.2...deno-runtime-v2.0.0) (2023-11-27) + + +### ⚠ BREAKING CHANGES + +* **lifecycle-operator:** The environment variable giving deno and python runtime access to context information has been renamed from `CONTEXT` to `KEPTN_CONTEXT` + +### Features + +* **lifecycle-operator:** rename CONTEXT to KEPTN_CONTEXT in task runtimes ([#2521](https://github.com/keptn/lifecycle-toolkit/issues/2521)) ([a7322bd](https://github.com/keptn/lifecycle-toolkit/commit/a7322bd9266fa1589d77b06675d70d1a9e6c29ac)) + + +### Other + +* add config for spell checker action, fix typos ([#2443](https://github.com/keptn/lifecycle-toolkit/issues/2443)) ([eac178f](https://github.com/keptn/lifecycle-toolkit/commit/eac178f650962208449553086d54d26d27fa4da3)) +* rename Keptn default namespace to 'keptn-system' ([#2565](https://github.com/keptn/lifecycle-toolkit/issues/2565)) ([aec1148](https://github.com/keptn/lifecycle-toolkit/commit/aec11489451ab1b0bcd69a6b90b0d45f69c5df7c)) + + +### Docs + +* remove Scarf transparent pixels ([#2590](https://github.com/keptn/lifecycle-toolkit/issues/2590)) ([95851fa](https://github.com/keptn/lifecycle-toolkit/commit/95851fa52cb3a6565a4b52ae0e8b00dcc9861a3b)) + + +### Dependency Updates + +* update denoland/deno docker tag to alpine-1.38.0 ([#2413](https://github.com/keptn/lifecycle-toolkit/issues/2413)) ([14f3cc3](https://github.com/keptn/lifecycle-toolkit/commit/14f3cc3b191403b759909f7433596aa3713a095e)) +* update denoland/deno docker tag to alpine-1.38.1 ([#2474](https://github.com/keptn/lifecycle-toolkit/issues/2474)) ([04248eb](https://github.com/keptn/lifecycle-toolkit/commit/04248eb7a7d7307334733834d680670e6f006b53)) +* update denoland/deno docker tag to alpine-1.38.2 ([#2528](https://github.com/keptn/lifecycle-toolkit/issues/2528)) ([964fd25](https://github.com/keptn/lifecycle-toolkit/commit/964fd259c5e56652d87af32b83cceec7cae77cac)) +* update denoland/deno docker tag to alpine-1.38.3 ([#2567](https://github.com/keptn/lifecycle-toolkit/issues/2567)) ([f1b969e](https://github.com/keptn/lifecycle-toolkit/commit/f1b969e66b64c03dfe70ae4960daa78246e26a61)) + ## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.1...deno-runtime-v1.0.2) (2023-10-30)