github garden-io/garden 0.13.10

latest releases: edge-bonsai, 0.13.40, 0.13.39...
13 months ago

Garden 0.13.10 is out! 🎉

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

If you are using in-cluster build modes like kaniko and buildkit, images that have been built with Garden versions prior to this release might contain files with too restrictive permissions. To remediate this issue, you need to follow these steps:

  1. Update all Garden clients to 0.13.10 or later (garden self-update)
  2. Rebuild all docker images (garden build -f) to make sure that permissions are okay in all cached images.

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

  • mutagen default permissions are too restrictive (#4824) (0d6c93d49)
  • restore azure devops support for dockerhub images (#4829) (ef42b168a)
  • config: throw error if multiple project configs are found (86bb66f39)
  • docs: update migration guide (d685ab96f)
  • k8s: regression in globs in k8s manifest files (#4903) (1b511dc64)
  • k8s: allow null in spec.files for deploy config (#4881) (4fc3a0997)
  • template: inputs processing in module config resolution (#4907) (d4e7dcbb0)
  • template: respect project level variables in action config context (#4883) (05d0f4455)

Improvements

Fixed Issues

Don't miss a new garden release

NewReleases is sending notifications on new releases.