Prepare for v3.17.1 release (#8390)

This commit is contained in:
Anton Tayanovskyy 2021-11-09 16:38:21 -05:00 committed by GitHub
parent a526db129a
commit 9c707b3baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,27 @@
CHANGELOG
=========
## 3.17.1 (2021-11-09)
### Improvements
- [codegen/docs] Edit docs codegen to document `$fnOutput` function
invoke forms in API documentation.
[#8287](https://github.com/pulumi/pulumi/pull/8287)
### Bug Fixes
- [automation/python] - Fix deserialization of events.
[#8375](https://github.com/pulumi/pulumi/pull/8375)
- [sdk/dotnet] - Fixes failing preview for programs that call data
sources (`F.Invoke`) with unknown outputs.
[#8339](https://github.com/pulumi/pulumi/pull/8339)
- [programgen/go] - Don't change imported resource names.
[#8353](https://github.com/pulumi/pulumi/pull/8353)
## 3.17.0 (2021-11-03)
### Improvements