Prepare for v3.10.2 (#7771)

This commit is contained in:
Pat Gavlin 2021-08-16 19:36:38 -05:00 committed by GitHub
parent 8f9a13a76f
commit d454e42b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 18 deletions

View file

@ -1,5 +1,29 @@
CHANGELOG
=========
## 3.10.2 (2021-08-16)
### Improvements
- [cli] Stop printing secret value on `pulumi config set` if it looks like a secret.
[#7327](https://github.com/pulumi/pulumi/pull/7327)
- [sdk/nodejs] Prevent Pulumi from overriding tsconfig.json options.
[#7068](https://github.com/pulumi/pulumi/pull/7068)
- [sdk/go] - Permit declaring explicit resource dependencies via
`ResourceInput` values.
[#7584](https://github.com/pulumi/pulumi/pull/7584)
### Bug Fixes
- [sdk/go] - Fix marshaling behavior for undefined properties.
[#7768](https://github.com/pulumi/pulumi/pull/7768)
- [sdk/python] - Fix program hangs when monitor becomes unavailable.
[#7734](https://github.com/pulumi/pulumi/pull/7734)
- [sdk/python] Allow Python dynamic provider resources to be constructed outside of `__main__`.
[#7755](https://github.com/pulumi/pulumi/pull/7755)
## 3.10.1 (2021-08-12)
### Improvements

View file

@ -1,22 +1,4 @@
### Improvements
- [cli] Stop printing secret value on `pulumi config set` if it looks like a secret.
[#7327](https://github.com/pulumi/pulumi/pull/7327)
- [sdk/nodejs] Prevent Pulumi from overriding tsconfig.json options.
[#7068](https://github.com/pulumi/pulumi/pull/7068)
- [sdk/go] - Permit declaring explicit resource dependencies via
`ResourceInput` values.
[#7584](https://github.com/pulumi/pulumi/pull/7584)
### Bug Fixes
- [sdk/go] - Fix marshaling behavior for undefined properties.
[#7768](https://github.com/pulumi/pulumi/pull/7768)
- [sdk/python] - Fix program hangs when monitor becomes unavailable.
[#7734](https://github.com/pulumi/pulumi/pull/7734)
- [sdk/python] Allow Python dynamic provider resources to be constructed outside of `__main__`.
[#7755](https://github.com/pulumi/pulumi/pull/7755)