Skip to content

0.13.27

Compare
Choose a tag to compare
@gordon-garden-bot gordon-garden-bot released this 04 Mar 15:30

Garden 0.13.27 is out! 馃帀

This is a maintenance release that fies some critical regression, see #5794 and #5779.
The release also includes some other bug fixes and features, see the detailed changelog for the details.

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.27 (2024-03-04)

Features

Bug Fixes

  • buildkit: remove liveness probe to avoid unnecessary restarts of buildkit (#5779)
  • cloud: correctly parse user ID when creating cloud secrets (#5792) (519c90e93)
  • k8s: fix kubernetes workload rollout status check (#5794) (445d25c23)
  • k8s: attempt execing on running pod (#5782) (8b94e494e)
  • self-update: download alpine release artifacts on alpine (#5798) (418de1cbb)
  • template: support template strings in ConfigTemplate.configs (#5796) (bf51aa06b)

Fixed Issues