github garden-io/garden 0.13.26

latest releases: edge-bonsai, 0.13.33, 0.13.32...
4 months ago

Garden 0.13.26 is out! 🎉

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

Don't miss a new garden release

NewReleases is sending notifications on new releases.