Garden Versions Save

Automation for Kubernetes development and testing. Spin up production-like environments for development, testing, and CI on demand. Use the same configuration and workflows at every step of the process. Speed up your builds and test runs via shared result caching

0.13.21

5 months ago

Garden 0.13.21 is out! :tada:

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

It fixes issues with SNI when talking to the Kubernetes API, fixes a bug when the Kubernetes API cluster is exposed on a subpath, and improves the log outputs of Garden.

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.21 (2023-11-24)

Bug Fixes

  • exec: don't split quoted arguments in exec plugin's command (#5470) (34b07feb3)
  • core: log exec provider resolution at info level (#5469) (539abf905)
  • git: fix confusing error messages on exit code 128 (#5439) (2779705b6)
  • k8s: fix paths in requests to kubernetes api (#5476) (783cc66a9)
  • k8s: read tls-server-name correctly from kubeconfig (#5466) (554d964ff)

Features

Improvements

Fixed Issues

  • #2420
  • #2957
  • #5434

0.13.20

5 months ago

Garden 0.13.20 is out! :tada:

Besides a number of bug fixes, features, and improvements, this release also includes a few internal technical changes and performance improvements made over:

  • #5233 - switch to JavaScript Modules (ESM).
  • #5361 - upgrade to Node 21.1.
  • #5136 - remove the Garden system services and optimize the startup time.
  • #5120 - remove a requirement for Garden static dir to be a Git repository. This also fixes the broken self-update command in Windows, see #2614 and #5030.
  • #5399 - change the default Git scan mode to repo
  • #5410 - optimize silly-level logging (do not compute log message until required)

See the changelog below for the 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

  • k8s: add service account and IRSA support for in-cluster-builder (#3384) (9f6b137d6)

Bug Fixes

  • Windows file tree (#5364) (c5c3c66f4)
  • always resolve symlinks for the executable path in the self-updater (#5352) (7ee19dd72)
  • examples: fix typo in k8s example + fix comment (#5337) (098d59ea4)
  • garden-sea: resolve symlinks for GARDEN_SEA_EXECUTABLE_PATH (#5353) (aba79f50d)
  • sync-mode: avoid collisions in sync key prefixes (#5409) (9edc9ac78)
  • sync-mode: use the same source path schemas for all action types (#5363) (71b3781cb)

Improvements

  • core: log aborted nodes on dep error (#5360) (ce1995bc8)
  • git: don't require Garden static dir to be a Git repo (#5120) (dc8ba20ac)
  • k8s: remove old system garden and improve local-k8s startup time (#5136) (875cacb1f)
  • sync: always use short hash-based tmp dirs paths (#5413) (453ed6a30)

Performance Improvements

Fixed Issues

  • #2614
  • #2931
  • #3841
  • #4158
  • #4428
  • #4467
  • #4476
  • #4477
  • #4783
  • #4898
  • #4982
  • #4955
  • #5030
  • #5313
  • #5320
  • #5321
  • #5031
  • #5411

0.13.19

5 months ago

Garden 0.13.19 is out! :tada:

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

  • #4912
  • #5083
  • #5217
  • #5269
  • #5284
  • #5303

0.12.66

6 months ago

Garden 0.12.66 is out! :tada:

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

  • #4893

0.13.18

6 months ago

Garden 0.13.18 is out! :tada:

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

  • #4893
  • #4911
  • #4937
  • #5082
  • #5186
  • #5201
  • #5218

0.13.17

6 months ago

Garden 0.13.17 is out! :tada:

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

  • #4929
  • #5084
  • #5118
  • #5158

0.12.65

6 months ago

Garden 0.12.65 is out! :tada:

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

7 months ago

Garden 0.13.16 is out! :tada:

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:

  • #2570
  • #3079
  • #4505
  • #4506
  • #4638
  • #4884
  • #4931

0.13.15

7 months ago

Garden 0.13.15 is out! :tada:

[!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

  • #2570
  • #3079
  • #3473
  • #4505
  • #4506
  • #4638
  • #4931

0.13.14

7 months ago

Garden 0.13.14 is out! :tada:

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