Pulumi v1.9.1 Release Notes

Release Date: 2020-01-27 // over 4 years ago
    • 🛠 Fix a stack reference regression in the Python SDK. #3798

    • 🛠 Fix a buggy assertion in the Go SDK. #3794

    • ➕ Add --latest flag to pulumi policy enable.

    • 💥 Breaking change for Policy which removes requirement for version when running pulumi policy disable. Add --version flag if user wants to specify version of Policy Pack to disable.

    • 🛠 Fix rendering of Policy Packs to ensure they are always displayed.

    • Primitive input types in the Go SDK (e.g. Int, String, etc.) now implement the corresponding Ptr type e.g. IntPtr, StringPtr, etc.). This is consistent with the output of the Go code generator and is much more ergonomic for optional inputs than manually converting to pointer types. #3806

    • ➕ Add ability to specify all versions when removing a Policy Pack.

    • 💥 Breaking change to Policy command: Change enable command to use pulumi policy enable <org-name>/<policy-pack-name> latest instead of a --latest flag.