Garden 0.13.18 is out! 🎉
This release brings a new power feature - support for patching Kubernetes manifests (see #5082).
The release also includes a number of bug fixes and improvements. See the changelog below for more details.
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.18 for Alpine AMD64 (tar.gz)
- Garden v0.13.18 for Linux AMD64 (tar.gz)
- Garden v0.13.18 for Linux ARM64 (tar.gz)
- Garden v0.13.18 for MacOS AMD64 (tar.gz)
- Garden v0.13.18 for MacOS ARM64 (tar.gz)
- Garden v0.13.18 for Windows AMD64 (.zip)
Changelog
Features
Bug Fixes
- allow generated files in build actions (#5230) (1a55cf7c2)
- prevent crash due to unresolved alias in yaml (#5215) (1ceb355d7)
- allow listing disabled actions in get actions cmd (#5203) (eb316b1af)
- build: make
copyFrom.targetPath
default tocopyFrom.sourcePath
(#5234) (62567d720) - cli: exit code 1 on unknown commands, sub-commands and flags (#5235) (66007f28a)
- core: ensure needsReload flag works (#5211) (cdf65e3b6)
- serve: connect to Cloud if process is started outside of project dir (#4822) (61b424e5c)
Improvements
- using a new release endpoint for self-update (#5229) (33cfebc34)
- core: log stderr from exec as info (#5227) (c6016f420)