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:
- Update all Garden clients to
0.13.10
or later (garden self-update
) - 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.
- Garden v0.13.10 for Alpine AMD64 (tar.gz)
- Garden v0.13.10 for Linux AMD64 (tar.gz)
- Garden v0.13.10 for MacOS AMD64 (tar.gz)
- Garden v0.13.10 for Windows AMD64 (.zip)
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
inspec.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)