pulumi/CHANGELOG_PENDING.md

18 lines
585 B
Markdown
Raw Normal View History

2021-06-17 01:42:16 +02:00
2021-05-06 20:27:21 +02:00
### Improvements
- [codegen/python,nodejs] - Emit dynamic config-getters.
[#7447](https://github.com/pulumi/pulumi/pull/7447), [#7530](https://github.com/pulumi/pulumi/pull/7530)
2021-05-06 20:27:21 +02:00
- [sdk/python] - Make `Output[T]` covariant
[#7483](https://github.com/pulumi/pulumi/pull/7483)
### Bug Fixes
2021-05-28 18:28:07 +02:00
- [cli] - Respect provider aliases
[#7166](https://github.com/pulumi/pulumi/pull/7166)
- [sdk/nodejs] Fix a bug in closure serialization.
[#6999](https://github.com/pulumi/pulumi/pull/6999)
- Normalize cloud URL during login
[#7544](https://github.com/pulumi/pulumi/pull/7544)