Garden 0.13.19 is out! 🎉
This is a maintenance release that includes bug fixes and improvements.
Many thanks to @dadadom and @AmauryD 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.19 for Alpine AMD64 (tar.gz)
- Garden v0.13.19 for Linux AMD64 (tar.gz)
- Garden v0.13.19 for Linux ARM64 (tar.gz)
- Garden v0.13.19 for MacOS AMD64 (tar.gz)
- Garden v0.13.19 for MacOS ARM64 (tar.gz)
- Garden v0.13.19 for Windows AMD64 (.zip)
Changelog
0.13.19 (2023-11-06)
Bug Fixes
- core: handle and retry DNS errors (#5326) (e1738ac51)
- api: visible and better error when fetching secrets 404s (#5277) (32fc4b5a8)
- cloud: do not fetch secrets on community tier (#5291) (5eae8baf1)
- core: correctly apply source.path in VCS logic (#5305) (aaaf6d5f4)
- core: resolve templates in
source.path
(#5345) (1efbab58f) - core: print warning message if docker server version is unparsable (#5284) (#5288) (5f92abd07)
- dev: fix crash on very narrow terminals (#5327) (4af4d6c6a)
- helm: handle missing (null) values in version check (#5307) (31f442029)
- k8s: return deployed mode in container Deploy status (#5302) (6c18b6d3f)
- k8s: correct
0.12 => 0.13
service resource conversion (#5272) (bfdd0af35) - k8s: ensure patchResources can patch namespace (#5334) (71d45a9c1)
- pulumi: fix process dependency resolution in plugin command (#5325) (d460f3f0f)
- pulumi: propagate resolved action context to pulumi plugin commands (#5324) (750e88dfe)