pulumi/CHANGELOG_PENDING.md
Chris Smith 883bb76a69
Paginate backend list operations (#7600)
* Paginate backend::List*

* Update filestate backend

* Update httpstate backend

* Update pulumi CLI commands

* Rebase with 'master', fix merge conflict in CHANGELOG_PENDING.md

* Resolve merge conflicts / errors
2021-07-29 13:37:17 -07:00

19 lines
582 B
Markdown

### Improvements
### Bug Fixes
- [cli] - Respect provider aliases
[#7166](https://github.com/pulumi/pulumi/pull/7166)
- [cli] - `pulumi stack ls` now returns all accessible stacks (removing
earlier cap imposed by the httpstate backend).
[#3620](https://github.com/pulumi/pulumi/issues/3620)
- [sdk/go] - Fix panics caused by logging from `ApplyT`, affecting
`pulumi-docker` and potentially other providers
[#7661](https://github.com/pulumi/pulumi/pull/7661)
- [sdk/python] - Handle unknown results from methods.
[#7677](https://github.com/pulumi/pulumi/pull/7677)