Garden 0.13.36 is out! 🎉
This is a maintenance release that includes bug fixes and small 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.36 for Alpine AMD64 (tar.gz)
- Garden v0.13.36 for Linux AMD64 (tar.gz)
- Garden v0.13.36 for Linux ARM64 (tar.gz)
- Garden v0.13.36 for MacOS AMD64 (tar.gz)
- Garden v0.13.36 for MacOS ARM64 (tar.gz)
- Garden v0.13.36 for Windows AMD64 (.zip)
Changelog
0.13.36 (2024-08-01)
Bug Fixes
- exec: fix error handling in exec run and test actions (#6319) (6a0343027)
- profiler: handle getters and setters in
@Profile
decorator (#6318) (aa3ddcce2) - sync: ensure the sync daemon env is configured correctly (#6302) (8e3e02fa8)
Improvements
- cli:
GARDEN_DISABLE_WEB_APP_WARN
flag to mute cloud login warn (#6320) (41574727a) - cli: add GARDEN_IGNORE_UNCAUGHT_EXCEPTION (#6337) (0e19c950a)
- cli: node extra params via env (#6336) (2545d317d)