Skip to content

Releases: garden-io/garden

0.13.19

06 Nov 11:38
Compare
Choose a tag to compare

Garden 0.13.19 is out! 🎉

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

Many thanks to @dadadom and @AmauryD for the contributions to this release!

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.19 (2023-11-06)

Bug Fixes

Improvements

Fixed Issues

0.13.18

17 Oct 09:58
Compare
Choose a tag to compare

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

0.12.66

17 Oct 13:02
Compare
Choose a tag to compare

Garden 0.12.66 is out! 🎉

This is a maintenance release that fixes a GitHub API rate-limiting issue (see #4893).

Assets

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

Changelog

Improvements

  • using a new release endpoint for self-update (#5236) (34a143c1)

Fixed Issues

0.13.17

05 Oct 16:20
Compare
Choose a tag to compare

Garden 0.13.17 is out! 🎉

This is a maintenance release that include an important security improvement, bug fixes and multiple documentation improvements.

Important

This release contains a fix for an arbitrary code execution security vulnerability in Garden when using shared Kubernetes clusters. Please refer to the security advisory for CVE-2023-44392 for more information.

Assets

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

Changelog

Bug Fixes

  • helm: use build path for charts for helm modules converted to ac… (#5190) (eb5e859fc)
  • k8s: use yaml 1.1 when reading kubernetes manifests (#5184) (8490aacf9)
  • pulumi: return correct responses for pulumi plugin commands (#5129) (da981def5)
  • server: ensure using a free port for dev console (#5163) (3a17402f1)

Fixed Issues

0.12.65

05 Oct 14:31
Compare
Choose a tag to compare

Garden 0.12.65 is out! 🎉

This is a maintenance release that include an important security improvement, bug fixes in the code and the documentation.

Important

This release contains a fix for an arbitrary code execution security vulnerability in Garden when using shared Kubernetes clusters. Please refer to the security advisory for CVE-2023-44392 for more information.

Important Change

This release introduces a modification to the garden module version calculation (#5191). Consequently, this change has the potential to trigger multiple rebuilds in your projects.

Assets

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

Changelog

Bug Fixes

  • core: more narrow set of config fields to hash for module versions (a34bc42f7)
  • docs: fix documentation urls in Acorn (0.12) namespace (66f0b1f9)

0.13.16

28 Sep 12:15
Compare
Choose a tag to compare

Garden 0.13.16 is out! 🎉

This is a critical patch release aimed at resolving regression issue #5146, which was inadvertently introduced in version 0.13.15.
We strongly recommend all users who are currently on 0.13.15 to update to this new release.

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.16 (2023-09-28)

Bug Fixes

Fixed Issues

All fixes from 0.13.15 remain valid:

0.13.15

27 Sep 15:58
Compare
Choose a tag to compare

Garden 0.13.15 is out! 🎉

Warning

Please avoid using this version as this introduced a regression (#5146).
We strongly recommend using a newer version.

This release features some performance improvements, a new CLI command garden cloud secrets update , and a few bug fixes.
You can use the newly added command to update the secrets in Garden Enterprise using the CLI.

Many thanks to @highb, @yyc and @marklester for their contributions to this release!

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.15 (2023-09-27)

Features

Improvements

Bug Fixes

Fixed Issues

0.13.14

19 Sep 16:52
Compare
Choose a tag to compare

Garden 0.13.14 is out! 🎉

This release features a new ephemeral-kubernetes provider, offering you a seamless way to experience Garden's capabilities on an ephemeral Kubernetes cluster provided by Garden. For more information on using ephemeral clusters, check out the docs.

It also includes some bug fixes, improvements, and documentation updates.

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

Improvements

Fixed Issues

0.12.64

04 Sep 16:03
Compare
Choose a tag to compare

Garden 0.12.64 is out! 🎉

This is a maintenance release that includes a back-port of one bug fix from 0.13.13.

Assets

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

Changelog

Bug Fixes

Fixed Issues

0.13.13

31 Aug 11:25
Compare
Choose a tag to compare

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