Garden 0.13.15 is out! 🎉
This release features some performance improvements, a new CLI command garden cloud secrets update , and a few bug fixes.
You can use the newly added command to update the secrets in Garden Enterprise using the CLI.
Many thanks to @highb, @yyc and @marklester for their 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.15 for Alpine AMD64 (tar.gz)
- Garden v0.13.15 for Linux AMD64 (tar.gz)
- Garden v0.13.15 for Linux ARM64 (tar.gz)
- Garden v0.13.15 for MacOS AMD64 (tar.gz)
- Garden v0.13.15 for MacOS ARM64 (tar.gz)
- Garden v0.13.15 for Windows AMD64 (.zip)
Changelog
0.13.15 (2023-09-27)
Features
- cli: add cloud secrets update command (#4804) (8b8fc0060)
- config: better error messages around schema validation (#4889) (a098a1497)
Improvements
Bug Fixes
- otel collector enabled detection (#5141) (4b05677f7)
- memoize memory leak (#5137) (106eb72ba)
- add fsevents as a dependency (#5133) (76e186fe5)
- remove read lock from config get (#5114) (2967dc5b6)
- k8s: handle AEC-paused resources properly (#5122) (ed87cfdac)
- k8s: correctly resolve manifests when
build
is set (#4846) (6c737a905) - module: only merge relevant variables overrides in config (#5138) (b0d7a4756)
- remote-building: use "Recreate" strategy garden-util (kaniko) and garden-buildkit deployments (#5125) (541851b8c)