Skip to content

0.12.23

Compare
Choose a tag to compare
@eysi09 eysi09 released this 17 Jun 18:08
9b54679

Garden 0.12.23 is out! 🎉

This release includes several bugfixes and improvements to performance and stability.

In addition, exec modules can now define services: This can be used to deploy services (and check their statuses) using arbitrary scripts, which enables you to deploy services with custom tools while still integrating natively with Garden's stack graph.

Many thanks to @wojciechka for his contribution to this release, and to everyone who's been providing feedback and feature suggestions.

Happy hacking!

Changelog

Features

  • add one-way-replica as additional devMode.sync.mode (bcb16e82)
  • container: allow specifying preferred local port for port-forwards (ba9838bf)
  • core: allow opt aliases in ${command.params} (ce8b2aad)
  • exec: add services to exec modules (852db05a)

Improvements

  • cloud: better API errors (5b959581)
  • cloud: better secrets errors (7d64bdcc)
  • core: tweak log output during builds (3766ad28)
  • logger: do not store entries in-memory unless needed (d512a430)

Bug Fixes

  • core: support git 2.32.0 (32cb2d7f)
  • k8s: remove unnecessary build step for kubernetes modules (26d4d125)
  • k8s: ensure project namespace exists ahead of kaniko build (a1c9c67c)
  • workflows: error when running garden in a workflow script step (dd812238)