github pulumi/pulumi-kubernetes v0.23.0

latest releases: v4.12.0-alpha.1, v4.11.0, sdk/v4.11.0...
4 years ago

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)

Don't miss a new pulumi-kubernetes release

NewReleases is sending notifications on new releases.