Back to Pulumi

V2.14.0

changelog/v2.14.0.md

3.244.01.8 KB
Original Source

2.14.0 (2020-11-18)

  • Propagate secretness of provider configuration through to the statefile. This ensures that any configuration values marked as secret (i.e. values set with pulumi config set --secret) that are used as inputs to providers are encrypted before they are stored. #5742

  • Fix a bug that could prevent pulumi import from succeeding. #5730

  • [Docs] Add support for the generation of Import documentation in the resource docs. This documentation will only be available if the resource is importable. #5667

  • [codegen/go] Add support for ResourceType and isComponent to enable multi-language components in Go. This change also generates Input/Output types for all resources in downstream Go SDKs. #5497

  • Support python 3.9 on Windows. #5739

  • pulumi-language-go and pulumi new now explicitly requires Go 1.14.0 or greater. #5741

  • Update .NET Grpc libraries to 2.33.1 and Protobuf to 3.13.0 (forked to increase the recursion limit) #5757

  • Fix plugin install failures on Windows. #5759

  • .NET: Report plugin install errors during pulumi new. #5760

  • Correct error message on KeyNotFoundException against StackReference. #5740

  • [cli] Small UX change on the policy violations output to render as type: name #5773