Skip to content

v0.23.0

Compare
Choose a tag to compare
@lblackstone lblackstone released this 30 Apr 20:57
· 1306 commits to master since this release
v0.23.0
861c15c

Supported Kubernetes versions

  • v1.14.x
  • v1.13.x
  • v1.12.x

Important

This release fixes a longstanding issue with the provider namespace flag. Previously, this
flag was erroneously ignored, but will now cause any resources using this provider to be
created in the specified namespace. This may cause resources to be recreated! Unset the
namespace parameter to avoid this behavior. Also note that this parameter takes precedence
over any namespace defined on the underlying resource.

The Python SDK now supports YAML manifests and Helm charts, including CustomResourceDefinitions
and CustomResources!

Major changes

  • Put all resources in specified provider namespace (#538)
  • Add Helm support to Python SDK (#544)

Bug fixes

  • Fix Helm repo quoting for Windows (#540)
  • Fix Python YAML SDK (#545)