Skip to content

v1.5.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 13 Sep 23:20
· 7 commits to master since this release
74efa11

Added

  • Patch variant resources are now generated for all custom resources. Patch resources allow you to modify and an existing custom resource. For more details on using Patch resources, see our documentation.

Changed

  • The Pulumi schema generation now utilizes the library from the Pulumi Kubernetes provider, replacing the previous custom implementation. This resolves a number of correctness issues when generating code. #143
  • Golang package generation now correctly adheres to the --goPath CLI flag, aligning with the behavior of other languages. #89
  • CRDs with oneOf fields are now correctly typed and not generic. #97

Fixed

  • Various code generation correctness issues have been addressed, including:
    • Python packages can now be successfully imported and consumed by Pulumi Python programs. #113
    • Golang packages no longer produce compilation errors due to duplicate declarations. #104
    • NodeJS package names are now properly generated. #70
    • Dotnet packages now include the correct imports. #49
    • NodeJS object metadata types no longer accept undefined values. #34