Garden 0.13.39 is out! 🎉
This is a maintenance release that includes some bug fixes in the template string resolution engine.
Many thanks to @omry-arpaly for the 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.39 for Alpine AMD64 (tar.gz)
- Garden v0.13.39 for Linux AMD64 (tar.gz)
- Garden v0.13.39 for Linux ARM64 (tar.gz)
- Garden v0.13.39 for MacOS AMD64 (tar.gz)
- Garden v0.13.39 for MacOS ARM64 (tar.gz)
- Garden v0.13.39 for Windows AMD64 (.zip)
Changelog
0.13.39 (2024-08-29)
Bug Fixes
- examples: remove invalid action dependency from pulumi example (#6384) (445d7d377)
- template: keep action variables when resolving disabled flag (#6406) (0b8b0497b)
- template: fix template string escaping and resolution in Module configs (#6408) (8df80152a)
- template: unescape escape templates when not doing partial resolution (#5680) (cc6e41c3a)