pulumi/CHANGELOG_PENDING.md

29 lines
1 KiB
Markdown
Raw Normal View History

2021-03-18 16:45:26 +01:00
### Breaking
### Improvements
2021-03-19 03:11:59 +01:00
- [cli] Improve diff displays during `pulumi refresh`
[#6568](https://github.com/pulumi/pulumi/pull/6568)
2021-03-18 16:45:26 +01:00
- [sdk/go] Cache loaded configuration files.
[#6576](https://github.com/pulumi/pulumi/pull/6576)
- [automation/*] Implement minimum version checking and add:
- Go: `LocalWorkspace.PulumiVersion()` - [#6577](https://github.com/pulumi/pulumi/pull/6577)
- Nodejs: `LocalWorkspace.pulumiVersion` - [#6580](https://github.com/pulumi/pulumi/pull/6580)
- Python: `LocalWorkspace.pulumi_version` - [#6589](https://github.com/pulumi/pulumi/pull/6589)
- Dotnet: `LocalWorkspace.PulumiVersion` - [#6590](https://github.com/pulumi/pulumi/pull/6590)
2021-03-03 20:48:57 +01:00
### Bug Fixes
2021-03-03 19:45:26 +01:00
- [sdk/python] Fix automatic venv creation
[#6599](https://github.com/pulumi/pulumi/pull/6599)
- [automation/python] Fix Settings file save
[#6605](https://github.com/pulumi/pulumi/pull/6605)
- [sdk/dotnet] Remove MaybeNull from Output/Input.Create to avoid spurious warnings
[#6600](https://github.com/pulumi/pulumi/pull/6600)