Pulumi v3.35.1 Release Notes

Release Date: 2022-06-23 // almost 2 years ago
  • ๐Ÿ‘Œ 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