Skip to content

0.13.18

Compare
Choose a tag to compare
@gordon-garden-bot gordon-garden-bot released this 17 Oct 09:58

Garden 0.13.18 is out! 馃帀

This release brings a new power feature - support for patching Kubernetes manifests (see #5082).

The release also includes a number of bug fixes and improvements. See the changelog below for more details.

Assets

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

Changelog

Features

Bug Fixes

  • allow generated files in build actions (#5230) (1a55cf7c2)
  • prevent crash due to unresolved alias in yaml (#5215) (1ceb355d7)
  • allow listing disabled actions in get actions cmd (#5203) (eb316b1af)
  • build: make copyFrom.targetPath default to copyFrom.sourcePath (#5234) (62567d720)
  • cli: exit code 1 on unknown commands, sub-commands and flags (#5235) (66007f28a)
  • core: ensure needsReload flag works (#5211) (cdf65e3b6)
  • serve: connect to Cloud if process is started outside of project dir (#4822) (61b424e5c)

Improvements

Fixed Issues