Garden 0.13.21 is out! 🎉
This is a maintenance release that includes some bug fixes, features, and improvements.
It fixes issues with SNI when talking to the Kubernetes API,
fixes a bug when the Kubernetes API cluster is exposed on a subpath,
and improves the log outputs of Garden.
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.21 for Alpine AMD64 (tar.gz)
- Garden v0.13.21 for Linux AMD64 (tar.gz)
- Garden v0.13.21 for Linux ARM64 (tar.gz)
- Garden v0.13.21 for MacOS AMD64 (tar.gz)
- Garden v0.13.21 for MacOS ARM64 (tar.gz)
- Garden v0.13.21 for Windows AMD64 (.zip)
Changelog
0.13.21 (2023-11-24)
Bug Fixes
- exec: don't split quoted arguments in
exec
plugin's command (#5470) (34b07feb3) - core: log exec provider resolution at info level (#5469) (539abf905)
- git: fix confusing error messages on exit code 128 (#5439) (2779705b6)
- k8s: fix paths in requests to kubernetes api (#5476) (783cc66a9)
- k8s: read tls-server-name correctly from kubeconfig (#5466) (554d964ff)
Features
Improvements
- core: better action lifecycle logs (#5428) (65653b92e)
- logger: some minor fixes (#5475) (b1288039f)
- logger: use 'white' as primary color (#5465) (b8e232cd9)
- logger: better provider resolution lifecycle logs (#5464) (7d5557fc3)
- logger: various tweaks to log lines (#5452) (11f76148b)