Garden 0.13.40 is out! 🎉
This is a maintenance release that includes some bug fixes.
Many thanks to @ManAnRuck for the contributions to this release!
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.40 for Alpine AMD64 (tar.gz)
- Garden v0.13.40 for Linux AMD64 (tar.gz)
- Garden v0.13.40 for Linux ARM64 (tar.gz)
- Garden v0.13.40 for MacOS AMD64 (tar.gz)
- Garden v0.13.40 for MacOS ARM64 (tar.gz)
- Garden v0.13.40 for Windows AMD64 (.zip)
Changelog
0.13.40 (2024-09-19)
Bug Fixes
- avoid throwing 401 when trying to login to cloud (#6447) (728077060)
- allow relative symlinks to directories when using build staging (#6430) (26644fcf5) and (#6433) (e4adc6b1c)
- add
applyArgs
to kubectl apply function (#6385) (f140ab2d7) - sync: correct search path for mutagen faux ssh (#6421) (74f7ef211)
- template: avoid premature
disabled
flag evaluation on actions (#6448) (c0e9065ad)