Garden 0.13.1 is out! 🎉
This is a maintenance release. It includes a few bug fixes, minor features, and improvements.
Many thanks to @theoribeiro for the contributions to this release!
Assets
Download the Garden binary for your platform from below or simply run garden self-update
if you already have it installed.
- Garden v0.13.1 for Alpine AMD64 (tar.gz)
- Garden v0.13.1 for Linux AMD64 (tar.gz)
- Garden v0.13.1 for MacOS AMD64 (tar.gz)
- Garden v0.13.1 for Windows AMD64 (.zip)
Changelog
Features
- add outputs to exec provider (7bd2a35da). Check
exec
docs for details. - log exec stdout (f1a86aa2e)
- add new commands: (#4449)
- update
get runs
,get tests
command (#4449) - update helm to
3.12.0
(8e8bc8093)
Bug Fixes
- fix pulumi stack rm tags error (#4533)()
- pulumi module validation (#4497) (a0d79f70d)
- conftest properly convert module (c8ac68792)
- terraform module validation (#4509) (15483b25d)
- properly wait for k8s deploys to complete (fdb4b6ffe)
- await configure provider handler call (2de39a015)
- escape rsync special characters in filenames on windows (#4434) (4fbc5de89)
- improvement to fetch-tools so it downloads only required binaries (3e8df6568)
- helm module to action conversion: do not require version with name (#4463) (947b91156)
- fix pvc modules to actions conversion (c1b153113)
- render (log) errors (#4439) (4fe827fc1)
- dev: plugins outside of core package weren't available in dev+server (adbd58ba6)
- exec: cleaning up persistent processes didn't work in some cases (a892b0f81)
- jib:
tarPath
resolution and project type detection (#4498) (08d87f31a) - kubernetes: do not fail to deploy List kinds (e.g. ConfigMapList) (#4501) (25e1637b9)
- serve: fix help message of internal command (39db05d55)