v0.23.0
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
!