Release cleanup (#8094)

This commit is contained in:
Komal 2021-09-28 11:46:04 -07:00 committed by GitHub
parent 0a45f8d3ab
commit 4765f98d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,29 +1,6 @@
**Please Note:** The v3.13.1 release failed in our build pipeline and was re-released as v3.13.2.
### Improvements
- [CLI] - Enable output values in the engine by default.
[#8014](https://github.com/pulumi/pulumi/pull/8014)
### Bug Fixes
- [automation/python] - Fix a bug in printing `Stack` if no program is provided.
[#8032](https://github.com/pulumi/pulumi/pull/8032)
- [codegen/schema] - Revert #7938.
[#8035](https://github.com/pulumi/pulumi/pull/8035)
- [codegen/nodejs] - Correctly determine imports for functions.
[#8038](https://github.com/pulumi/pulumi/pull/8038)
- [codegen/go] - Fix resolution of enum naming collisions.
[#7985](https://github.com/pulumi/pulumi/pull/7985)
- [sdk/{nodejs,python}] - Fix errors when testing remote components with mocks.
[#8053](https://github.com/pulumi/pulumi/pull/8053)
- [codegen/nodejs] - Fix generation of provider enum with environment variables.
[#8051](https://github.com/pulumi/pulumi/pull/8051)
- [codegen/go] - Fix generation of cyclic struct types.
[#8049](https://github.com/pulumi/pulumi/pull/8049)