Skip to content

0.13.46

Compare
Choose a tag to compare
@gordon-garden-bot gordon-garden-bot released this 11 Dec 12:11

Garden 0.13.46 is out! 🎉

Assets

Download the Garden binary for your platform from below or simply run garden self-update if you already have it installed.

Changelog

This release includes improvements in template string parsing performance for very large projects. This release also includes improvements in how we display template string error messages, as well as dependency updates and bug fixes.

0.13.46 (2024-12-11)

Bug Fixes

  • improve error message if filter expression in foreach cannot be resolved (#6694) (3ff5ee07a)
  • k8s-exec: use containerName if specified for kubernetes-exec actions (#6682) (976ab7037)
  • local-k8s: ensure correct nginx status when getting env status (#6696) (3c65e4900)
  • publish: copy image from registry if it has been pushed directly after build (#6681) (405940e9e)

Bundled Tool Version Updates

Features

  • cli: allow generating flamegraphs for performance analysis (#6684) (2fdad584a)

Improvements

  • Point to YAML file for template string error messages if possible (#6692) (a9c205bd8)

Performance Improvements