Skip to content

Releases: garden-io/garden

0.14.6

30 Jul 17:25

Choose a tag to compare

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.

Changelog

Bug Fixes

  • templates: incorrect path resolution for templated modules (#7529) (b197775a6)

Features

  • k8s: add pause command to scale workloads to zero (#7505) (cf7b78a97)

0.13.61

30 Jul 17:57

Choose a tag to compare

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.

Changelog

Bug Fixes

  • templates: incorrect path resolution for templated modules (#7529) (b0776e2d2)

0.14.5

24 Jul 13:57

Choose a tag to compare

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.

Changelog

0.14.5 (2025-07-24)

Bug Fixes

Bundled Tool Version Updates

Features

0.14.4

12 Jun 07:18

Choose a tag to compare

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.

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

12 Jun 07:17

Choose a tag to compare

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.

Changelog

0.13.60 (2025-06-12)

Bug Fixes

Fixed Issues

0.14.3

25 Apr 12:31

Choose a tag to compare

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.

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 organizationId on login (#7162) (97dec4adc)
  • solver: throw if a dependency failed and throwOnError is 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

25 Apr 12:30

Choose a tag to compare

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.

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 deploymentImageId in module conversion (#7029) (00d156de8)
  • solver: throw if a dependency failed and throwOnError is true (#7175) (7780b56ea)

Bundled Tool Version Updates

Fixed Issues

0.14.2

09 Apr 11:57

Choose a tag to compare

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.

Changelog

0.14.2 (2025-04-09)

Bug Fixes

Bundled Tool Version Updates

Fixed Issues

0.13.58

09 Apr 11:55

Choose a tag to compare

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.

Changelog

0.13.58 (2025-04-09)

Bug Fixes

  • git: replace vulnerable parse-git-config with ini file parser (#7094) (16c66f3c1)
  • sync: await monitors stop on sync stop completion (#7061) (ad92dbe4f)

0.14.1

26 Mar 16:42

Choose a tag to compare

Garden 0.14.1 is out! 🎉

⚠️ This is a security maintenance release that updates the default 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.

Changelog

0.14.1 (2025-03-26)

Bug Fixes

  • k8s: update to nginx ingress controller 1.12.1 that is not affected by RCE vulnerability (#7030) (67fda4b05)
  • module-k8s: fix deploymentImageId in module conversion (#7026) (09df856af)