Garden 0.13.55 is out! 🎉
Garden 0.14 (Cedar) will be out soon, and this release of 0.13 (Bonsai) will warn you when you're relying on functionality that will be removed or that will be changed in the upcoming Garden 0.14 (Cedar) release.
If you're seeing such warnings, we recommend to follow the steps behind the link to silence them.
For the complete list of breaking changes in Garden 0.14, please refer to the Deprecations and updating to Cedar guide in the docs.
This release also includes a number of bug fixes, features, and improvements.
Many thanks to @klara-meyer for contributing #6903 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.55 for Alpine AMD64 (tar.gz)
- Garden v0.13.55 for Linux AMD64 (tar.gz)
- Garden v0.13.55 for Linux ARM64 (tar.gz)
- Garden v0.13.55 for MacOS AMD64 (tar.gz)
- Garden v0.13.55 for MacOS ARM64 (tar.gz)
- Garden v0.13.55 for Windows AMD64 (.zip)
Changelog
0.13.55 (2025-03-11)
Bug Fixes
- build-staging: fix the detection of paths to be deleted (#6904) (ee976ad2b)
- config: throw validation errors when encountering unknown keys in action configs (#6875) (06448a086)
- core: always suppress logs when
--output
is used (#6909) (3434a55dd) - docs: propagate correct action kind to k8s Run/Test reference docs (#6923) (08b0eeaa6)
- k8s: improve error message when servicePort does not reference a port by name (#6894) (6e0cf71c5)
- k8s: respect
spec.cacheResult
flag inkubernetes-pod
Test actions (#6924) - k8s: do not cache duplicate logs in Run and Test results (#6927)
Features
- cli: add more fields to garden get actions detailed output (#6903) (1f4de4e3b)
- container: add
cacheResult
config option forcontainer
Test actions (#6925) (6c0f8f019)