Garden 0.13.30 is out! 🎉
This is a maintenance release that includes some bug fixes, features, and improvements.
Many thanks to @ManAnRuck for the contributions to this release!
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.30 for Alpine AMD64 (tar.gz)
- Garden v0.13.30 for Linux AMD64 (tar.gz)
- Garden v0.13.30 for Linux ARM64 (tar.gz)
- Garden v0.13.30 for MacOS AMD64 (tar.gz)
- Garden v0.13.30 for MacOS ARM64 (tar.gz)
- Garden v0.13.30 for Windows AMD64 (.zip)
Changelog
0.13.30 (2024-05-08)
Features
- optional varfiles (#5996) (ee36cbbfb)
- container: experimental cloudbuilder support (#5928) (3f288418a)
Bug Fixes
- cli: do not render hidden commands (#5975) (053c78617)
- cloud: fix unprocessable entity error (#5931) (bfcc1fea8)
- git: increase max proc buffer size and fix error handling (#5916) (30fd9c077)
- helm: fix race condition when updating deps (#6012) (dec8d6329)
- helm: disable
--atomic
by default in Helm modules (#5968) (5f76a732d) - k8s: work around a rare websocket connection issue & warn (#5908) (d980ea8ee)
- sync: fix typo in warning message (#5919) (4936e33c2)
Improvements
- update bundled NodeJS runtime to
21.7.3
(#6009) (bc38bb247) - allow for more concurrency when using cloud builder (#5955) (4717da8e5)
- cloud: more informative error message on CA cert problems (#5941) (1d929625e)
- git: avoid duplicate profiling of
GitHandler.hashObject
(#5918) (a6554c611) - helm: update helm to
3.14.4
(#5972) (456e89e58) - jib: update JDK LTS versions to the latest stable builds (#5970) (a333a9e6d)
- k8s: update
kubectl
version to1.29.4
(#5973) (5fff93d9d) - support: install docker-buildx-plugin in garden Docker images (#5942) (0a86f6ed6)