Skip to content

v0.22.2

Compare
Choose a tag to compare
@lblackstone lblackstone released this 11 Apr 19:58
· 1314 commits to master since this release
v0.22.2
a33e855

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