Back to Pulumi

V2.21.2

changelog/v2.21.2.md

3.244.01.3 KB
Original Source

2.21.2 (2021-02-22)

Improvements

  • [cli] Disable permalinks to the update details page when using self-managed backends (S3, Azure, GCS). Should the user want to get permalinks when using a self backend, they can pass a flag: pulumi up --suppress-permalink false. Permalinks for these self-managed backends will be suppressed on update, preview, destroy, import and refresh operations. #6251

  • [cli] Added commands config set-all and config rm-all to set and remove multiple configuration keys. #6373

  • [automation/*] Consume config set-all and config rm-all from automation API. #6388

  • [sdk/dotnet] C# Automation API. #5761

  • [sdk/dotnet] F# API to specify stack options. #5077

Bug Fixes

  • [sdk/nodejs] Don't error when loading multiple copies of the same version of a Node.js component package. #6387

  • [cli] Skip unnecessary state file writes to address performance regression introduced in 2.16.2. #6396