pulumi/CHANGELOG_PENDING.md

694 B

Improvements

  • [cli] The engine will now warn when a resource option is applied to a Component resource when that option will have no effect. This extends #9863 which only warns for the ignoreChanges resource options. #9921

  • [auto/*] Add a option to control the --show-secrets flag in the automation API. #9879

Bug Fixes

  • [auto/go] Fix passing of the color option. #9940

  • [engine] Fix panic from unexpected resource name formats. #9950