Garden 0.13.50 is out! 🎉
This is a maintenance release that includes some bug fixes and improvements.
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.50 for Alpine AMD64 (tar.gz)
- Garden v0.13.50 for Linux AMD64 (tar.gz)
- Garden v0.13.50 for Linux ARM64 (tar.gz)
- Garden v0.13.50 for MacOS AMD64 (tar.gz)
- Garden v0.13.50 for MacOS ARM64 (tar.gz)
- Garden v0.13.50 for Windows AMD64 (.zip)
Changelog
0.13.50 (2025-01-24)
Bug Fixes
- when using create project, the project name is undefined (#6797) (39a6345f5)
- do not crash on missing
deploymentRegistry
for in-cluster builds (#6768) (c55486ddd) - container: respect deployment registry in publishId if not explicitly set (#6690) (0c8ec05d4)
- k8s: do not throw if paused resource is missing (#6799) (62b77ed67)
- k8s: ensure image pull secret is always created for K8s Deploy (#6795) (6898536d8)