Releases: CSSSR/helm-deno
Releases · CSSSR/helm-deno
0.3.0-alpha.1 / 2022-10-28
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
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
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
helm deno push
might break some charts by polluting local scope. See denoland/deno#12220
Better error reporting when child process is killed
20e4d84 Better error reporting when child process is killed (usually by OOM Killer)
Floating alpha release
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
- 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 - Show
helm template
(and other command) stdout when error happens. Previously only stderr have been shown
chartRoot variable in chart context
- 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
Initial release