Garden 0.13.44 is out! 🎉
This is a maintenance release that includes some bug fixes, features, and improvements.
Notable changes
File syncing
The GARDEN_ENABLE_NEW_SYNC
feature flag was removed in #6637.
That flag was introduced in 0.13.26, and it was set to be true
by default in 0.13.34.
That flag was used to control the version of the Mutagen.
Mutagen is a tool that to sync files between the local machine and a remote Kubernetes Pod for Code Synchronization and In-Cluster Building.
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.44 for Alpine AMD64 (tar.gz)
- Garden v0.13.44 for Linux AMD64 (tar.gz)
- Garden v0.13.44 for Linux ARM64 (tar.gz)
- Garden v0.13.44 for MacOS AMD64 (tar.gz)
- Garden v0.13.44 for MacOS ARM64 (tar.gz)
- Garden v0.13.44 for Windows AMD64 (.zip)
Changelog
0.13.44 (2024-11-20)
Features
Bug Fixes
- fix user prompt function (#6613) (16ca20442)
- container: container registry namespace is empty when not specified (#6638) (439559853)
- k8s: respect pod selector in kubernetes-exec action type (#6657) (3e680e036)
Bundled Tool Version Updates
- helm: update version to 3.16.2 (#6624) (cfbef2fe3)
- kubectl: update version to 1.31.2 (#6623) (a44ea9929)
- mutagen: update version to 0.18.0 (#6655) (327f48485)