Garden 0.13.13 is out! 🎉
This is a maintenance release that includes some bug fixes, features, and improvements.
Note
BREAKING CHANGE: This release removes the create module command, to avoid new users getting started with modules instead of actions.
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.13 for Alpine AMD64 (tar.gz)
- Garden v0.13.13 for Linux AMD64 (tar.gz)
- Garden v0.13.13 for Linux ARM64 (tar.gz)
- Garden v0.13.13 for MacOS AMD64 (tar.gz)
- Garden v0.13.13 for MacOS ARM64 (tar.gz)
- Garden v0.13.13 for Windows AMD64 (.zip)
Changelog
Features
- Add support for k3s family clusters like k3s, rancher-desktop and k3ds (#4977)
Improvements
- more useful "create project" yaml (#4985) (012d4ea77)
- always offer -f as alias with --force (#4986) (7e2c9d1bf)
- server: output more debug info (#4613) (0222bcbe9)
Performance Improvements
Bug Fixes
- avoid action execution for the static outputs references of implicit dependencies. (#4975) (da589ebcf)
- ensure using next free port for dev console (#4984) (738828e66)
- properly escape the newline for the tag argument (#4974) (4c69801fb)
- checkout repo before prerelease (45d023653)
- correct otel collector binary definition for arm64 linux (7f6707174)
- ensure that the
edge-bonsai
tag is updated on a prerelease (a1378b166) - detect overlapping
targetPath
ingenerateFiles
(#4961) (430b8aeda) - core: input validation for module templates (#4995) (bb77681ed)
- jib: make native arm maven usable on ARM macs (#4968) (491fe88e8)
- k8s: detect duplicate manifest declarations (#4993) (eca466b88)
- docs: fix 'undefined' string in ToC (#4987) (3af6af60e)