Skip to content

Releases: pulumi/pulumi-yaml

v1.12.0

19 Nov 16:10
7d95c7f
Compare
Choose a tag to compare

v1.12.0 - 2024-11-19

Improvements

  • [codegen] Generate invoke options from PCL #678

  • [codegen] Support stack references in program generation #686

Bug Fixes

  • [codegen] Program generation now respects the 'main' option from input Pulumi.yaml #672

  • [codegen] Maintain empty strings in converted programs to still be string literals in YAML #675

  • [codegen] Recognize the PCL fn::secret function #683

  • [codegen] Fix casing of dependsOn and ignoreChanges in program generation #690

Improvements

  • [runtime] GetProgramDependencies now returns packages used to show in pulumi about #676

  • [runtime] Pass asset and archive paths as is to the engine #684

Bug Fixes

  • [runtime] Fix panic when resource shape is invalid #677

v1.11.2

29 Oct 22:59
881de9d
Compare
Choose a tag to compare

v1.11.2 - 2024-10-29

Bug Fixes

  • [runtime] Fix potential panic when using fn::secret on a resource #664

  • [runtime] Invalid YAML files no longer cause package detection to fail. #666

v1.11.1

10 Oct 15:35
43dbcc8
Compare
Choose a tag to compare

v1.11.1 - 2024-10-10

Bug Fixes

  • [runtime] Revert go version in go.mod back to 1.21 #662

v1.11.0

09 Oct 16:48
196e430
Compare
Choose a tag to compare

v1.11.0 - 2024-10-08

Improvements

  • [runtime] Update go version for GitHub workflows #647

  • [runtime] Support for parameterized providers #616

Bug Fixes

  • [runtime] Fix default component detection when declared later in file #652

  • [runtime] Build statically linked release binary with CGO disabled #657

v1.10.3

19 Sep 11:47
dda434d
Compare
Choose a tag to compare

v1.10.3 - 2024-09-19

v1.10.2

19 Sep 10:30
51830eb
Compare
Choose a tag to compare

v1.10.2 - 2024-09-19

Bug Fixes

  • [codegen] Fix GenerateProgram not using the Strict flag #635

v1.10.1

17 Sep 11:48
259c0b8
Compare
Choose a tag to compare

v1.10.1 - 2024-09-17

Bug Fixes

  • [codegen] Add support for the stack, project, and organization builtins #625

  • [runtime] Fix handling invokes that error out when the response contains secrets #619

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