Skip to content

v0.5.5

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 18 Oct 21:12
· 132 commits to main since this release
c775467

Improvements

  • Add two new builtins, fn::fromBase64 and fn::fromJSON. The former decodes a base64-encoded
    string into a binary string and the latter decodes a JSON string into a value.
    #117

Bug Fixes