pulumi/CHANGELOG_PENDING.md

998 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

  • [cli/about] - Add comand for debug information #7817

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

Bug Fixes

  • [sdk/python] Fix a regression in Python dynamic providers introduced in #7755.

  • [automation/go] Fix loading of stack settings/configs from yaml files. #pulumi-kubernetes-operator/183