Garden 0.13.8 is out! 🎉
This is a patch release that fixes regression (#4811) introduced in #4516,
and reopens 2 bugs (#4505 and #4506).
This release also includes some bug fixes, features, and improvements.
Many thanks to @fharper for the contributions 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.
- Garden v0.13.8 for Alpine AMD64 (tar.gz)
- Garden v0.13.8 for Linux AMD64 (tar.gz)
- Garden v0.13.8 for MacOS AMD64 (tar.gz)
- Garden v0.13.8 for Windows AMD64 (.zip)
Changelog
Features
- add
with-dependants
deploy command flag (c34851e9b) - config: allow multiple actions with same key if all but one is disabled (d7ea44955)
- k8s: support globs in kubernetes module/Deploy files field (9cb5ba402)
- server: add internal _shell command and new WS endpoint (873d4aa22)
Bug Fixes
- respect
spec.publishId
for publishing image (24089334b) - cloud: send "sessionFailed" event if result has errors (e4c5c936c)
- template: allow empty string as a valid arg of
isEmpty
helper (45d9484cd) - template: allow
null
as a valid argument in helper functions (655a5c8e4) - k8s: fix issue that could cause deploys to be skipped when action should have been deployed due to changes (21219c1c3 #4811)
Improvements
- server: also send sessions events over ws (55fdeee98)