Skip to content

Commit

Permalink
Update changelog for 0.22.2 release (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Apr 11, 2019
1 parent d5fcfe0 commit a33e855
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.22.2 (Unreleased)
## 0.22.3 (Unreleased)

### Supported Kubernetes versions

Expand All @@ -12,6 +12,33 @@

### Improvements

- None

### Bug fixes

- None

## 0.22.2 (April 11, 2019)

### 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 https://github.com/pulumi/pulumi-kubernetes/pull/530 for details.

### Major changes

- None

### Improvements

- Improve error handling for "no match found" errors (https://github.com/pulumi/pulumi-kubernetes/pull/530)

### Bug fixes
Expand Down

0 comments on commit a33e855

Please sign in to comment.