Skip to content

Releases: pulumi/pulumi-yaml

v1.4.0

27 Oct 15:08
474812d
Compare
Choose a tag to compare

Improvements

  • Update pulumi/pulumi to v3.78.1
    #493

  • Publish pulumi-converter-yaml.

  • Plugins: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.

  • Improve handling of types of config fields.

Bug Fixes

  • Allow protect resource option to be set dynamically.

v1.3.0

29 Aug 20:11
2135f7e
Compare
Choose a tag to compare

Improvements

  • Update pulumi/pulumi to v3.78.1
    #493

  • Publish pulumi-converter-yaml.

  • Plugins: clean up resources and exit cleanly on receiving SIGINT or CTRL_BREAK.

Bug Fixes

v1.2.2

23 Aug 21:27
63817b5
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fix unknown outputs showing up outside of preview and causing errors.
    #496

v1.2.1

10 Aug 22:19
6a159e7
Compare
Choose a tag to compare

Bug Fixes

  • Return a useful error message when a resource does not have a 'type' field
    specified, rather than a panic.
    #468

  • Fix nested access of unknown properties.
    #490

v1.2.0

08 Aug 14:12
70e1a43
Compare
Choose a tag to compare

Improvements

  • Pre-built binaries of pulumi-language-yaml are now built with Go 1.20.
  • Upgrade to Pulumi v3.76.
  • Fix unknown resource outputs causing the program to fail during preview.

Bug Fixes

v1.1.1

12 Apr 17:09
7a48c05
Compare
Choose a tag to compare

Improvements

Bug Fixes

v1.1.0

06 Apr 16:48
d5e3539
Compare
Choose a tag to compare

Improvements

  • Add support for the deletedWith resource option.
    #437

Bug Fixes

  • Avoid panicing for non-string map keys
    #428

v1.0.4

07 Dec 19:09
3abcc76
Compare
Choose a tag to compare

Improvements

  • Deprecate fn::stackReference.
    #420

  • Ensure resource and invoke option "version" is used in package resolution, enabling Docker v4
    provider docker:Image resource.
    #423

Bug Fixes

v1.0.3

17 Nov 16:27
074509f
Compare
Choose a tag to compare

Improvements

  • Parse config block for pulumi convert.
    #407

Bug Fixes

  • Do not error on duplicate config keys.
    #402

v1.0.2

08 Nov 22:31
70ae99d
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Do not error on duplicate config keys.
    #402