Skip to content

v3.44.0

Compare
Choose a tag to compare
@pulumi-bot pulumi-bot released this 24 Oct 22:01
6944c30

3.44.0 (2022-10-24)

Features

  • [auto/go] Add InstallPluginFromServer method
    #10955

  • [auto/nodejs] Add InstallPluginFromServer
    #10955

  • [auto/python] Add install_plugin_from_server
    #10955

  • [cli] Implement initial MVP for hierarchical and structured project configuration.
    #10832

  • [cli] Allow rotating the passphrase non-interactively
    #11094

  • [programgen] Add error reporting infrastructure
    #11032

Bug Fixes

  • [ci] Fix pull request URLs in Pulumi changelogs
    #11060

  • [engine] Fix type validation of stack config with secure values.
    #11084

  • [cli/engine] Component Resources inherit thier parents providers map
    #10933

  • [cli/import] Only trigger an import when necessary during refresh.
    #11100

  • [sdk/go] Allow decoding *asset and *archive values
    #11053

  • [sdkgen/{go,python}] Handle hypheneated names in go and python
    #11049

  • [sdk/nodejs] Fixes loss of undefined type case in all()
    #11048

  • [sdk/python] pulumi.automation.create_or_select_stack() attempts to select the stack before attempting to create
    #11115

  • [sdk/python] Python runtime now respects the --parallel flag.
    #11122

Miscellaneous

  • [protobuf] Bumps python grpcio version
    #11067

  • [sdk/go] Update notes, update the deprecated functions, make some lint.
    #11002