Skip to content

Releases: pulumi/pulumi-yaml

v1.10.0

04 Sep 12:36
55ed492
Compare
Choose a tag to compare

Improvements

  • [features] add "pulumi.organiztion" to the built-in "pulumi" variable to obtain the current organization.

Bug Fixes

  • Parse the items property on config type declarations to prevent diagnostic messages about
    unknown fields #615

  • Fix usage of local plugins (those defined in the Pulumi.yaml file plugins section) #619

  • Allow missing nodes in template to enable walking templates without config
    #617

v1.9.2

09 Aug 12:45
b48d74b
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fix a panic when the compiler doesn't include the name attribute from the Pulumi.yaml.
    #610

v1.9.1

11 Jul 19:55
38112aa
Compare
Choose a tag to compare

Bug Fixes

  • Fix Stack Reference output properties to be usable as any type, not only strings inputs.
    #600

v1.9.0

26 Jun 21:40
c72f311
Compare
Choose a tag to compare

Improvements

  • Update pulumi/pulumi to v3.121.0.

Bug Fixes

  • When importing, don't error on ID expressions that are themselves unknown during preview.
    #591

v1.8.0

05 Jun 09:50
8a6b01c
Compare
Choose a tag to compare

Improvements

  • Pass PULUMI_STACK, PULUMI_ORGANIZATION, PULUMI_PROJECT and PULUMI_CONFIG as environment variable to compiler process.

Bug Fixes

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