Skip to content

Commit

Permalink
Update changelog for 0.25.1 release (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone authored Jul 2, 2019
1 parent f1a6f90 commit e2b1abd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.25.1 (Unreleased)
## 0.25.2 (Unreleased)

## 0.25.1 (July 2, 2019)

### Supported Kubernetes versions

Expand All @@ -12,6 +14,7 @@
well as behavior that is more consistent with respect to `kubectl`. (https://github.com/pulumi/pulumi-kubernetes/pull/604)
- The Kubernetes provider now supports the internal features necessary for the Pulumi engine to detect diffs between the actual and desired state of a resource after a `pulumi refresh` (https://github.com/pulumi/pulumi-kubernetes/pull/477).
- The Kubernetes provider now sets the `"kubectl.kubernetes.io/last-applied-configuration"` annotation to the last deployed configuration for a resource. This enables better interoperability with `kubectl`.

### Bug fixes

- Add more props that force replacement of Pods (https://github.com/pulumi/pulumi-kubernetes/pull/613)
Expand Down

0 comments on commit e2b1abd

Please sign in to comment.