Garden 0.14.2 is out! 🎉
This is a maintenance release that includes some bug fixes and a version update for bundled Helm 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.14.2 for Alpine AMD64 (tar.gz)
- Garden v0.14.2 for Linux AMD64 (tar.gz)
- Garden v0.14.2 for Linux ARM64 (tar.gz)
- Garden v0.14.2 for MacOS AMD64 (tar.gz)
- Garden v0.14.2 for MacOS ARM64 (tar.gz)
- Garden v0.14.2 for Windows AMD64 (.zip)
Changelog
0.14.2 (2025-04-09)
Bug Fixes
- graph: do not throw on unknown action types for disabled actions (#7062) (619ddd8ff) and (#7069) (4db004ca1)
- git: replace vulnerable parse-git-config with ini file parser (#7086) (9b8b7826e)
- self-update: fix version detection when use
--major
flag (#7045) (976de249b) - sync: await monitors stop on
sync stop
completion (#7056) (88f564aa5)