0.13.34
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.
- Garden v0.13.34 for Alpine AMD64 (tar.gz)
- Garden v0.13.34 for Linux AMD64 (tar.gz)
- Garden v0.13.34 for Linux ARM64 (tar.gz)
- Garden v0.13.34 for MacOS AMD64 (tar.gz)
- Garden v0.13.34 for MacOS ARM64 (tar.gz)
- Garden v0.13.34 for Windows AMD64 (.zip)
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
- conftest: exclude
conftest
from Docker images (#6248) (c04e92c0b) - helm: update version to 3.15.2 (#6245) (c47fa4cd1)
- kubectl: update version to 1.30.2 (#6255) (7bc15126e)
- pulumi: switch default version to 3.122.0 (#6252) (225bc8943)