Releases: pulumi/pulumi-kubernetes
v0.24.0
Important
BREAKING: This release changes the behavior of the provider namespace
flag introduced
in 0.23.0
. Previously, this flag was treated as an override, which ignored namespace
values set directly on resources. Now, the flag is a default, and will only set the
namespace if one is not already set. If you have created resources using a provider
with the namespace
flag set, this change may cause these resources to be recreated
on the next update.
Major changes
- BREAKING: Change the recently added
transformations
callback in Python to match JavaScript API (#575) - BREAKING: Remove
getInputs
from Kubernetes resource implementations. (#580) - BREAKING: Change provider namespace from override to default. (#585)
Improvements
- Enable configuring
ResourceOptions
viatransformations
(#575). - Changing k8s cluster config now correctly causes dependent resources to be replaced (#577).
- Add user-defined type guard
isInstance
to all KubernetesCustomResource
implementations (#582).
Bug fixes
- Fix panics during preview when
metadata
is a computed value (#572)
v0.23.1
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
!
Major changes
Bug fixes
v0.22.2
Supported Kubernetes versions
- v1.14.x
- v1.13.x
- v1.12.x
Important
This release improves handling for CustomResources (CRs) and CustomResourceDefinitions (CRDs).
CRs without a matching CRD will now be considered deleted during pulumi refresh
, and pulumi destroy
will not fail to delete a CR if the related CRD is missing.
See #530 for details.
Major changes
- None
Improvements
- Improve error handling for "no match found" errors (#530)
Bug fixes
- None
v0.22.1
Supported Kubernetes versions
- v1.14.x
- v1.13.x
- v1.12.x
Major changes
Improvements
Bug fixes
v0.22.0
v0.21.1
v0.21.0
Important
Updating to v0.17.0 version of @pulumi/pulumi
. This is an update that will not play nicely
in side-by-side applications that pull in prior versions of this package.
See pulumi/pulumi@7f5e089 for more details.
As such, we are rev'ing the minor version of the package from 0.16 to 0.17. Recent version of pulumi
will now detect, and warn, if different versions of @pulumi/pulumi
are loaded into the same application. If you encounter this warning, it is recommended you move to versions of the @pulumi/...
packages that are compatible. i.e. keep everything on 0.16.x until you are ready to move everything to 0.17.x.