Skip to content

Releases: pulumi/pulumi-yaml

v1.7.0

29 Apr 13:54
283b661
Compare
Choose a tag to compare

Improvements

  • Allow the Resource.get.id field to be dynamically set.
    #563

  • Upgrade pulumi dependency to the latest version.
    #566, #571

Bug Fixes

  • Support negative literals #565

v1.6.0

11 Mar 15:53
f72e939
Compare
Choose a tag to compare

Improvements

  • Support (logical) name for resources and config variables
    #546

Bug Fixes

v1.5.0

22 Jan 23:06
181398d
Compare
Choose a tag to compare

Improvements

  • Support (logical) name for resources and config variables
    #546

Bug Fixes

v1.4.5

27 Dec 19:52
106f37c
Compare
Choose a tag to compare

Improvements

Bug Fixes

v1.4.4

19 Dec 07:51
f6fbe79
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Apply aliases from schema #533

v1.4.3

29 Nov 19:52
a7b3c94
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fields marked as secret in the provider schema are now correctly handled as secrets. #526

  • Fixes StackReference resources so that they are always read. #529

v1.4.2

17 Nov 09:11
9295368
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fields marked as secret in the provider schema are now correctly handled as secrets. #526

v1.4.1

13 Nov 08:36
f2c3951
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fix a regression where secret values were not handled correctly.
    #519

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