Skip to content

0.13.54

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

Garden 0.13.54 is out! 🎉

This is a maintenance release that includes bug fixes, features, and improvements.

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.54 (2025-02-21)

Features

Bug Fixes

  • template: do not consider implicit dependencies from action references in dead code branches (#6862) (b4ee79178)
  • template: propagate condition recursively in conditionallyDeepEvaluate (#6852) (9ad03742e)
  • template: parse template strings in varfiles (#6844) (f855d91c1)
  • template: correct source mapping in varfiles (#6870) (994d78fb4)
  • k8s: avoid crash if spec.files in a kubernetes Deploy action is a template value (#6868) (74f2efde6)
  • dev: fix crash due to unresolved templates in command results (#6850) (4a2cd9c25)
  • avoid crash in command result processing (#6867) (f2f80ca64)
  • fix dependency error message rendering (#6847) (c7da2f2ac)
  • mute false-positive deprecation warning for deploymentStrategy (#6845) (583354785)

Fixed Issues