Skip to content

0.13.53

Latest
Compare
Choose a tag to compare
@gordon-garden-bot gordon-garden-bot released this 07 Feb 08:37

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.

Changelog

0.13.53 (2025-02-07)

Features

  • allow cross-referencing variables in the same scope (#6814) (463a758f2)

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)

Fixed Issues