Garden 0.13.11 is out! 🎉
This release significantly improves the performance of the initial graph resolution - especially for large projects.
It also improves the overall performance of Garden and removes one cause of a memory leak.
Additionally, it fixes a few bugs. See the changelog below.
It's highly recommended to upgrade to this version.
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.11 for Alpine AMD64 (tar.gz)
- Garden v0.13.11 for Linux AMD64 (tar.gz)
- Garden v0.13.11 for MacOS AMD64 (tar.gz)
- Garden v0.13.11 for Windows AMD64 (.zip)
Changelog
Bug Fixes
- repo scan performance and memory leak (#4936) (65d3e7589)
- templated module templating (#4932) (831f61800)
- only allow a valid environment to be set as default env (a2b20e84b)
- k8s: delete pvc on namespace cleanup (#4933) (f866c9537)