Skip to content

0.13.43

Latest
Compare
Choose a tag to compare
@gordon-garden-bot gordon-garden-bot released this 30 Oct 17:00

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.

Changelog

0.13.43 (2024-10-30)

Features

  • exec: separate stdout and stderr in Run and Test exec-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

Performance Improvements

Fixed Issues