Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 23:08
· 257 commits to main since this release
8042a5c

Improvements

  • Update pulumi/pulumi to v3.32.1

  • Add errors when hanging invalid fields off of resources.
    #203

  • Add errors when hanging invalid fields off of resource options.
    #211

  • Add a type checker.
    #228

  • Add Fn::FromBase64
    #218

  • Add support for Fn::ReadFile, enabling Stack README support.
    #217

  • Allow Fn::Join to take expressions as inputs, previously the second argument had to be a syntactical list.
    #241

Bug Fixes

  • De-duplicate error message added during pre-eval checking.
    #207

  • Prevent invokes without inputs from crashing pulumi-language-yaml.
    #216

  • Allow Fn::ToBase64 to take expressions as inputs, was previously constrained to only allow a
    string constant.
    #221

  • [expr] Fix handling of "plain" input maps when sending properties to component providers such as AWSX.
    #195

  • Do not panic when converting functions without Return fields.
    #233