github garden-io/garden v0.11.6

latest releases: 0.12.71, edge-bonsai, 0.12.70...
4 years ago

This release contains several bug fixes and improvements. Among them, the ability to use nested template strings. Here's an example:

${environment.name == "local" ? "something-${var.local-var}" : "other-${remote-var}"}

A big thank you to @swist and @mitchfriedman for their contribution to this release!

Changelog

Improvements

  • k8s: update kaniko to v0.17.1 (70340e80)
  • k8s: default in-cluster registry namespace to project name (7ed4648e)
  • template: allow template expression in nested strings (a383459d)

Bug Fixes

  • issues with running HTTPS requests through HTTP proxy (5cd1864a)
  • commands: don't use default port in serve cmd (4babaefb)
  • container: strip quotes from Dockerfile paths when setting includes (49bb9b86)
  • k8s: error when task logs were longer than 500kB (10327a12)
  • k8s: error when helm returned empty YAML documents (669d70a2)

Don't miss a new garden release

NewReleases is sending notifications on new releases.