Skip to content

v3.75.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 12 Jul 23:23
8731e06

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