pulumi/CHANGELOG_PENDING.md

20 lines
952 B
Markdown
Raw Normal View History

2021-05-06 20:27:21 +02:00
### Improvements
- [auto/dotnet] - Add support for `--exact` and `--server` with `pulumi plugin install` via Automation API. BREAKING NOTE: If you are subclassing `Workspace` your `InstallPluginAsync` implementation will need to be updated to reflect the new `PluginInstallOptions` parameter.
[#7762](https://github.com/pulumi/pulumi/pull/7796)
- [codegen/go] - Add helper function forms `$fnOutput` that accept
`Input`s, return an `Output`, and wrap the underlying `$fn` call.
This change addreses
[#5758](https://github.com/pulumi/pulumi/issues/) for Go, making it
easier to compose functions/datasources with Pulumi resources.
[#7784](https://github.com/pulumi/pulumi/pull/7784)
### Bug Fixes
2021-07-28 21:12:53 +02:00
- [cli] - Avoid `missing go.sum entry for module` for new Go projects.
[#7808](https://github.com/pulumi/pulumi/pull/7808)
2021-08-23 22:54:44 +02:00
- [codegen/schema] - Allow hyphen in schema path reference.
[#7824](https://github.com/pulumi/pulumi/pull/7824)