Garden 0.12.46 is out! 🎉
This is a maintenance release. It includes a few bug fixes, minor features, and improvements.
See the changelog below for the details.
Many thanks to @to266 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.12.46 for Alpine AMD64 (tar.gz)
- Garden v0.12.46 for Linux AMD64 (tar.gz)
- Garden v0.12.46 for MacOS AMD64 (tar.gz)
- Garden v0.12.46 for Windows AMD64 (.zip)
Changelog
Features
- core: allow adding tolerations to buildkit deployment (60aa32110)
- exec: live log streaming for exec modules (bbe493b16)
- pulumi: add --skip-dependencies CLI option (6d87f3cdd)
Bug Fixes
- fixed
parallel
flag impl inupdate-remote sources
command (ef3a993ba) - cli: fixed alias of
--skip-dependencies
flag in garden commands (7a329fd74) - cloud: quick fix the "cloud create user" command (2a4a631a0)
- k8s: use mode=inline for buildkit in-cluster builder as default (#3312) (4850aa9f7)
- local-mode: disabled startup probes for proxy container (aa5b50e46)
- local-mode: fixed some bugs in local mode config (#3311) (ee97935a4)
- pulumi: use correct template context (47300cdc9)
- server: terminate ws connection if server not ready (6dc50d233)
- template: support numeric indices in
slice
function (9685a1414)
Improvements
- cli: improve header/footer text when connected to Cloud (2131a4569)
- container: configurable deployment strategy (#3293) (f6e7cfd10)
- logs: run and test commands error handling (#3309) (00402e62f)
- pulumi: better preview summaries (977877ebf)
- pulumi: handle build deps (3137e0ccf)
- pulumi: improve preview output (5d96b7c8a)
- pulumi: stricter validation and better error messages (8995b1e8e)
- template: string concatenation with
concat
function (97631f6f7) - template: support string concatenation with
+
operator (164da6668) - template: allow empty string separator in
join
function (987c211d4) - terraform: stricter validation and better error messages (351bfb855)