Garden 0.13.14 is out! 🎉
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.
- Garden v0.13.14 for Alpine AMD64 (tar.gz)
- Garden v0.13.14 for Linux AMD64 (tar.gz)
- Garden v0.13.14 for Linux ARM64 (tar.gz)
- Garden v0.13.14 for MacOS AMD64 (tar.gz)
- Garden v0.13.14 for MacOS ARM64 (tar.gz)
- Garden v0.13.14 for Windows AMD64 (.zip)
Changelog
Features
Bug Fixes
- remove rsync dependency from homebrew formula (#5086) (640b51a14)
- print the output of Run and Test actions on the info log level (#5059) (30e6fa008)
- avoid crash during kubectl retry (#5098) (c5a7679cb)
- use shell matching platform when running scripts (#5034) (22013ae77)
- do not error if actionSources are empty (#5036) (bc38c9747)
- framework: several error handling improvements (#5001) (1bfe7b5ad)