Garden 0.13.53 is out! 🎉
This is a maintenance release that includes significant performance improvements in template strings resolution for large projects, some bug fixes, and features.
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.53 for Alpine AMD64 (tar.gz)
- Garden v0.13.53 for Linux AMD64 (tar.gz)
- Garden v0.13.53 for Linux ARM64 (tar.gz)
- Garden v0.13.53 for MacOS AMD64 (tar.gz)
- Garden v0.13.53 for MacOS ARM64 (tar.gz)
- Garden v0.13.53 for Windows AMD64 (.zip)
Changelog
0.13.53 (2025-02-07)
Features
Bug Fixes
- validate secrets before action resolution (#6822) (55e7308d2)
- cluster-buildkit: assume image needs rebuild if skopeo command fails and print a warning (#6810) (a8918e3c3)
Performance Improvements
- improve preprocess action perf by only resolving template strings when absolutely needed (#6745) (c968c6164)