Garden 0.13.9 is out! 🎉
This is a maintenance release that includes some bug fixes, Git performance enhancements, features, and improvements.
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.9 for Alpine AMD64 (tar.gz)
- Garden v0.13.9 for Linux AMD64 (tar.gz)
- Garden v0.13.9 for MacOS AMD64 (tar.gz)
- Garden v0.13.9 for Windows AMD64 (.zip)
Changelog
Features
Bug Fixes
- enoent when version set to null on tf and pulumi (8de4c6f12)
- allow to use
parent.name
template (c01f4a052) - local-docker build failure when
deploymentRegistry
is enabled (#4835) (135ea0413) - container: add default container annotation to generated manifests (7ca6ca5d1)
- docs: remove unimplemented change from Bonsai migration guide (b8483e3b1)
- k8s: enable microk8s addons sequentially (1a715f949)
- mutagen: use shorter directories for mutagen syncs (#4867) (2698410c8)
- pulumi and terraform: properly handle build deps for pulumi and terraform modules (fbc2320af)
Improvements
- update docker to v24.0.4 (eb12ceab0)
- verify downloads using sha256 in Dockerfiles (#4826) (e976849c7)
Performance Improvements
- git: optimize git scan when exclude but no include filter is set (7361fc90a)