diff --git a/.release-please-manifest.json b/.release-please-manifest.json index abb45fe73f..e96dd5899b 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.2", - "runtimes/deno-runtime": "1.0.2", + "runtimes/deno-runtime": "2.0.0", "lifecycle-operator": "0.8.3", "scheduler": "0.8.3", "metrics-operator": "0.9.0" diff --git a/runtimes/deno-runtime/CHANGELOG.md b/runtimes/deno-runtime/CHANGELOG.md index 09b3f90b38..ecf712eaae 100644 --- a/runtimes/deno-runtime/CHANGELOG.md +++ b/runtimes/deno-runtime/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## [2.0.0](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.2...deno-runtime-v2.0.0) (2024-02-06) + + +### ⚠ 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)) +* **deno-runtime:** add read/write permissions to deno runtime image ([#2618](https://github.com/keptn/lifecycle-toolkit/issues/2618)) ([8425f50](https://github.com/keptn/lifecycle-toolkit/commit/8425f50bf745282e78ed0bba7300810d82bd84c9)) +* 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 + +* mention `KEPTN_CONTEXT` env var in runtime readmes files ([#2588](https://github.com/keptn/lifecycle-toolkit/issues/2588)) ([dfefc90](https://github.com/keptn/lifecycle-toolkit/commit/dfefc90e9e5075ef130e3962b1ded983b2b213f4)) +* remove Scarf transparent pixels ([#2590](https://github.com/keptn/lifecycle-toolkit/issues/2590)) ([95851fa](https://github.com/keptn/lifecycle-toolkit/commit/95851fa52cb3a6565a4b52ae0e8b00dcc9861a3b)) + + +### Dependency Updates + +* **deno-runtime:** update libcrypto3 and libssl3 ([#2953](https://github.com/keptn/lifecycle-toolkit/issues/2953)) ([882b442](https://github.com/keptn/lifecycle-toolkit/commit/882b44222fee306704674a91875ffdf1ccc7a3af)) +* 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)) +* update denoland/deno docker tag to alpine-1.38.4 ([#2625](https://github.com/keptn/lifecycle-toolkit/issues/2625)) ([32220d9](https://github.com/keptn/lifecycle-toolkit/commit/32220d90fd6a4bc645965c8ebc26f8580c643a16)) +* update denoland/deno docker tag to alpine-1.38.5 ([#2648](https://github.com/keptn/lifecycle-toolkit/issues/2648)) ([a3d77a3](https://github.com/keptn/lifecycle-toolkit/commit/a3d77a377dc7869655b901c697ee62c3e7ae86e3)) +* update denoland/deno docker tag to alpine-1.39.0 ([#2684](https://github.com/keptn/lifecycle-toolkit/issues/2684)) ([5456786](https://github.com/keptn/lifecycle-toolkit/commit/5456786ed7128766016b065e262fad1a4a4f3ee6)) +* update denoland/deno docker tag to alpine-1.39.2 ([#2721](https://github.com/keptn/lifecycle-toolkit/issues/2721)) ([8e1e088](https://github.com/keptn/lifecycle-toolkit/commit/8e1e088ba31de2444a306be5750fa5972e224b28)) +* update denoland/deno docker tag to alpine-1.39.4 ([#2795](https://github.com/keptn/lifecycle-toolkit/issues/2795)) ([5a5d5f4](https://github.com/keptn/lifecycle-toolkit/commit/5a5d5f4fc05e5f10f069db71137751a59febcb20)) +* update denoland/deno docker tag to alpine-1.40.2 ([#2886](https://github.com/keptn/lifecycle-toolkit/issues/2886)) ([cad0c57](https://github.com/keptn/lifecycle-toolkit/commit/cad0c578950fc6dbd0102764508a05d2a86d749f)) + ## [1.0.2](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v1.0.1...deno-runtime-v1.0.2) (2023-10-30)