Pulumi v1.0.0-beta.3 Release Notes

Release Date: 2019-08-21 // over 4 years ago
    • 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