pulumi/CHANGELOG_PENDING.md

19 lines
811 B
Markdown
Raw Normal View History

2021-05-06 20:27:21 +02:00
### Improvements
- [build] - make lint returns an accurate status code
2021-08-28 06:38:35 +02:00
[#7844](https://github.com/pulumi/pulumi/pull/7844)
- [codegen/python] - Add helper function forms `$fn_output` that
accept `Input`s, return an `Output`, and wrap the underlying `$fn`
call. This change addreses
[#5758](https://github.com/pulumi/pulumi/issues/) for Python,
making it easier to compose functions/datasources with Pulumi
resources. [#7784](https://github.com/pulumi/pulumi/pull/7784)
2021-07-28 21:12:53 +02:00
- [codegen/schema] Add a `pulumi schema check` command to validate package schemas.
[#7865](https://github.com/pulumi/pulumi/pull/7865)
### Bug Fixes
2021-08-31 06:28:57 +02:00
- [automation/go] Fix loading of stack settings/configs from yaml files.
[#pulumi-kubernetes-operator/183](https://github.com/pulumi/pulumi-kubernetes-operator/issues/183)