github garden-io/garden 0.13.34

latest releases: edge-bonsai, 0.13.39, 0.13.38...
2 months ago

Garden 0.13.34 is out! 🎉

This is a maintenance release that includes some bug fixes, features, and improvements.

Many thanks to @to266 for the contributions to this release!

Important changes

Starting from version 0.13.34, Garden uses the new sync daemon.

It means that the default value of the GARDEN_ENABLE_NEW_SYNC environment variable is true now.
If you need to use the old sync daemon, set GARDEN_ENABLE_NEW_SYNC=false.

If you use sync mode, you need to stop all sync daemons and redeploy your application in sync mode by running

GARDEN_ENABLE_NEW_SYNC=false garden util mutagen daemon stop
garden deploy --sync

from the project root directory.

Assets

Download the Garden binary for your platform from below or simply run garden self-update if you already have it installed.

Changelog

0.13.34 (2024-07-09)

Features

Bug Fixes

  • print action version in logs while status check (#6257) (42e046ba1)
  • cloudbuilder: add error handling to fallback to cli install of buildx builder (#6258) (6f4b120ce)
  • git: use consistent cache keys for paths with symlinks (#6262) (e6112bc4d)
  • kubernetes-plugin: sanitize volumes configuration for helm and kubernetes type pod runners (#6251) (0a12df4bb)
  • pulumi: include build deps in plugin commands (#6260) (1e5c1df23)

Bundled Tool Version Updates

Improvements

Fixed Issues

Don't miss a new garden release

NewReleases is sending notifications on new releases.