Skip to content

Commit

Permalink
chore: release deno-runtime 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: keptn-bot <[email protected]>
  • Loading branch information
keptn-bot committed Nov 27, 2023
1 parent 95851fa commit 1d99c35
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
30 changes: 30 additions & 0 deletions runtimes/deno-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 1d99c35

Please sign in to comment.