Back to Pulumi

V2.17.1

changelog/v2.17.1.md

3.244.01.6 KB
Original Source

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

  • Fix an issue where python debug messages print unexpectedly. #6967

  • [CLI] Add version to the stack history output to be able to correlate events back to the Pulumi SaaS #6063

  • Fix a typo in the unit testing mocks to get the outputs while registering them #6040

  • [sdk/dotnet] Moved urn value retrieval into if statement for MockMonitor #6081

  • [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

  • [sdk/dotnet] Added Pulumi.Output.IsSecretAsync which will take an existing output and determine if an output has a secret within the output. #6092

  • [sdk/dotnet] Fix looking up empty version in ResourcePackages.TryGetResourceType. #6084

  • Python Automation API. #5979

  • Support recovery workflow (import/export/cancel) in Python Automation API. #6037