- Fixed ResourceOptions issue with stack references in Python SDK
[4553](https://github.com/pulumi/pulumi/pull/4553)
- Add runTask to F Deployment module
[3858](https://github.com/pulumi/pulumi/pull/3858)
- Add support for generating Fish completions
[4401](https://github.com/pulumi/pulumi/pull/4401)
- Support map-typed inputs in RegisterResource for Go SDK
[4522](https://github.com/pulumi/pulumi/pull/4522)
- Don't call IMocks.NewResourceAsync for the root stack resource
[4527](https://github.com/pulumi/pulumi/pull/4527)
- Add ResourceOutput type to Go SDK
[4575](https://github.com/pulumi/pulumi/pull/4575)
- Allow secrets to be decrypted when exporting a stack
[4046](https://github.com/pulumi/pulumi/pull/4046)
- Commands checking for a confirmation or requiring a `--yes` flag can now be
skipped by setting `PULUMI_SKIP_CONFIRMATIONS` to `1` or `true`.
[4477](https://github.com/pulumi/pulumi/pull/4477)