Skip to content

Commit

Permalink
Propagate secretness correctly in Python apply (#4273)
Browse files Browse the repository at this point in the history
* Propagate secretness correctly in Python `apply`

* Improve `apply` test coverage

* Update CHANGELOG.md
  • Loading branch information
justinvp committed Apr 2, 2020
1 parent 9c82975 commit dd104a0
Show file tree
Hide file tree
Showing 5 changed files with 1,291 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CHANGELOG
- Fix handling of `nil` values in Outputs in Go.
[#4268](https://github.com/pulumi/pulumi/pull/4268)

- Fix secretness propagation in Python `apply`.
[#4273](https://github.com/pulumi/pulumi/pull/4273)

## 1.14.0 (2020-04-01)
- Fix error related to side-by-side versions of `@pulumi/pulumi`.
[#4235](https://github.com/pulumi/pulumi/pull/4235)
Expand Down

0 comments on commit dd104a0

Please sign in to comment.