Skip to content

0.14.7

Choose a tag to compare

@gordon-garden-bot gordon-garden-bot released this 13 Aug 13:47

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.

Changelog

Features

  • config: add version.excludeFields to exclude config fields from… (#7579) (c9ded5ce2)
  • config: add version.excludeValues to action configs (#7572) (349f689b3)

Bug Fixes

  • improve error message on 5xx errors (#7534) (7fb3c025d)
  • template: do not throw circular reference error when resolving cross-references in the same scope (#7550) (8b6509ccf)