pulumi/CHANGELOG_PENDING.md
Josh Studt 31fec05a24
[auto/dotnet] - Add PulumiFn implementation for runtime stack type (#6910)
* add runtime stack type pulumi fn implementation

* add exception propagation test and update changelog

* slight refactor to just bring the identical service provider code into the new PulumiFn implementation.

* get tests passing, need service to be registered as transient so that the stack is instantiated each time because pulumi internal rely on instantiation

* check version command was failing because of additional white space it wasn't accounting for
2021-05-10 11:06:25 -04:00

412 B

Breaking Changes

Improvements

  • [auto/dotnet] - Provide PulumiFn implementation that allows runtime stack type #6910

  • [auto/go] - Provide GetPermalink for all results #6875

Bug Fixes

  • [auto/python] - Export missing ProjectBackend type #6984