Skip to content

Commit 4ba9e82

Browse files
committed
chore: release deno-runtime 3.0.0
1 parent 45b94ee commit 4ba9e82

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
".": "2.2.0",
33
"keptn-cert-manager": "2.2.1",
44
"runtimes/python-runtime": "1.0.6",
5-
"runtimes/deno-runtime": "2.0.5",
5+
"runtimes/deno-runtime": "3.0.0",
66
"lifecycle-operator": "1.1.1",
77
"scheduler": "1.0.1",
88
"metrics-operator": "1.1.0"

runtimes/deno-runtime/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.5...deno-runtime-v3.0.0) (2024-10-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Deno was updated to v2 with breaking changes. If you are using the deno-runtime, please check out the [migration guide](https://docs.deno.com/runtime/reference/migration_guide/) that also contains the changelog.
9+
10+
### Other
11+
12+
* mark breaking change ([#3805](https://github.com/keptn/lifecycle-toolkit/issues/3805)) ([38eadb9](https://github.com/keptn/lifecycle-toolkit/commit/38eadb9b16b271def93387a14289160b70598e7b))
13+
14+
15+
### Dependency Updates
16+
17+
* update denoland/deno docker tag to alpine-1.46.1 ([#3698](https://github.com/keptn/lifecycle-toolkit/issues/3698)) ([4cdc75d](https://github.com/keptn/lifecycle-toolkit/commit/4cdc75d540ff5546db312d31e57bf5705fb46a41))
18+
* update denoland/deno docker tag to alpine-1.46.3 ([#3730](https://github.com/keptn/lifecycle-toolkit/issues/3730)) ([31f1d99](https://github.com/keptn/lifecycle-toolkit/commit/31f1d993c8f45665f6cdb93ae1048120b93dbd03))
19+
* update denoland/deno docker tag to alpine-2.0.3 ([#3807](https://github.com/keptn/lifecycle-toolkit/issues/3807)) ([45b94ee](https://github.com/keptn/lifecycle-toolkit/commit/45b94ee61818e58b5a9c9802113ea35f267caf87))
20+
* update denoland/deno docker tag to v2 ([#3802](https://github.com/keptn/lifecycle-toolkit/issues/3802)) ([e3d5a9c](https://github.com/keptn/lifecycle-toolkit/commit/e3d5a9c23e8644b2f40a3458307bc92abcbd1cf4))
21+
322
## [2.0.5](https://github.com/keptn/lifecycle-toolkit/compare/deno-runtime-v2.0.4...deno-runtime-v2.0.5) (2024-08-06)
423

524

0 commit comments

Comments
 (0)