Skip to content

Releases: CSSSR/helm-deno

0.3.0-alpha.1 / 2022-10-28

28 Oct 09:05
8326cbf
Compare
Choose a tag to compare

Deno was updated from 1.26.2 to 1.27.0. You need to make sure your charts are working with new version without errors. Nothing should break if you don't use unstable deno features.

0.3.0-alpha / 2022-10-27

27 Oct 13:55
5dca343
Compare
Choose a tag to compare

BREAKING CHANGES

Deno was updated from 1.14.0 to 1.26.2. You need to make sure your charts are working with new version without errors. Nothing should break if you don't use unstable deno features.

  • [FEATURE] Ability to push to OCI registries
  • [FEATURE] Debug charts with console.error

0.2.0-alpha.1: Update Deno to 1.14.0

20 Sep 15:42
7a71989
Compare
Choose a tag to compare

BREAKING CHANGES

  • Deno was updated from 1.8.3 to 1.14.0. You need to make sure your charts are working with new version without errors. Nothing should break if you don't use unstable deno features.

Known issues

Better error reporting when child process is killed

13 Aug 18:33
fe13457
Compare
Choose a tag to compare

20e4d84 Better error reporting when child process is killed (usually by OOM Killer)

Floating alpha release

21 May 07:27
fe13457
Compare
Choose a tag to compare

Install with

helm plugin install https://github.com/CSSSR/helm-deno --version v0.1.0-alpha

No breaking changes will be released under this version. The next breaking version will be v0.2.0-alpha

Changelog: https://github.com/CSSSR/helm-deno/releases (0.1.0-alpha.x releases)

Minor fixes: show original chart path, show stdout on errors

04 Aug 11:44
036d04a
Compare
Choose a tag to compare
  1. Do not replace chart path in output when --deno-keep-tmp-chart is used because this option are always used for debuging and having full paths during debug can be helpful
  2. Show helm template (and other command) stdout when error happens. Previously only stderr have been shown

chartRoot variable in chart context

03 Aug 15:48
b8d937a
Compare
Choose a tag to compare
  • feature: Pass chartRoot variable to chart context. Useful when you need to read non-deno files
  • fix: Remove console.logs left from debug session

v0.1.0-alpha.1

14 Apr 10:01
593c4ac
Compare
Choose a tag to compare

Initial release