Skip to content

v0.5.5

Compare
Choose a tag to compare
@AaronFriel AaronFriel released this 31 Aug 17:28
· 184 commits to main since this release
ab2c007

Improvements

  • Show all error/ warning messages
    #279

  • Support options on Fn::Invoke.

    #284

  • Add Get to resources, allowing Pulumi YAML programs to read external resources.
    #290

  • pulumi yaml syntax errors emit one less log message
    #300

  • Support setting default providers
    #296

  • Add sugar for Fn::Invoke
    #294

  • CI check to ensure pu/pkg and pu/sdk versions are merged
    #307

  • Add Int type to the configuration section.
    #313

  • Support options.version on pulumi convert
    #291

Bug Fixes

  • Allow bool configuration type
    #299

  • Fix pulumi convert panic on Fn::Split
    #319

  • Fix panic on empty object node on pulumi convert
    #321

  • Fix type checker inaccurately allows using 'id' property of a component resource
    #324