cleanup changelog pending (#8152)

This commit is contained in:
Emiliza Gutierrez 2021-10-06 12:02:14 -07:00 committed by GitHub
parent a1b6b1ee6a
commit 9d0c224b35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,30 +1,4 @@
### Improvements
- [cli] - Differentiate in-progress actions by bolding output.
[#7918](https://github.com/pulumi/pulumi/pull/7918)
- [CLI] Adding the ability to set `refresh: always` in an options object at a Pulumi.yaml level
to allow a user to be able to always refresh their derivative stacks by default
[#8071](https://github.com/pulumi/pulumi/pull/8071)
### Bug Fixes
- [codegen/go] - Fix generation of cyclic struct types.
[#8049](https://github.com/pulumi/pulumi/pull/8049)
- [codegen/nodejs] - Fix type literal generation by adding
disambiguating parens; previously nested types such as arrays of
unions and optionals generated type literals that were incorrectly
parsed by TypeScript precedence rules.
NOTE for providers: using updated codegen may result in API changes
that break existing working programs built against the older
(incorrect) API declarations.
[#8116](https://github.com/pulumi/pulumi/pull/8116)
- [auto/go] - Fix --target / --replace args
[#8109](https://github.com/pulumi/pulumi/pull/8109)
- [sdk/python] - Fix deprecation warning when using python 3.10
[#8129](https://github.com/pulumi/pulumi/pull/8129)