Prepare for v2.17.1 release

This commit is contained in:
stack72 2021-01-13 14:48:16 +00:00
parent 89b1d0d2c7
commit d25b74014e

View file

@ -2,34 +2,42 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
## 2.17.1 (2021-01-13)
- Fix an issue with go sdk generation where optional strict enum values
could not be omitted. Note - this is a breaking change to go sdk's enum
values. However we currently only support strict enums in the azure-nextgen
provider's schema.
[#6069](https://github.com/pulumi/pulumi/pull/6069)
values. However we currently only support strict enums in the azure-nextgen provider's schema.
[#6069](https://github.com/pulumi/pulumi/pull/6069)
- Fix an issue where python debug messages print unexpectedly.
[#6967](https://github.com/pulumi/pulumi/pull/6067)
- [CLI] Add `version` to the stack history output to be able to
correlate events back to the Pulumi SaaS
[#6063](https://github.com/pulumi/pulumi/pull/6063)
- Fix a typo in the unit testing mocks to get the outputs while registering them
- Fix a typo in the unit testing mocks to get the outputs
while registering them
[#6040](https://github.com/pulumi/pulumi/pull/6040)
- [sdk/dotnet] Moved urn value retrieval into if statement for MockMonitor
- [sdk/dotnet] Moved urn value retrieval into if statement
for MockMonitor
[#6081](https://github.com/pulumi/pulumi/pull/6081)
- [sdk/dotnet] Added `Pulumi.Output.Unsecret` which will take an existing secret output and
- [sdk/dotnet] Added `Pulumi.Output.Unsecret` which will
take an existing secret output and
create a non-secret variant with an unwrapped secret value.
[#6092](https://github.com/pulumi/pulumi/pull/6092)
- [sdk/dotnet] Added `Pulumi.Output.IsSecretAsync` which will take an existing output and
- [sdk/dotnet] Added `Pulumi.Output.IsSecretAsync` which will
take an existing output and
determine if an output has a secret within the output.
[#6092](https://github.com/pulumi/pulumi/pull/6092)
- [sdk/dotnet] Fix looking up empty version in `ResourcePackages.TryGetResourceType`.
- [sdk/dotnet] Fix looking up empty version in
`ResourcePackages.TryGetResourceType`.
[#6084](https://github.com/pulumi/pulumi/pull/6084)
- Python Automation API.