Garden 0.13.43 is out! 🎉
This is a maintenance release that includes some bug fixes, performance optimizations, features, and improvements.
Many thanks to @highb and @BraedonLeonard for their 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.43 for Alpine AMD64 (tar.gz)
- Garden v0.13.43 for Linux AMD64 (tar.gz)
- Garden v0.13.43 for Linux ARM64 (tar.gz)
- Garden v0.13.43 for MacOS AMD64 (tar.gz)
- Garden v0.13.43 for MacOS ARM64 (tar.gz)
- Garden v0.13.43 for Windows AMD64 (.zip)
Changelog
0.13.43 (2024-10-30)
Features
- exec: separate
stdout
andstderr
in Run and Testexec
-action outputs (#6572) (5a04f60ac) - k8s: allow using registry mirror for utility images (#6552) (122371dd6)
- pulumi: add
spec.showSecretsInOutput
config to Pulumi deploy action (#6555) (682e37896)
Bug Fixes
- correct deploy action validation in container plugin extension (#6606) (ba2a4954a)
- render action reference in error message (#6605) (4ebe9975a)
- k8s: correctly set image pull secret on sync pod (#6533) (a2826a947)
- k8s: add imagePullSecret from kubernetes provider to sync init container (#6530) (07a577ef4)
- profiler: fix sync profiler and collect more data (#6586) (04dcc006c)
- pulumi: stack not being selected before getting outputs when autoApply = false (#6554) (8fd42f3b3)
- pulumi: prevent existing pulumi configs from being overwritten (#6526) (dcfef40c6)
Improvements
- make sure artifacts are always fetched (#6532) (593c9cbdf)
- api: send action type to cloud (#5447) (15fe97404)
Performance Improvements
- optimize action configs processing (#6547) (af6df50a8)
- git: use
sub-tree
scan mode for config files scan (#6483) (131663140)