Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 708 Bytes

CHANGELOG_PENDING.md

File metadata and controls

14 lines (10 loc) · 708 Bytes

Improvements

  • [cli] Updated gocloud.dev to 0.24.0, which adds support for using AWS SDK v2. It enables users to pass an AWS profile to the awskms secrets provider url (i.e. awskms://alias/pulumi?awssdk=v2&region=eu-west-1&profile=aws-prod) #9536

  • [cli] Add --stack to pulumi about. #9518

Bug Fixes

  • [cli] The PULUMI_CONFIG_PASSPHRASE environment variables can be empty, this is treated different to being unset. #9568

  • [codegen/python] Fix importing of enum types from other packages. #9579