Pulumi v1.0.0-beta.1 Release Notes

Release Date: 2019-08-13 // over 4 years ago
    • Do not propagate input properties to missing output properties during preview. The old behavior can cause issues that are difficult to diagnose in cases where the actual value of the output property differs from the value of the input property, and can cause applys to run at unexpected times. If this change causes issues in a Pulumi program, the original behavior can be enabled by setting the PULUMI_ENABLE_LEGACY_APPLY environment variable to true.

    • ๐Ÿ›  Fix a bug in the GitHub Actions program preventing errors from being rendered in the Actions log on github.com. #3036

    • ๐Ÿ›  Fix a bug in the Node.JS SDK that caused failure details for provider functions to go unreported. #3048

    • ๐Ÿ›  Fix a bug in the Python SDK that caused crashes when using asynchronous data sources. #3056

    • ๐Ÿ›  Fix crash when exporting secrets from a pulumi app #2962

    • ๐Ÿ›  Fix a panic in logger when a secret contains non-printable characters #3074

    • Check the uniqueness of the project name during pulumi new #3065