Skip to content

v1.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 16:10
· 1 commit to main since this release
7d95c7f

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