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