changelog/v2.21.2.md
[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