Garden 0.12.23 is out! 🎉
This release includes several bugfixes and improvements to performance and stability.
In addition, exec
modules can now define services: This can be used to deploy services (and check their statuses) using arbitrary scripts, which enables you to deploy services with custom tools while still integrating natively with Garden's stack graph.
Many thanks to @wojciechka for his contribution to this release, and to everyone who's been providing feedback and feature suggestions.
Happy hacking!
Changelog
Features
- add one-way-replica as additional devMode.sync.mode (bcb16e82)
- container: allow specifying preferred local port for port-forwards (ba9838bf)
- core: allow opt aliases in ${command.params} (ce8b2aad)
- exec: add services to exec modules (852db05a)
Improvements
- cloud: better API errors (5b959581)
- cloud: better secrets errors (7d64bdcc)
- core: tweak log output during builds (3766ad28)
- logger: do not store entries in-memory unless needed (d512a430)