Garden 0.13.12 is out! 🎉
This release introduces binaries for MacOS ARM64 and Linux ARM64.
The MacOS ARM64 version is significantly faster than the previous AMD64 release using Rosetta, so an update is recommended.
In order to upgrade to 0.13.12 on ARM from 0.13.11 and earlier, you will need to run
garden self-update 0.13.12 && garden self-update 0.13.12 --force
so that the auto-updater of 0.13.12 can determine you are using an ARM machine and install the correct binary.
This release also 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.12 for Alpine AMD64 (tar.gz)
- Garden v0.13.12 for Linux AMD64 (tar.gz)
- Garden v0.13.12 for Linux ARM64 (tar.gz)
- Garden v0.13.12 for MacOS AMD64 (tar.gz)
- Garden v0.13.12 for MacOS ARM64 (tar.gz)
- Garden v0.13.12 for Windows AMD64 (.zip)
Changelog
Features
Bug Fixes
- detect rosetta emulation during self-update (#4951) (56722b2b6)
- local-mode: fix port forward when having many local ssh keys (3bbc44dd7)