pulumi/CHANGELOG_PENDING.md
Ian Wahbe 3329d81c1a
Update command respects --target-dependents (#8395)
* Update command respects `--target-dependents`

* Update CHANGELOG_PENDING.md

* Depend on parent and provider

* Add tests for new feature

* Separate predicate and mutation in code

* Remove `targetDependentsForUpdate`

* Refactor `isTargetedForUpdate`

* Add very important nil check
2021-11-16 17:12:36 -08:00

1.5 KiB

Improvements

  • Adds CI detector for Buildkite #7933

  • [cli] - Add --exclude-protected flag to pulumi destroy. #8359

  • [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

  • [schema] Add IsOverlay option to disable codegen for particular types #8338 #8425

  • [sdk/dotnet] - Marshal output values. #8316

  • [sdk/python] - Unmarshal output values in component provider. #8212

  • [sdk/nodejs] - Unmarshal output values in component provider. #8205

  • [sdk/nodejs] - Allow returning failures from Call in the provider without setting result outputs. #8424

  • [sdk/go] - Allow specifying Call failures from the provider. #8424

Bug Fixes

  • [engine] - Compute dependents correctly during targeted deletes. #8360

  • [cli/engine] - Update command respects --target-dependents #8395

  • [docs] - Fix broken lists in dotnet docs docs#6558