Garden 0.13.35 is out! 🎉
This is a maintenance release that includes some bug fixes, 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.35 for Alpine AMD64 (tar.gz)
- Garden v0.13.35 for Linux AMD64 (tar.gz)
- Garden v0.13.35 for Linux ARM64 (tar.gz)
- Garden v0.13.35 for MacOS AMD64 (tar.gz)
- Garden v0.13.35 for MacOS ARM64 (tar.gz)
- Garden v0.13.35 for Windows AMD64 (.zip)
Changelog
0.13.35 (2024-07-19)
Features
- container: first-class BuildKit secrets support (#6294) (9e1ac291b)
- kubernetes: plugin command to remove
garden-util
resources (#6278) (4f8a2d6d2)
Bug Fixes
- retain original process env when call
spawn
helper (#6301) (593b3e426) - examples: mention in READMEs that build deps need to be set (#6280) (cdbd6bd46)
- exec: remove duplicate logging (#6298) (02ef1766f)
- template: resolve
disabled
action flag before duplicate action names validation (#6293) (fa3da74b1) - template: use stricter context for
disabled
flag resolution (#6295) (e8e0b8638)