pulumi/CHANGELOG_PENDING.md

16 lines
454 B
Markdown
Raw Normal View History

2021-03-25 20:01:45 +01:00
### Breaking
2021-03-18 16:45:26 +01:00
2021-03-25 20:01:45 +01:00
### Improvements
- [cli] Strip Byte-order Mark (BOM) from YAML configs during load.
[#6636](https://github.com/pulumi/pulumi/pull/6636)
2021-03-03 20:48:57 +01:00
### Bug Fixes
2021-03-03 19:45:26 +01:00
- [automation/python] Fix passing of additional environment variables.
[#6639](https://github.com/pulumi/pulumi/pull/6639)
- [sdk/python] Make exceptions raised by calls to provider functions (e.g. data sources) catchable.
[#6504](https://github.com/pulumi/pulumi/pull/6504)