Garden 0.14.7 is out! π
This release introduces version exclusion features that can make it much easier to achieve cache hits for test actions with runtime dependencies. For more details, refer to the reference docs for the new version.excludeValues
and version.excludeFields
action-level fields, which are now available on all action kinds and types.
We also fix a template string bug in the $merge
operator when resolving cross-references within the same variable scope, and a regression in the dev
command from the last 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.14.7 for Alpine AMD64 (tar.gz)
- Garden v0.14.7 for Linux AMD64 (tar.gz)
- Garden v0.14.7 for Linux ARM64 (tar.gz)
- Garden v0.14.7 for MacOS AMD64 (tar.gz)
- Garden v0.14.7 for MacOS ARM64 (tar.gz)
- Garden v0.14.7 for Windows AMD64 (.zip)
Changelog
Features
- config: add version.excludeFields to exclude config fields from⦠(#7579) (c9ded5ce2)
- config: add version.excludeValues to action configs (#7572) (349f689b3)