github garden-io/garden 0.12.39

latest releases: 0.13.41, edge-bonsai, 0.13.40...
2 years ago

Garden 0.12.39 is out! 🎉

This release contains the ability to override the version of Kubectl that Garden uses by setting a custom Kubectl path. This is useful for those cases where the Garden version doesn't agree with your set up.

It also contains a security update that ensures that the local Garden server only binds to localhost and adds authentication to the local server endpoints.

We strongly recommend that everyone update their Garden version right away. You can easily update it by running:

garden self-update

Many thanks to @xenoscopic and @h4sh5 for their contributions to this release!

Changelog

Features

  • k8s: allow overriding kubectl path in provider config (233c5a1b)

Security

  • core: require auth key for server endpoints (56051a5b)

Bug Fixes

  • add default ingress class for nginx ingress controller (31b0773f)
  • cli: avoid unnecessary git scan at startup (5eeea39c)
  • cli: uncaught promise error when version check fails (6cf6ed65)
  • core: always show dashboard link (64dd9b86)
  • k8s: handle spaces in kubectl path provided to Mutagen (2045cf41)
  • template: error in && operator during partial initial resolution (8a8215de)

Improvements

  • cloud: print link to Cloud namespace if applicable (dac340b8)

Don't miss a new garden release

NewReleases is sending notifications on new releases.