Releases: garden-io/garden
0.14.6
Garden 0.14.6 is out! 🎉
This release fixes a bug in templated modules, and adds a command for the Kubernetes plugin to scale workloads to zero.
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.6 for Alpine AMD64 (tar.gz)
- Garden v0.14.6 for Linux AMD64 (tar.gz)
- Garden v0.14.6 for Linux ARM64 (tar.gz)
- Garden v0.14.6 for MacOS AMD64 (tar.gz)
- Garden v0.14.6 for MacOS ARM64 (tar.gz)
- Garden v0.14.6 for Windows AMD64 (.zip)
Changelog
Bug Fixes
Features
0.13.61
Garden 0.13.61 is out! 🎉
This is a small release to fix a bug in module templates.
Assets
Download the Garden binary for your platform from below or simply run garden self-update 0.13.61 if you already have it installed.
- Garden v0.13.61 for Alpine AMD64 (tar.gz)
- Garden v0.13.61 for Linux AMD64 (tar.gz)
- Garden v0.13.61 for Linux ARM64 (tar.gz)
- Garden v0.13.61 for MacOS AMD64 (tar.gz)
- Garden v0.13.61 for MacOS ARM64 (tar.gz)
- Garden v0.13.61 for Windows AMD64 (.zip)
Changelog
Bug Fixes
0.14.5
Garden 0.14.5 is out! 🎉
This is release includes a bug fix and a new feature allowing users to define init scripts at the provider level (see below).
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.5 for Alpine AMD64 (tar.gz)
- Garden v0.14.5 for Linux AMD64 (tar.gz)
- Garden v0.14.5 for Linux ARM64 (tar.gz)
- Garden v0.14.5 for MacOS AMD64 (tar.gz)
- Garden v0.14.5 for MacOS ARM64 (tar.gz)
- Garden v0.14.5 for Windows AMD64 (.zip)
Changelog
0.14.5 (2025-07-24)
Bug Fixes
Bundled Tool Version Updates
- helm: update version to 3.18.3 (#7405) (ea9d44232)
- kubectl: update version to 1.33.2 (#7404) (993f5071e)
Features
0.14.4
Garden 0.14.4 is out! 🎉
This is a maintenance release that includes some bug fixes.
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.4 for Alpine AMD64 (tar.gz)
- Garden v0.14.4 for Linux AMD64 (tar.gz)
- Garden v0.14.4 for Linux ARM64 (tar.gz)
- Garden v0.14.4 for MacOS AMD64 (tar.gz)
- Garden v0.14.4 for MacOS ARM64 (tar.gz)
- Garden v0.14.4 for Windows AMD64 (.zip)
Changelog
0.14.4 (2025-06-12)
Bug Fixes
- log full error in debug loglevel when mutagen sync flush fails (#7240) (a65255fed)
- improve reliability by removing config store file lock (#7237) (c78183e9c)
- cloud: handle tRPC errors in authentication functions (#7239) (b90548fab)
- docker: improve error handling in Docker builds (#7123) (28e1c8784)
- docs: correct config formating in terraform examples (#7219) (7ddfca96c)
- login: fix JWT token validity period retrieval and improve validation (#7217) (9b22101d7)
- terraform: use backendConfig with plugin commands (#7249) (f256e1776)
Fixed Issues
0.13.60
Garden 0.13.60 is out! 🎉
This is a maintenance release that includes some bug fixes.
Assets
Download the Garden binary for your platform from below or simply run garden self-update 0.13.60 if you already have it installed.
- Garden v0.13.60 for Alpine AMD64 (tar.gz)
- Garden v0.13.60 for Linux AMD64 (tar.gz)
- Garden v0.13.60 for Linux ARM64 (tar.gz)
- Garden v0.13.60 for MacOS AMD64 (tar.gz)
- Garden v0.13.60 for MacOS ARM64 (tar.gz)
- Garden v0.13.60 for Windows AMD64 (.zip)
Changelog
0.13.60 (2025-06-12)
Bug Fixes
- docs: correct config formatting in terraform examples (#7232) (37b464611)
- terraform: use backendConfig with plugin commands (#7249) (#7252) (c7504014a)
Fixed Issues
0.14.3
Garden 0.14.3 is out! 🎉
This is a maintenance release that includes some bug fixes.
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.3 for Alpine AMD64 (tar.gz)
- Garden v0.14.3 for Linux AMD64 (tar.gz)
- Garden v0.14.3 for Linux ARM64 (tar.gz)
- Garden v0.14.3 for MacOS AMD64 (tar.gz)
- Garden v0.14.3 for MacOS ARM64 (tar.gz)
- Garden v0.14.3 for Windows AMD64 (.zip)
Changelog
0.14.3 (2025-04-25)
Bug Fixes
- prevent unnecessary execution of builds referenced in runtime actions (#7171) (2a9041415)
- log "accelerated by remote container builder" even when timeSaved is 0 (#7137) (0d4850de8)
- login: send the right
organizationIdon login (#7162) (97dec4adc) - solver: throw if a dependency failed and
throwOnErroris true (#6577) (c32bbd78d)
Bundled Tool Version Updates
- kubectl: update version to 1.32.3 (#7093) (9fa8d1e21)
- mutagen: update mutagen to 0.18.1 and base alpine image to 3.21.3 (#7157) (56547ee1e)
Fixed Issues
0.13.59
Garden 0.13.59 is out! 🎉
This is a maintenance release that includes some bug fixes.
Assets
Download the Garden binary for your platform from below or simply run garden self-update 0.13.59 if you already have it installed.
- Garden v0.13.59 for Alpine AMD64 (tar.gz)
- Garden v0.13.59 for Linux AMD64 (tar.gz)
- Garden v0.13.59 for Linux ARM64 (tar.gz)
- Garden v0.13.59 for MacOS AMD64 (tar.gz)
- Garden v0.13.59 for MacOS ARM64 (tar.gz)
- Garden v0.13.59 for Windows AMD64 (.zip)
Changelog
0.13.59 (2025-04-25)
Bug Fixes
- do not throw on unknown action types for disabled actions (#7177) (5bad9b748)
- prevent unnecessary execution of builds referenced in runtime actions (#7176) (fffcdb245)
- container: always respect env vars to control remote builder (#7168) (96241e5d9)
- module-k8s: fix
deploymentImageIdin module conversion (#7029) (00d156de8) - solver: throw if a dependency failed and
throwOnErroris true (#7175) (7780b56ea)
Bundled Tool Version Updates
- helm: update version to 3.17.2 (#7119) (927116a65)
- kubectl: update version to 1.32.3 (#7120) (f9d7adba9)
- mutagen: update mutagen to 0.18.1 and base alpine image to 3.21.3 (#7161) (78fc32e13)
Fixed Issues
0.14.2
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
--majorflag (#7045) (976de249b) - sync: await monitors stop on
sync stopcompletion (#7056) (88f564aa5)
Bundled Tool Version Updates
Fixed Issues
0.13.58
Garden 0.13.58 is out! 🎉
This is a maintenance release that includes some bug fixes.
Assets
Download the Garden binary for your platform from below or simply run garden self-update 0.13.58 if you already have it installed.
- Garden v0.13.58 for Alpine AMD64 (tar.gz)
- Garden v0.13.58 for Linux AMD64 (tar.gz)
- Garden v0.13.58 for Linux ARM64 (tar.gz)
- Garden v0.13.58 for MacOS AMD64 (tar.gz)
- Garden v0.13.58 for MacOS ARM64 (tar.gz)
- Garden v0.13.58 for Windows AMD64 (.zip)
Changelog
0.13.58 (2025-04-09)
Bug Fixes
0.14.1
Garden 0.14.1 is out! 🎉
ingress-nginx to version 1.12.1 in order to fix the CVE-2025-1974.
This release also fixes regression in the module conversion that was initially introduced in 0.14.0.
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.1 for Alpine AMD64 (tar.gz)
- Garden v0.14.1 for Linux AMD64 (tar.gz)
- Garden v0.14.1 for Linux ARM64 (tar.gz)
- Garden v0.14.1 for MacOS AMD64 (tar.gz)
- Garden v0.14.1 for MacOS ARM64 (tar.gz)
- Garden v0.14.1 for Windows AMD64 (.zip)