pulumi/CHANGELOG_PENDING.md
Levi Blackstone aeb6857f7f
[codegen] Encrypt input args for secret properties (#7128)
The output side was already handled using the
addionalSecretOutputs property. This change
ensures both inputs and outputs are encrypted
in the state.
2021-05-26 16:00:51 -06:00

13 lines
327 B
Markdown

### Improvements
- [codegen] - Encrypt input args for secret properties.
[#7128](https://github.com/pulumi/pulumi/pull/7128)
### Bug Fixes
- [cli] - Send plugin install output to stderr, so that it doesn't
clutter up --json, automation API scenarios, and so on.
[#7115](https://github.com/pulumi/pulumi/pull/7115)