Garden 0.13.27 is out! 🎉
This is a maintenance release that fies some critical regression, see #5794 and #5779.
The release also includes some other bug fixes and features, see the detailed changelog for the details.
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.27 for Alpine AMD64 (tar.gz)
- Garden v0.13.27 for Linux AMD64 (tar.gz)
- Garden v0.13.27 for Linux ARM64 (tar.gz)
- Garden v0.13.27 for MacOS AMD64 (tar.gz)
- Garden v0.13.27 for MacOS ARM64 (tar.gz)
- Garden v0.13.27 for Windows AMD64 (.zip)
Changelog
0.13.27 (2024-03-04)
Features
- sync: deprecate non-interactive
sync start
andstop
commands (#5747) (6e1e97939) - util: added profile-project command (#5780) (c83f815fe)
Bug Fixes
- buildkit: remove liveness probe to avoid unnecessary restarts of buildkit (#5779)
- cloud: correctly parse user ID when creating cloud secrets (#5792) (519c90e93)
- k8s: fix kubernetes workload rollout status check (#5794) (445d25c23)
- k8s: attempt execing on running pod (#5782) (8b94e494e)
- self-update: download alpine release artifacts on alpine (#5798) (418de1cbb)
- template: support template strings in
ConfigTemplate.configs
(#5796) (bf51aa06b)