pulumi/CHANGELOG_PENDING.md
Vivek Lakshmanan 59b24bd449 Add changelog
2021-08-30 21:28:57 -07:00

811 B

Improvements

  • [build] - make lint returns an accurate status code #7844

  • [codegen/python] - Add helper function forms $fn_output that accept Inputs, return an Output, and wrap the underlying $fn call. This change addreses #5758 for Python, making it easier to compose functions/datasources with Pulumi resources. #7784

  • [codegen/schema] Add a pulumi schema check command to validate package schemas. #7865

Bug Fixes