Garden 0.12.43 is out! 🎉
This release contains new features: a local deployment mode for kubernetes
and helm
module types and a new garden get workflows
command.
This release also contains several bug fixes and improvements. Please check the changelog below for the complete list of changes. Happy hacking! :)
We strongly recommend that everyone update their Garden version right away. You can easily update it by running:
garden self-update
Many thanks to @xenoscopic for the contributions to this release! Now Garden uses Mutagen 0.15!
Changelog
Features
- add get workflows command (#3030) (0f42478b4)
- core: opt for deleting services in dep order (267eac9fb)
- k8s: local mode for helm modules (#3033) (a7722b58e)
- k8s: local mode for kubernetes modules (f44ff3979)
Bug Fixes
- include stderr for outputs from commands returning an artifact (#3043) (f04a5624b)
- cli: bad error message when dependency fails in run task/test cmd (894d7f765)
- cloud: handle "=" separator in named vars passed as command args (7ff078a58)
- core: resolve runtime values in test configs (4da5b03e5)