Skip to content

Commit

Permalink
Merge pull request #351 from pulumi/lblackstone/0.19.0-changelog
Browse files Browse the repository at this point in the history
Update changelog for 0.19.0
  • Loading branch information
lblackstone committed Jan 15, 2019
2 parents 69d6a81 + 786bdb0 commit 9e9e04c
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
## 0.18.1 (Unreleased)
## 0.19.1 (Unreleased)

## 0.19.0 (Released January 15, 2019)

### Major changes

- Implement incremental status updates for `StatefulSet`
(https://github.com/pulumi/pulumi-kubernetes/pull/307)
- Allow the `@pulumi/kubernetes` YAML API to understand arbitrary URLs
(https://github.com/pulumi/pulumi-kubernetes/pull/328)
- Add support for `.get` on CustomResources
(https://github.com/pulumi/pulumi-kubernetes/pull/329)
- Add support for `.get` for first-class providers
(https://github.com/pulumi/pulumi-kubernetes/pull/340)

### Improvements

- Fix Ingress await logic for ExternalName Services
(https://github.com/pulumi/pulumi-kubernetes/pull/320)
- Fix replacement logic for Job
(https://github.com/pulumi/pulumi-kubernetes/pull/324 and https://github.com/pulumi/pulumi-kubernetes/pull/324)
- Fix Cluster/RoleBinding replace semantics
(https://github.com/pulumi/pulumi-kubernetes/pull/337)
- Improve typing for `apiVersion` and `kind`
(https://github.com/pulumi/pulumi-kubernetes/pull/341)

## 0.18.0 (Released December 4, 2018)

Expand Down

0 comments on commit 9e9e04c

Please sign in to comment.