Back to Pulumi

V1.0.0 Beta.3

changelog/v1.0.0-beta.3.md

3.244.01.1 KB
Original Source

1.0.0-beta.3 (2019-08-21)

  • When using StackReference to fetch output values from another stack, do not mark a value as secret if it was not secret in the stack you referenced. (fixes #2744).

  • Allow resource IDs to be changed during pulumi refresh operations

  • Do not crash when renaming a stack that has never been updated, when using the local backend. (fixes #2654)

  • Fix intermittet "NoSuchKey" issues when using the S3 based backend. (fixes #2714).

  • Support filting stacks by organization or tags when using pulumi stack ls. (fixes #2712, #2769

  • Explicitly setting deleteBeforeReplace to false now overrides the provider's decision. #3118

  • Fail read steps (e.g. the step generated by a call to aws.s3.Bucket.get()) if the requested resource does not exist. #3123