Skip to content

Commit

Permalink
Update changelog for 0.23.0 release (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Apr 30, 2019
1 parent 6c4b212 commit 861c15c
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
## 0.22.3 (Unreleased)
## 0.23.1 (Unreleased)

## 0.23.0 (April 30, 2019)

### Supported Kubernetes versions

- v1.14.x
- v1.13.x
- v1.12.x

### Major changes
### Important

- None
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.

### Improvements
The Python SDK now supports YAML manifests and Helm charts, including `CustomResourceDefinitions`
and `CustomResources`!

### Major changes

- Put all resources in specified provider namespace (https://github.com/pulumi/pulumi-kubernetes/pull/538)
- Add Helm support to Python SDK (https://github.com/pulumi/pulumi-kubernetes/pull/544)
Expand Down

0 comments on commit 861c15c

Please sign in to comment.