pulumi/CHANGELOG_PENDING.md

1.7 KiB

Breaking Changes

  • [CLI] Standardize the --stack flag to not set the stack as current (i.e. setStack=false) across CLI commands. #6300

  • [sdk/cli] Bump version of Pulumi CLI and SDK to v3 #6554

  • [sdk/go] Simplify Apply method options to reduce binary size #6607

  • [Automation/*] All operations use --stack to specify the stack instead of running select stack before the operation. #6300

  • [Automation/go] Moving go automation API package from sdk/v2/go/x/auto -> sdk/v2/go/auto #6518

  • [Automation/nodejs] Moving NodeJS automation API package from sdk/nodejs/x/automation -> sdk/nodejs/automation #6518

  • [Automation/python] Moving Python automation API package from pulumi.x.automation -> pulumi.automation #6518

  • [Automation/go] Moving go automation API package from sdk/v2/go/x/auto -> sdk/v2/go/auto #6518

  • [Automation/nodejs] Moving NodeJS automation API package from sdk/nodejs/x/automation -> sdk/nodejs/automation #6518

  • [Automation/python] Moving Python automation API package from pulumi.x.automation -> pulumi.automation #6518

  • [sdk/*] Refactor Mocks newResource and call to accept an argument struct for future extensibility rather than individual args #6672

Enhancements

Bug Fixes