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.12.71

1 week ago

Garden 0.12.71 is out! :tada:

This is a maintenance release that fixes the JDK 17 download urls in the jib-container plugin.

Assets

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

Changelog

0.12.71 (2024-05-02)

Bug Fixes

0.12.70

2 weeks ago

Garden 0.12.70 is out! :tada:

This is a patch release that enables JDK 21 support for jib-container plugin.

Assets

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

Changelog

0.12.70 (2024-04-26)

Bug Fixes

  • jib: allow the usage of the JDK 21 (90e381d3d)

0.12.69

2 weeks ago

Garden 0.12.69 is out! :tada:

This is a maintenance release that adds JDK 21 LTS version support to the jib-container plugin.

Assets

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

Changelog

0.12.69 (2024-04-25)

Improvements

  • jib: support JDK 21 LTS version (e1e175378)
  • jib: update JDK 17 LTS version to 17.0.9+9 (3f4a9fcd4)

0.12.68

1 month ago

Garden 0.12.68 is out! :tada:

This is a maintenance release that updates Docker shipped with garden tools.

Assets

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

Changelog

0.12.68 (2024-04-12)

Bug Fixes

  • docker: update docker shipped with garden tools (caa83baae)
  • mavend: fix Mavend sha256 hash for windows-amd64 binary (f64ec4e8f)
  • terraform: fix sha256 hashes for some old terraform binaries (9a9df415d)

0.13.29

1 month ago

Garden 0.13.29 is out! :tada:

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

Many thanks to @dan-at-confirm for the contribution 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.29 (2024-04-04)

Features

  • container: allow global extra build flags e.g. for custom remote builders (#5829) (7cef7c1b6)
  • helm: store garden metadata in configmap instead of helm values (#5827) (adcf96803)
  • modules: allow opting out of build staging (#5890) (a4fdc3bfb)

Bug Fixes

  • recognize --resolve flag in validate command (#5853) (af514b409)
  • core: increase max event listener count (#5889) (d29e11e25)
  • docs: fix ordering of image reference in actions outputs (#5828) (1e7071857)
  • k8s: allow specifying version for oci helm charts (#5892) (43e7485bb)
  • vcs: use structural path comparison to compute minimal repo roots (#5867) (189bb2119)

Improvements

Fixed Issues

  • #2382 (a workaround was implemented in #5890)
  • #3962
  • #5695 (patched by #5853)

0.13.28

2 months ago

Garden 0.13.28 is out! :tada:

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

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.28 (2024-03-12)

Bug Fixes

  • core: properly escape shell commands (#5811) (a6d653404)
  • k8s: use the same service account for pulling images as building (#5810) (dba5b0665)

Improvements

Fixed Issues

  • #4081
  • #5591
  • #5695
  • #5813

0.13.27

2 months ago

Garden 0.13.27 is out! :tada:

This is a maintenance release that fies some critical regression, see #5794 and #5779. The release also includes some other bug fixes and features, see the detailed changelog 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

0.13.27 (2024-03-04)

Features

Bug Fixes

  • buildkit: remove liveness probe to avoid unnecessary restarts of buildkit (#5779)
  • cloud: correctly parse user ID when creating cloud secrets (#5792) (519c90e93)
  • k8s: fix kubernetes workload rollout status check (#5794) (445d25c23)
  • k8s: attempt execing on running pod (#5782) (8b94e494e)
  • self-update: download alpine release artifacts on alpine (#5798) (418de1cbb)
  • template: support template strings in ConfigTemplate.configs (#5796) (bf51aa06b)

Fixed Issues

  • #5729

0.13.26

2 months ago

Garden 0.13.26 is out! :tada:

This release includes better cache support for AWS ECR, as well as a feature flag to use an updated version of Mutagen. It also includes bug fixes and small improvements.

Many thanks to @xenoscopic for the contributions to this release!

Notable changes

In-Cluster Building: Improved cache support for AWS ECR

We now support the mode=max cache mode when using Buildkit in-cluster building together with AWS ECR registries. The mode=max cache mode can significantly speed up builds in case your Dockerfile is using multiple stages. If we detect that your registry supports this mode, we enable it by default.

See also the multi-stage caching section of the in-cluster building guide.

File syncing

Garden uses Mutagen to sync files between the local machine and a remote Kubernetes Pod for Code Synchronization and In-Cluster Building.

We made changes of how Mutagen file synchronization connects to remote Kubernetes cluster, which enabled us to update to the latest Mutagen version.

These changes are not enabled by default right now, and can be enabled using the environment variable GARDEN_ENABLE_NEW_SYNC=true.

Important note! The new sync mode is experimental. Before enabling it, please stop the sync daemon using garden util mutagen daemon stop. If you forget to stop the daemon, you will get an error message that suggests running this command.

Kubernetes version support policy

Starting with this release, we support Kubernetes versions until they reach the EOL date. Official Kubernetes EOL dates can be found at https://kubernetes.io/releases/. See https://docs.garden.io/getting-started/installation#requirements.

You can still use the older versions. They may work, but are unsupported and not guaranteed to be compatible.

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.26 (2024-02-22)

Features

  • k8s: support mode=max for AWS ECR with cluster-buildkit build mode (#5758) (6a94cec3b)

Bug Fixes

Improvements

Fixed Issues

  • #5053
  • #5420
  • #5446
  • #5501
  • #5683
  • #5729
  • #5741

0.13.25

3 months ago

Garden 0.13.25 is out! :tada:

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

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.25 (2024-02-13)

Features

Bug Fixes

Improvements

Fixed Issues

  • #3221
  • #5559
  • #5623

0.13.24

3 months ago

Garden 0.13.24 is out! :tada:

This is a maintenance release that includes some bug fixes.

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.24 (2024-01-31)

Bug Fixes

Fixed Issues

  • #5602
  • #5624
  • #5625
  • #5629
  • #5667