Back to Pulumi

V3.75.0

changelog/v3.75.0.md

3.244.01.4 KB
Original Source

3.75.0 (2023-07-12)

Features

  • [programgen/{dotnet,go,nodejs,python}] Allow generating code for unknown invokes (tf data sources) in non-strict mode #13448

  • [programgen/go] Adds explicit package versioning to Golang codegen #13136

Bug Fixes

  • [sdk/go] Fix downloading of unimported external plugins. #13455

  • [cli/new] pulumi new -s 'org/project/stack' checks the specified organization for project existence rather than the currentUser. #13234

  • [cli/new] When providing a --stack and --name to pulumi new, the project names must match before creating Pulumi.yaml. #13250

  • [cli/plugin] Fix interpolation of vesion into http plugin source URLs. #13447

  • [sdk/nodejs] Add dependency on @opentelemetry/instrumentation #13278

  • [sdk/nodejs] Node.js dynamic providers mark serialized functions as secret if they capture any secrets #13329

  • [sdk/python] Python dynamic provider serialized code is now saved to state as secret. #13315