Skip to content

0.13.13

Compare
Choose a tag to compare
@gordon-garden-bot gordon-garden-bot released this 31 Aug 11:25

Garden 0.13.13 is out! 🎉

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

Note

BREAKING CHANGE: This release removes the create module command, to avoid new users getting started with modules instead of actions.

Assets

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

Changelog

Features

  • Add support for k3s family clusters like k3s, rancher-desktop and k3ds (#4977)

Improvements

Performance Improvements

Bug Fixes

  • avoid action execution for the static outputs references of implicit dependencies. (#4975) (da589ebcf)
  • ensure using next free port for dev console (#4984) (738828e66)
  • properly escape the newline for the tag argument (#4974) (4c69801fb)
  • checkout repo before prerelease (45d023653)
  • correct otel collector binary definition for arm64 linux (7f6707174)
  • ensure that the edge-bonsai tag is updated on a prerelease (a1378b166)
  • detect overlapping targetPath in generateFiles (#4961) (430b8aeda)
  • core: input validation for module templates (#4995) (bb77681ed)
  • jib: make native arm maven usable on ARM macs (#4968) (491fe88e8)
  • k8s: detect duplicate manifest declarations (#4993) (eca466b88)
  • docs: fix 'undefined' string in ToC (#4987) (3af6af60e)

Fixed Issues