pulumi/CHANGELOG_PENDING.md

20 lines
716 B
Markdown
Raw Permalink Normal View History

2021-05-06 20:27:21 +02:00
### Improvements
- [CLI] Adding the ability to use `pulumi org set [name]` to set a default org
to use when creating a stacks in the Pulumi Service backend or Self -hosted Service
[#8352](https://github.com/pulumi/pulumi/pull/8352)
- [schema] Add IsOverlay option to disable codegen for particular types
[#8338](https://github.com/pulumi/pulumi/pull/8338)
- [sdk/dotnet] - Marshal output values.
[#8316](https://github.com/pulumi/pulumi/pull/8316)
2021-11-13 01:51:30 +01:00
- Deprecate use of dependencies maps when sending output values.
[#8410](https://github.com/pulumi/pulumi/pull/8410)
### Bug Fixes
- [engine] - Compute dependents correctly during targeted deletes.
[#8360](https://github.com/pulumi/pulumi/pull/8360)