chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.132.0 #29

Merged
antoine merged 1 commits from renovate/github.com-pulumi-pulumi-sdk-v3-3.x into main 2024-09-29 11:46:52 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi/sdk/v3 require minor v3.121.0 -> v3.132.0

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.132.0

Compare Source

3.132.0 (2024-09-11)

Features
  • cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails
    [#​17205](https://github.com/pulumi/pulumi/pull/17205)
    
    
  • cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move
    [#​17208](https://github.com/pulumi/pulumi/pull/17208)
    
    
  • engine] Send resource names and types in provider requests from the engine, in addition to the combined URN
    [#​17177](https://github.com/pulumi/pulumi/pull/17177)
    
    
  • pkg] Add support for ESC Projects
    [#​17226](https://github.com/pulumi/pulumi/pull/17226)
    
    
  • sdk/dotnet] Update dotnet to 3.67.0
    [#​17223](https://github.com/pulumi/pulumi/pull/17223)
    
    
  • sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets
    [#​17132](https://github.com/pulumi/pulumi/pull/17132)
    
    
Bug Fixes
  • cli] Recover from zero-byte `credentials.json` files
    [#​17186](https://github.com/pulumi/pulumi/pull/17186)
    
    
  • cli] Using PULUMI_BACKEND_URL no longer updates credentials.json
    [#​17199](https://github.com/pulumi/pulumi/pull/17199)
    
    
  • engine] Fix parameterized providers not downloading correctly when found from state
    [#​17218](https://github.com/pulumi/pulumi/pull/17218)
    
    
  • cli/about] Fix language plugins always having unknown version in about
    [#​17216](https://github.com/pulumi/pulumi/pull/17216)
    
    
  • cli/display] Fix deletes not being show in `refresh` when using json output
    [#​16851](https://github.com/pulumi/pulumi/pull/16851)
    
    
  • cli/display] Hide unnecessary rows in non-interactive mode
    [#​17188](https://github.com/pulumi/pulumi/pull/17188)
    
    
  • sdkgen/python] Correctly case Python package names in `package add` link instructions
    [#​17178](https://github.com/pulumi/pulumi/pull/17178)
    
    

v3.131.0

Compare Source

3.131.0 (2024-09-04)

Features
  • cli] Include all engine events in the event-log
    [#​17101](https://github.com/pulumi/pulumi/pull/17101)
    
    
  • pkg] Added `NewCachedLoader` for caching schema loads.
    [#​17118](https://github.com/pulumi/pulumi/pull/17118)
    
    
  • yaml] Update yaml to v1.10
    [#​17154](https://github.com/pulumi/pulumi/pull/17154)
    
    
  • auto/go] Include panic value in message for non-error panics
    [#​17066](https://github.com/pulumi/pulumi/pull/17066)
    
    
  • auto/nodejs] Add LocalWorkspace.install method for Nodejs
    [#​17134](https://github.com/pulumi/pulumi/pull/17134)
    
    
  • auto/python] Add LocalWorkspace.install method
    [#​17086](https://github.com/pulumi/pulumi/pull/17086)
    
    
  • cli/{display,plugin}] Render download and install progress as part of system messages during Pulumi operations
    [#​17019](https://github.com/pulumi/pulumi/pull/17019)
    
    
  • cli/state] Allow moving resources when there's already a provider with an identical URN in the destination stack, if the inputs match
    [#​17076](https://github.com/pulumi/pulumi/pull/17076)
    
    
  • sdk/nodejs] Respect .node-version and .nvmrc files in `pulumi install`
    [#​17060](https://github.com/pulumi/pulumi/pull/17060)
    
    
Bug Fixes
  • engine] Propagate deleted parents of untargeted resources
    [#​17117](https://github.com/pulumi/pulumi/pull/17117)
    
    
  • engine] Fix a snapshot integrity issue caused by deleteBeforeReplace and failed create operations
    [#​17146](https://github.com/pulumi/pulumi/pull/17146)
    
    
  • engine] Fix panic with user specified plugin paths
    [#​17141](https://github.com/pulumi/pulumi/pull/17141)
    
    
  • sdk] Use int32 in Go interfaces that map to protobufs using int32
    [#​17068](https://github.com/pulumi/pulumi/pull/17068)
    
    
  • cli/display] Improve rendering of update diffs in some circumstances.
    [#​17029](https://github.com/pulumi/pulumi/pull/17029)
    
    
Miscellaneous
  • ci] Run CI with Go 1.22 and 1.23
    [#​17137](https://github.com/pulumi/pulumi/pull/17137)
    
    
  • cli] Update go.mod to use 1.21
    [#​17140](https://github.com/pulumi/pulumi/pull/17140)
    
    
  • pkg] Remove dependency on automation api in deployment settings tests
    [#​17071](https://github.com/pulumi/pulumi/pull/17071)
    
    
  • sdk] Remove unused resource.NewUniqueHexV2
    [#​17067](https://github.com/pulumi/pulumi/pull/17067)
    
    

v3.130.0

Compare Source

3.130.0 (2024-08-23)

Features
  • cli/display] Print panic banners for snapshot integrity errors
    [#​17047](https://github.com/pulumi/pulumi/pull/17047)
    
    
  • auto/go] Add options to automation API Workspace.Install
    [#​16888](https://github.com/pulumi/pulumi/pull/16888)
    
    
  • auto/go] Add Remote Automation API support for choosing a deployment runner pool.
    [#​16991](https://github.com/pulumi/pulumi/pull/16991)
    
    
  • backend/service] Prefer `PULUMI_ACCESS_TOKEN` set in the environment over the one stored in the config when they don't match
    [#​17051](https://github.com/pulumi/pulumi/pull/17051)
    [#​16970](https://github.com/pulumi/pulumi/pull/16970)
    
    
  • engine] Allow provider to be unknown during preview
    [#​16868](https://github.com/pulumi/pulumi/pull/16868)
    
    
  • programgen] Add an organization intrinsic to PCL
    [#​16948](https://github.com/pulumi/pulumi/pull/16948)
    
    
  • cli/install] Add `--use-language-version-tools` flag to setup python version using pyenv during installation
    [#​16855](https://github.com/pulumi/pulumi/pull/16855)
    
    
  • cli/package] Allow `pulumi package add` to work with arbitrary schema sources
    [#​16989](https://github.com/pulumi/pulumi/pull/16989)
    
    
Bug Fixes
  • auto] Fix panic in remote automation API
    [#​16978](https://github.com/pulumi/pulumi/pull/16978)
    
    
  • cli] Show a better message when logging out with `--all`
    [#​17051](https://github.com/pulumi/pulumi/pull/17051)
    [#​16998](https://github.com/pulumi/pulumi/pull/16998)
    
    
  • cli/install] Fix installation of dependencies that do not specify a version (eg yaml)
    [#​16981](https://github.com/pulumi/pulumi/pull/16981)
    
    
  • docs] Use `ComponentResourceOptions` for components
    [#​16968](https://github.com/pulumi/pulumi/pull/16968)
    
    
  • docs] Show envvars for provider nested types
    [#​17051](https://github.com/pulumi/pulumi/pull/17051)
    [#​16984](https://github.com/pulumi/pulumi/pull/16984)
    
    
  • sdk/go] Unmarshal pointers correctly if destination type is any
    [#​16914](https://github.com/pulumi/pulumi/pull/16914)
    
    
  • sdkgen/go] Use provided ImportBasePath for parameterized SDKs
    [#​17036](https://github.com/pulumi/pulumi/pull/17036)
    
    
  • sdkgen/go] Update package add instructions for go
    [#​17055](https://github.com/pulumi/pulumi/pull/17055)
    
    
  • sdk/nodejs] Fix type checking of `Output<Record<string, any>>`
    [#&#8203;16959](https://github.com/pulumi/pulumi/pull/16959)
    
    
  • sdk/nodejs] Fix NodeJS OOM detection condition
    [#&#8203;17045](https://github.com/pulumi/pulumi/pull/17045)
    
    
  • sdk/nodejs] Prevent double close on OOM detection channel
    [#&#8203;17043](https://github.com/pulumi/pulumi/pull/17043)
    
    
  • sdkgen/nodejs] Set minimum version of core SDK when using parameterization
    [#&#8203;17032](https://github.com/pulumi/pulumi/pull/17032)
    
    
  • sdk/python] Fix the type of `StackReference.outputs` to be `Dict[str, any]`
    [#&#8203;16956](https://github.com/pulumi/pulumi/pull/16956)
    
    
Miscellaneous
  • cli] Warn that query is planned to be removed
    [#&#8203;16963](https://github.com/pulumi/pulumi/pull/16963)
    
    
  • programgen] Improve the error message for an invalid method name
    [#&#8203;17026](https://github.com/pulumi/pulumi/pull/17026)
    
    

v3.129.0

Compare Source

3.129.0 (2024-08-12)

Features
  • cli/package] Add the `pulumi package add` command for installing packages and SDKs
    [#&#8203;16923](https://github.com/pulumi/pulumi/pull/16923)
    
    
  • sdkgen/dotnet] Support parameterized .NET provider SDKs
    [#&#8203;16912](https://github.com/pulumi/pulumi/pull/16912)
    
    
  • sdk/nodejs] Add parameterization support for read in nodejs
    [#&#8203;16913](https://github.com/pulumi/pulumi/pull/16913)
    
    
  • sdk/python] Add parameterization support for call & read in python
    [#&#8203;16915](https://github.com/pulumi/pulumi/pull/16915)
    
    
  • sdk/yaml] Update pulumi-yaml to 1.9.2
    [#&#8203;16925](https://github.com/pulumi/pulumi/pull/16925)
    
    
  • sdkgen/go] Go SDKs will default the import path based on the publisher and repository schema fields
    [#&#8203;16899](https://github.com/pulumi/pulumi/pull/16899)
    
    
  • sdkgen/nodejs] Add parameterized provider support for Nodejs SDK
    [#&#8203;16901](https://github.com/pulumi/pulumi/pull/16901)
    
    
Bug Fixes
  • programgen/python] Fix generated apply calls with `pulumi.all`
    [#&#8203;16941](https://github.com/pulumi/pulumi/pull/16941)
    
    
  • sdk/go] NewPropertyMapFromMap will flow PropertyValues through it, rather than dropping them
    [#&#8203;16894](https://github.com/pulumi/pulumi/pull/16894)
    
    
  • sdk/nodejs] Pass through pluginDownloadURL in invokes
    [#&#8203;16917](https://github.com/pulumi/pulumi/pull/16917)
    
    
Miscellaneous
  • pkg] Upgrade pulumi-java to v0.13.0
    [#&#8203;16882](https://github.com/pulumi/pulumi/pull/16882)
    
    

v3.128.0

Compare Source

3.128.0 (2024-08-05)

Features
  • auto/go] Add install command to workspace
    [#&#8203;16782](https://github.com/pulumi/pulumi/pull/16782)
    
    
  • auto/go] Add support for `pulumi destroy --preview-only`
    [#&#8203;16839](https://github.com/pulumi/pulumi/pull/16839)
    
    
  • programgen/go] Use `pulumi.Sprintf(...)` instead of `pulumi.String(fmt.Sprintf(...))` in Go program generation
    [#&#8203;16852](https://github.com/pulumi/pulumi/pull/16852)
    
    
  • cli/plugin] Enable overriding plugin download URLs for air-gapped environments with an environment variable
    [#&#8203;16648](https://github.com/pulumi/pulumi/pull/16648)
    
    
  • sdk/python] Allow Python dynamic providers to capture secrets
    [#&#8203;15864](https://github.com/pulumi/pulumi/pull/15864)
    
    
Bug Fixes
  • engine] Separate provider internal from provider user config. This allows providers to use a config key like "pluginDownloadURL" which previously would have conflicted with the engine's internal state. It also allows the engine to add new internal state fields without concern for clashing with existing or future provider config keys.
    [#&#8203;16837](https://github.com/pulumi/pulumi/pull/16837)
    
    
  • cli/state] Fix moving resources with secrets when the destination stack has no secrets manager defined
    [#&#8203;16844](https://github.com/pulumi/pulumi/pull/16844)
    
    
  • cli/state] Include the stack name in the passhprase prompt in state move
    [#&#8203;16861](https://github.com/pulumi/pulumi/pull/16861)
    
    
  • sdk/nodejs] Fix resource reference serialization when multiple copies of [@&#8203;pulumi/pulumi](https://github.com/pulumi/pulumi) are present
    [#&#8203;13240](https://github.com/pulumi/pulumi/pull/13240)
    
    
  • sdk/nodejs] Don't search upwards for policy packs when determining required plugins
    [#&#8203;16865](https://github.com/pulumi/pulumi/pull/16865)
    
    
  • sdk/python] Fix missing overloads to config getters
    [#&#8203;16878](https://github.com/pulumi/pulumi/pull/16878)
    
    
  • sdkgen/{go,nodejs,python}] Fix generation of nested plain input types.
    [#&#8203;16812](https://github.com/pulumi/pulumi/pull/16812)
    
    
Miscellaneous
  • sdkgen/python] Link to Python docs about input types
    [#&#8203;16763](https://github.com/pulumi/pulumi/pull/16763)
    
    

v3.127.0

Compare Source

3.127.0 (2024-07-25)

Features
  • auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API
    [#&#8203;16721](https://github.com/pulumi/pulumi/pull/16721)
    
    
  • cli/new] Make prompt capitalization consistent
    [#&#8203;16747](https://github.com/pulumi/pulumi/pull/16747)
    
    
  • auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack
    [#&#8203;16615](https://github.com/pulumi/pulumi/pull/16615)
    
    
  • auto/python] Implement Stack.import_resources() for batch importing resources into a stack
    [#&#8203;16668](https://github.com/pulumi/pulumi/pull/16668)
    
    
  • sdk/python] Provide stricter types for config.get_XXX when a default is provided
    [#&#8203;16768](https://github.com/pulumi/pulumi/pull/16768)
    
    
  • sdkgen/python] Generate TypedDict input types by default
    [#&#8203;16704](https://github.com/pulumi/pulumi/pull/16704)
    
    
Bug Fixes
  • cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider
    [#&#8203;16786](https://github.com/pulumi/pulumi/pull/16786)
    
    
  • cli/state] Always show the fully qualified stack name when moving resources
    [#&#8203;16767](https://github.com/pulumi/pulumi/pull/16767)
    
    
  • cli/state] Fix calculation of the resources that are remaining in the source stack
    [#&#8203;16774](https://github.com/pulumi/pulumi/pull/16774)
    
    
  • cli/state] Fix the dependency information in the state move command
    [#&#8203;16765](https://github.com/pulumi/pulumi/pull/16765)
    
    
  • cli/state] Improve how moving the root stack is handled in `pulumi state move`
    [#&#8203;16779](https://github.com/pulumi/pulumi/pull/16779)
    
    
  • sdk/nodejs] Detect possible OOM errors when nodejs crashes
    [#&#8203;16700](https://github.com/pulumi/pulumi/pull/16700)
    
    
  • sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow
    [#&#8203;16700](https://github.com/pulumi/pulumi/pull/16700)
    
    

v3.126.0

Compare Source

3.126.0 (2024-07-22)

Features
  • cli] Add support for `DeletedWith` to `pulumi convert`
    [#&#8203;12011](https://github.com/pulumi/pulumi/pull/12011)
    
    
  • cli] Allow specifying project names when converting with `pulumi convert --name`
    [#&#8203;16708](https://github.com/pulumi/pulumi/pull/16708)
    
    
  • sdk/python] Add support for invoke stack transforms
    [#&#8203;16701](https://github.com/pulumi/pulumi/pull/16701)
    
    
Bug Fixes
  • cli] Avoid duplicate error output in some cases
    [#&#8203;16706](https://github.com/pulumi/pulumi/pull/16706)
    
    
  • cli] Avoid duplicate error: prefix with `--expect-no-changes`
    [#&#8203;16705](https://github.com/pulumi/pulumi/pull/16705)
    
    
  • engine] Fix integrity issues in `up --continue-on-error` with changed dependencies
    [#&#8203;16733](https://github.com/pulumi/pulumi/pull/16733)
    
    
  • engine] Fix panics due to different length `ignoreChanges` arrays
    [#&#8203;16742](https://github.com/pulumi/pulumi/pull/16742)
    
    
  • cli/state] Disallow provider moves in the `state move` command
    [#&#8203;16722](https://github.com/pulumi/pulumi/pull/16722)
    
    
  • cli/state] Improve readability of the resources to be moved output of the state move command
    [#&#8203;16723](https://github.com/pulumi/pulumi/pull/16723)
    
    
  • cli/state] Allow a provider with the same URN and ID to already be in the snapshot
    [#&#8203;16737](https://github.com/pulumi/pulumi/pull/16737)
    
    
  • cli/state] Reparent providers correctly in state move
    [#&#8203;16735](https://github.com/pulumi/pulumi/pull/16735)
    
    
  • programgen/go] Fix emiting literal values as stack outputs
    [#&#8203;16728](https://github.com/pulumi/pulumi/pull/16728)
    
    
  • sdk/go] Set Parameterize.Value in plugin.Provider
    [#&#8203;16726](https://github.com/pulumi/pulumi/pull/16726)
    
    
  • sdk/python] Exclude `pulumi_policy` from plugin determination
    [#&#8203;16727](https://github.com/pulumi/pulumi/pull/16727)
    
    

v3.125.0

Compare Source

3.125.0 (2024-07-18)

Features
  • sdk/go] Add support for invoke stack transforms
    [#&#8203;16617](https://github.com/pulumi/pulumi/pull/16617)
    
    
  • sdk/{go,nodejs,python}] Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs
    [#&#8203;16674](https://github.com/pulumi/pulumi/pull/16674)
    
    
  • sdk/nodejs] Add support for invoke stack transforms
    [#&#8203;16688](https://github.com/pulumi/pulumi/pull/16688)
    
    
  • sdkgen/go] Default importBasePath to a pulumi github base path
    [#&#8203;16664](https://github.com/pulumi/pulumi/pull/16664)
    
    
Bug Fixes
  • engine] Fix snapshot integrity problems when `Delete`s fail in delete-before-replace chains
    [#&#8203;16699](https://github.com/pulumi/pulumi/pull/16699)
    
    
  • cli/about] Fix a panic for some token types returned from the service.
    [#&#8203;16710](https://github.com/pulumi/pulumi/pull/16710)
    
    
  • sdk/go] Disallow OutputState from being deepcopied
    [#&#8203;16690](https://github.com/pulumi/pulumi/pull/16690)
    
    
  • cli/new] Fix incorrect caching of git auth method in error cases
    [#&#8203;16652](https://github.com/pulumi/pulumi/pull/16652)
    
    
  • cli/state] Fix panic in state move when either the source or destination stack are empty
    [#&#8203;16676](https://github.com/pulumi/pulumi/pull/16676)
    
    
  • cli/state] Fix resources to be moved not being shown in `pulumi state move`
    [#&#8203;16672](https://github.com/pulumi/pulumi/pull/16672)
    
    
  • cli/state] Warn when an argument matches no URN in the source snapshot and error out when no resources are being moved in `pulumi state move`
    [#&#8203;16673](https://github.com/pulumi/pulumi/pull/16673)
    
    
  • pkg/testing] Clean up PULUMI_HOME after program test
    [#&#8203;16663](https://github.com/pulumi/pulumi/pull/16663)
    
    
  • sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs
    [#&#8203;16649](https://github.com/pulumi/pulumi/pull/16649)
    
    
  • sdk/nodejs] Pin node to 22.4.x to workaround breakage
    [#&#8203;16709](https://github.com/pulumi/pulumi/pull/16709)
    
    
  • sdk/python] Fix YAML serialization of project settings in the Python Automation API
    [#&#8203;16660](https://github.com/pulumi/pulumi/pull/16660)
    
    
  • sdk/python] Use python names for dictionary literals when inside a typed dictionary input
    [#&#8203;16658](https://github.com/pulumi/pulumi/pull/16658)
    
    
  • sdk/python] Don't use indentation in converted pyproject.toml files
    [#&#8203;16678](https://github.com/pulumi/pulumi/pull/16678)
    
    
  • sdk/python] Fix a RecursionError with deeply nested ComponentResources
    [#&#8203;16669](https://github.com/pulumi/pulumi/pull/16669)
    
    
  • sdk/python] Validate that we have Poetry >= 1.8.0
    [#&#8203;16683](https://github.com/pulumi/pulumi/pull/16683)
    
    

v3.124.0

Compare Source

3.124.0 (2024-07-12)

Features
  • cli/state] Introduce a state move command that can be used to move resources between stacks/projects
    [#&#8203;16630](https://github.com/pulumi/pulumi/pull/16630)
    
    
Bug Fixes
  • engine] Fix an issue where `pulumi up --continue-on-error` could result in a snapshot integrity failure
    [#&#8203;16639](https://github.com/pulumi/pulumi/pull/16639)
    
    
  • yaml] Fixes using StackReference outputs of types other than 'string' in Pulumi YAML
    [#&#8203;16636](https://github.com/pulumi/pulumi/pull/16636)
    
    
  • cli/new] Install policy or project dependencies based on nearest configuration file
    [#&#8203;16631](https://github.com/pulumi/pulumi/pull/16631)
    
    
  • sdk/nodejs] Don't count plugins from a nested policy pack in GetRequiredPlugins
    [#&#8203;16632](https://github.com/pulumi/pulumi/pull/16632)
    
    
  • sdk/nodejs] Revert the implementation of `dependsOn` for invokes in the NodeJS SDK
    [#&#8203;16642](https://github.com/pulumi/pulumi/pull/16642)
    
    

v3.123.0

Compare Source

3.123.0 (2024-07-10)

Features
  • docs] Add ability to constrain supported languages of resource and function overlays
    [#&#8203;16579](https://github.com/pulumi/pulumi/pull/16579)
    
    
  • engine] Guess references to properties 'name' and 'arn' between dependant resources during import
    [#&#8203;16234](https://github.com/pulumi/pulumi/pull/16234)
    
    
  • sdk/nodejs] Add `dependsOn` to `InvokeOptions` in the NodeJS SDK
    [#&#8203;16560](https://github.com/pulumi/pulumi/pull/16560)
    
    
Bug Fixes
  • cli/new] Use default values for language specific prompts when using --yes
    [#&#8203;16595](https://github.com/pulumi/pulumi/pull/16595)
    
    
  • docs] Fix generating constructor syntax examples for kubernetes
    [#&#8203;16574](https://github.com/pulumi/pulumi/pull/16574)
    
    
  • docs] Fix generating constructor syntax examples in Go for package awsx
    [#&#8203;16583](https://github.com/pulumi/pulumi/pull/16583)
    
    
  • backend/service] Retry POST requests that time out during handshake timeouts
    [#&#8203;16576](https://github.com/pulumi/pulumi/pull/16576)
    
    
  • engine] Avoid computing refresh `Diff`s for external resources
    [#&#8203;16544](https://github.com/pulumi/pulumi/pull/16544)
    
    
  • engine] Fix program hanging when the import resource option is used and the inputs don't match
    [#&#8203;16572](https://github.com/pulumi/pulumi/pull/16572)
    
    
  • programgen/go] Do not emit index module for resources without a schema
    [#&#8203;16588](https://github.com/pulumi/pulumi/pull/16588)
    
    
  • sdk/go] Fix out-of-range panic when sanitizing PATH env var
    [#&#8203;16575](https://github.com/pulumi/pulumi/pull/16575)
    
    
  • sdk/nodejs] Fix creating a closure with object getters and setters
    [#&#8203;16568](https://github.com/pulumi/pulumi/pull/16568)
    
    
  • programgen/python] Fix Python program generation for remote assets
    [#&#8203;16556](https://github.com/pulumi/pulumi/pull/16556)
    
    
Miscellaneous
  • ci] Use latest patch version of Go in CI
    [#&#8203;16609](https://github.com/pulumi/pulumi/pull/16609)
    
    
  • sdk/nodejs] Bump `@opentelemetry` packages in the NodeJS SDK
    [#&#8203;16558](https://github.com/pulumi/pulumi/pull/16558)
    
    

v3.122.0

Compare Source

3.122.0 (2024-07-01)

Features
  • cli] Set the --continue-on-error flag with PULUMI_CONTINUE_ON_ERROR environment variable
    [#&#8203;16442](https://github.com/pulumi/pulumi/pull/16442)
    
    
  • sdk/nodejs] Parallelize Construct and Call calls in the Node.js SDK
    [#&#8203;16428](https://github.com/pulumi/pulumi/pull/16428)
    
    
  • sdk/python] Support `--exclude-protected` for `destroy` in the Python automation SDK
    [#&#8203;16457](https://github.com/pulumi/pulumi/pull/16457)
    
    
Bug Fixes
  • auto] Protect access to transport.UnsupportedCapabilities inside repo.FetchContext
    [#&#8203;16517](https://github.com/pulumi/pulumi/pull/16517)
    
    
  • cli] Disable default Cobra completions in the CLI
    [#&#8203;16540](https://github.com/pulumi/pulumi/pull/16540)
    
    
  • engine] Fix an issue with asset archives not working with paths outside the working directory.
    [#&#8203;16455](https://github.com/pulumi/pulumi/pull/16455)
    
    
  • engine] Don't re-delete resources that are marked as `pendingReplacement`
    [#&#8203;16510](https://github.com/pulumi/pulumi/pull/16510)
    
    
  • cli/display] Print a fully qualified stack name on `pulumi stack --show-name --fully-qualify-stack-names`
    [#&#8203;16453](https://github.com/pulumi/pulumi/pull/16453)
    
    
  • cli/display] Display `[retain]` in all cases of delete retention
    [#&#8203;16506](https://github.com/pulumi/pulumi/pull/16506)
    
    
  • sdkgen/dotnet] Bump the default version range for the referenced Pulumi package to a version that supports Config.GetDouble
    [#&#8203;16483](https://github.com/pulumi/pulumi/pull/16483)
    
    
  • cli/new] Add not-found markers to missing executables for packagemanagers
    [#&#8203;16488](https://github.com/pulumi/pulumi/pull/16488)
    
    
  • sdk/go] Fix concurrent map write when registering transform callbacks
    [#&#8203;16444](https://github.com/pulumi/pulumi/pull/16444)
    
    
  • sdk/nodejs] Fix race condition when registering stack transforms
    [#&#8203;16443](https://github.com/pulumi/pulumi/pull/16443)
    
    
  • sdk/nodejs] Fix Construct and Call calls in the Node.js SDK sharing state
    [#&#8203;16487](https://github.com/pulumi/pulumi/pull/16487)
    
    
  • sdk/nodejs] Fix non-blocking stdout/err with nodejs
    [#&#8203;16504](https://github.com/pulumi/pulumi/pull/16504)
    
    
  • sdk/{nodejs,python}] Display an actionable error message when dependency installation fails
    [#&#8203;16489](https://github.com/pulumi/pulumi/pull/16489)
    
    
  • sdk/python] Wait for pending tasks before shutting down python programs.
    [#&#8203;16505](https://github.com/pulumi/pulumi/pull/16505)
    
    
  • sdk/python] Provide installation instructions for the python typechecker
    [#&#8203;16539](https://github.com/pulumi/pulumi/pull/16539)
    
    
Miscellaneous
  • sdk/nodejs] Migrate from Rome to Biome
    [#&#8203;16456](https://github.com/pulumi/pulumi/pull/16456)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) | require | minor | `v3.121.0` -> `v3.132.0` | --- ### Release Notes <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)</summary> ### [`v3.132.0`](https://github.com/pulumi/pulumi/releases/tag/v3.132.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.131.0...v3.132.0) #### 3.132.0 (2024-09-11) ##### Features - \[cli/state] Show the full set of delete commands necessary to remove resources from the source stack, if writing to it fails [#&#8203;17205](https://github.com/pulumi/pulumi/pull/17205) - \[cli/state] Try to revert changes to destination stack if we are unable to save the source stack in state move [#&#8203;17208](https://github.com/pulumi/pulumi/pull/17208) - \[engine] Send resource names and types in provider requests from the engine, in addition to the combined URN [#&#8203;17177](https://github.com/pulumi/pulumi/pull/17177) - \[pkg] Add support for ESC Projects [#&#8203;17226](https://github.com/pulumi/pulumi/pull/17226) - \[sdk/dotnet] Update dotnet to 3.67.0 [#&#8203;17223](https://github.com/pulumi/pulumi/pull/17223) - \[sdkgen/go] Allow output-versioned invokes to resolve and maintain secrets [#&#8203;17132](https://github.com/pulumi/pulumi/pull/17132) ##### Bug Fixes - \[cli] Recover from zero-byte `credentials.json` files [#&#8203;17186](https://github.com/pulumi/pulumi/pull/17186) - \[cli] Using PULUMI_BACKEND_URL no longer updates credentials.json [#&#8203;17199](https://github.com/pulumi/pulumi/pull/17199) - \[engine] Fix parameterized providers not downloading correctly when found from state [#&#8203;17218](https://github.com/pulumi/pulumi/pull/17218) - \[cli/about] Fix language plugins always having unknown version in about [#&#8203;17216](https://github.com/pulumi/pulumi/pull/17216) - \[cli/display] Fix deletes not being show in `refresh` when using json output [#&#8203;16851](https://github.com/pulumi/pulumi/pull/16851) - \[cli/display] Hide unnecessary rows in non-interactive mode [#&#8203;17188](https://github.com/pulumi/pulumi/pull/17188) - \[sdkgen/python] Correctly case Python package names in `package add` link instructions [#&#8203;17178](https://github.com/pulumi/pulumi/pull/17178) ### [`v3.131.0`](https://github.com/pulumi/pulumi/releases/tag/v3.131.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.130.0...v3.131.0) #### 3.131.0 (2024-09-04) ##### Features - \[cli] Include all engine events in the event-log [#&#8203;17101](https://github.com/pulumi/pulumi/pull/17101) - \[pkg] Added `NewCachedLoader` for caching schema loads. [#&#8203;17118](https://github.com/pulumi/pulumi/pull/17118) - \[yaml] Update yaml to v1.10 [#&#8203;17154](https://github.com/pulumi/pulumi/pull/17154) - \[auto/go] Include panic value in message for non-error panics [#&#8203;17066](https://github.com/pulumi/pulumi/pull/17066) - \[auto/nodejs] Add LocalWorkspace.install method for Nodejs [#&#8203;17134](https://github.com/pulumi/pulumi/pull/17134) - \[auto/python] Add LocalWorkspace.install method [#&#8203;17086](https://github.com/pulumi/pulumi/pull/17086) - \[cli/{display,plugin}] Render download and install progress as part of system messages during Pulumi operations [#&#8203;17019](https://github.com/pulumi/pulumi/pull/17019) - \[cli/state] Allow moving resources when there's already a provider with an identical URN in the destination stack, if the inputs match [#&#8203;17076](https://github.com/pulumi/pulumi/pull/17076) - \[sdk/nodejs] Respect .node-version and .nvmrc files in `pulumi install` [#&#8203;17060](https://github.com/pulumi/pulumi/pull/17060) ##### Bug Fixes - \[engine] Propagate deleted parents of untargeted resources [#&#8203;17117](https://github.com/pulumi/pulumi/pull/17117) - \[engine] Fix a snapshot integrity issue caused by deleteBeforeReplace and failed create operations [#&#8203;17146](https://github.com/pulumi/pulumi/pull/17146) - \[engine] Fix panic with user specified plugin paths [#&#8203;17141](https://github.com/pulumi/pulumi/pull/17141) - \[sdk] Use int32 in Go interfaces that map to protobufs using int32 [#&#8203;17068](https://github.com/pulumi/pulumi/pull/17068) - \[cli/display] Improve rendering of update diffs in some circumstances. [#&#8203;17029](https://github.com/pulumi/pulumi/pull/17029) ##### Miscellaneous - \[ci] Run CI with Go 1.22 and 1.23 [#&#8203;17137](https://github.com/pulumi/pulumi/pull/17137) - \[cli] Update go.mod to use 1.21 [#&#8203;17140](https://github.com/pulumi/pulumi/pull/17140) - \[pkg] Remove dependency on automation api in deployment settings tests [#&#8203;17071](https://github.com/pulumi/pulumi/pull/17071) - \[sdk] Remove unused resource.NewUniqueHexV2 [#&#8203;17067](https://github.com/pulumi/pulumi/pull/17067) ### [`v3.130.0`](https://github.com/pulumi/pulumi/releases/tag/v3.130.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.129.0...v3.130.0) #### 3.130.0 (2024-08-23) ##### Features - \[cli/display] Print panic banners for snapshot integrity errors [#&#8203;17047](https://github.com/pulumi/pulumi/pull/17047) - \[auto/go] Add options to automation API Workspace.Install [#&#8203;16888](https://github.com/pulumi/pulumi/pull/16888) - \[auto/go] Add Remote Automation API support for choosing a deployment runner pool. [#&#8203;16991](https://github.com/pulumi/pulumi/pull/16991) - \[backend/service] Prefer `PULUMI_ACCESS_TOKEN` set in the environment over the one stored in the config when they don't match [#&#8203;17051](https://github.com/pulumi/pulumi/pull/17051) [#&#8203;16970](https://github.com/pulumi/pulumi/pull/16970) - \[engine] Allow provider to be unknown during preview [#&#8203;16868](https://github.com/pulumi/pulumi/pull/16868) - \[programgen] Add an organization intrinsic to PCL [#&#8203;16948](https://github.com/pulumi/pulumi/pull/16948) - \[cli/install] Add `--use-language-version-tools` flag to setup python version using pyenv during installation [#&#8203;16855](https://github.com/pulumi/pulumi/pull/16855) - \[cli/package] Allow `pulumi package add` to work with arbitrary schema sources [#&#8203;16989](https://github.com/pulumi/pulumi/pull/16989) ##### Bug Fixes - \[auto] Fix panic in remote automation API [#&#8203;16978](https://github.com/pulumi/pulumi/pull/16978) - \[cli] Show a better message when logging out with `--all` [#&#8203;17051](https://github.com/pulumi/pulumi/pull/17051) [#&#8203;16998](https://github.com/pulumi/pulumi/pull/16998) - \[cli/install] Fix installation of dependencies that do not specify a version (eg yaml) [#&#8203;16981](https://github.com/pulumi/pulumi/pull/16981) - \[docs] Use `ComponentResourceOptions` for components [#&#8203;16968](https://github.com/pulumi/pulumi/pull/16968) - \[docs] Show envvars for provider nested types [#&#8203;17051](https://github.com/pulumi/pulumi/pull/17051) [#&#8203;16984](https://github.com/pulumi/pulumi/pull/16984) - \[sdk/go] Unmarshal pointers correctly if destination type is any [#&#8203;16914](https://github.com/pulumi/pulumi/pull/16914) - \[sdkgen/go] Use provided ImportBasePath for parameterized SDKs [#&#8203;17036](https://github.com/pulumi/pulumi/pull/17036) - \[sdkgen/go] Update package add instructions for go [#&#8203;17055](https://github.com/pulumi/pulumi/pull/17055) - \[sdk/nodejs] Fix type checking of `Output<Record<string, any>>` [#&#8203;16959](https://github.com/pulumi/pulumi/pull/16959) - \[sdk/nodejs] Fix NodeJS OOM detection condition [#&#8203;17045](https://github.com/pulumi/pulumi/pull/17045) - \[sdk/nodejs] Prevent double close on OOM detection channel [#&#8203;17043](https://github.com/pulumi/pulumi/pull/17043) - \[sdkgen/nodejs] Set minimum version of core SDK when using parameterization [#&#8203;17032](https://github.com/pulumi/pulumi/pull/17032) - \[sdk/python] Fix the type of `StackReference.outputs` to be `Dict[str, any]` [#&#8203;16956](https://github.com/pulumi/pulumi/pull/16956) ##### Miscellaneous - \[cli] Warn that query is planned to be removed [#&#8203;16963](https://github.com/pulumi/pulumi/pull/16963) - \[programgen] Improve the error message for an invalid method name [#&#8203;17026](https://github.com/pulumi/pulumi/pull/17026) ### [`v3.129.0`](https://github.com/pulumi/pulumi/releases/tag/v3.129.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.128.0...v3.129.0) #### 3.129.0 (2024-08-12) ##### Features - \[cli/package] Add the `pulumi package add` command for installing packages and SDKs [#&#8203;16923](https://github.com/pulumi/pulumi/pull/16923) - \[sdkgen/dotnet] Support parameterized .NET provider SDKs [#&#8203;16912](https://github.com/pulumi/pulumi/pull/16912) - \[sdk/nodejs] Add parameterization support for read in nodejs [#&#8203;16913](https://github.com/pulumi/pulumi/pull/16913) - \[sdk/python] Add parameterization support for call & read in python [#&#8203;16915](https://github.com/pulumi/pulumi/pull/16915) - \[sdk/yaml] Update pulumi-yaml to 1.9.2 [#&#8203;16925](https://github.com/pulumi/pulumi/pull/16925) - \[sdkgen/go] Go SDKs will default the import path based on the publisher and repository schema fields [#&#8203;16899](https://github.com/pulumi/pulumi/pull/16899) - \[sdkgen/nodejs] Add parameterized provider support for Nodejs SDK [#&#8203;16901](https://github.com/pulumi/pulumi/pull/16901) ##### Bug Fixes - \[programgen/python] Fix generated apply calls with `pulumi.all` [#&#8203;16941](https://github.com/pulumi/pulumi/pull/16941) - \[sdk/go] NewPropertyMapFromMap will flow PropertyValues through it, rather than dropping them [#&#8203;16894](https://github.com/pulumi/pulumi/pull/16894) - \[sdk/nodejs] Pass through pluginDownloadURL in invokes [#&#8203;16917](https://github.com/pulumi/pulumi/pull/16917) ##### Miscellaneous - \[pkg] Upgrade pulumi-java to v0.13.0 [#&#8203;16882](https://github.com/pulumi/pulumi/pull/16882) ### [`v3.128.0`](https://github.com/pulumi/pulumi/releases/tag/v3.128.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.127.0...v3.128.0) #### 3.128.0 (2024-08-05) ##### Features - \[auto/go] Add install command to workspace [#&#8203;16782](https://github.com/pulumi/pulumi/pull/16782) - \[auto/go] Add support for `pulumi destroy --preview-only` [#&#8203;16839](https://github.com/pulumi/pulumi/pull/16839) - \[programgen/go] Use `pulumi.Sprintf(...)` instead of `pulumi.String(fmt.Sprintf(...))` in Go program generation [#&#8203;16852](https://github.com/pulumi/pulumi/pull/16852) - \[cli/plugin] Enable overriding plugin download URLs for air-gapped environments with an environment variable [#&#8203;16648](https://github.com/pulumi/pulumi/pull/16648) - \[sdk/python] Allow Python dynamic providers to capture secrets [#&#8203;15864](https://github.com/pulumi/pulumi/pull/15864) ##### Bug Fixes - \[engine] Separate provider internal from provider user config. This allows providers to use a config key like "pluginDownloadURL" which previously would have conflicted with the engine's internal state. It also allows the engine to add new internal state fields without concern for clashing with existing or future provider config keys. [#&#8203;16837](https://github.com/pulumi/pulumi/pull/16837) - \[cli/state] Fix moving resources with secrets when the destination stack has no secrets manager defined [#&#8203;16844](https://github.com/pulumi/pulumi/pull/16844) - \[cli/state] Include the stack name in the passhprase prompt in state move [#&#8203;16861](https://github.com/pulumi/pulumi/pull/16861) - \[sdk/nodejs] Fix resource reference serialization when multiple copies of [@&#8203;pulumi/pulumi](https://github.com/pulumi/pulumi) are present [#&#8203;13240](https://github.com/pulumi/pulumi/pull/13240) - \[sdk/nodejs] Don't search upwards for policy packs when determining required plugins [#&#8203;16865](https://github.com/pulumi/pulumi/pull/16865) - \[sdk/python] Fix missing overloads to config getters [#&#8203;16878](https://github.com/pulumi/pulumi/pull/16878) - \[sdkgen/{go,nodejs,python}] Fix generation of nested plain input types. [#&#8203;16812](https://github.com/pulumi/pulumi/pull/16812) ##### Miscellaneous - \[sdkgen/python] Link to Python docs about input types [#&#8203;16763](https://github.com/pulumi/pulumi/pull/16763) ### [`v3.127.0`](https://github.com/pulumi/pulumi/releases/tag/v3.127.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.126.0...v3.127.0) #### 3.127.0 (2024-07-25) ##### Features - \[auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API [#&#8203;16721](https://github.com/pulumi/pulumi/pull/16721) - \[cli/new] Make prompt capitalization consistent [#&#8203;16747](https://github.com/pulumi/pulumi/pull/16747) - \[auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack [#&#8203;16615](https://github.com/pulumi/pulumi/pull/16615) - \[auto/python] Implement Stack.import_resources() for batch importing resources into a stack [#&#8203;16668](https://github.com/pulumi/pulumi/pull/16668) - \[sdk/python] Provide stricter types for config.get_XXX when a default is provided [#&#8203;16768](https://github.com/pulumi/pulumi/pull/16768) - \[sdkgen/python] Generate TypedDict input types by default [#&#8203;16704](https://github.com/pulumi/pulumi/pull/16704) ##### Bug Fixes - \[cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider [#&#8203;16786](https://github.com/pulumi/pulumi/pull/16786) - \[cli/state] Always show the fully qualified stack name when moving resources [#&#8203;16767](https://github.com/pulumi/pulumi/pull/16767) - \[cli/state] Fix calculation of the resources that are remaining in the source stack [#&#8203;16774](https://github.com/pulumi/pulumi/pull/16774) - \[cli/state] Fix the dependency information in the state move command [#&#8203;16765](https://github.com/pulumi/pulumi/pull/16765) - \[cli/state] Improve how moving the root stack is handled in `pulumi state move` [#&#8203;16779](https://github.com/pulumi/pulumi/pull/16779) - \[sdk/nodejs] Detect possible OOM errors when nodejs crashes [#&#8203;16700](https://github.com/pulumi/pulumi/pull/16700) - \[sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow [#&#8203;16700](https://github.com/pulumi/pulumi/pull/16700) ### [`v3.126.0`](https://github.com/pulumi/pulumi/releases/tag/v3.126.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.125.0...v3.126.0) #### 3.126.0 (2024-07-22) ##### Features - \[cli] Add support for `DeletedWith` to `pulumi convert` [#&#8203;12011](https://github.com/pulumi/pulumi/pull/12011) - \[cli] Allow specifying project names when converting with `pulumi convert --name` [#&#8203;16708](https://github.com/pulumi/pulumi/pull/16708) - \[sdk/python] Add support for invoke stack transforms [#&#8203;16701](https://github.com/pulumi/pulumi/pull/16701) ##### Bug Fixes - \[cli] Avoid duplicate error output in some cases [#&#8203;16706](https://github.com/pulumi/pulumi/pull/16706) - \[cli] Avoid duplicate error: prefix with `--expect-no-changes` [#&#8203;16705](https://github.com/pulumi/pulumi/pull/16705) - \[engine] Fix integrity issues in `up --continue-on-error` with changed dependencies [#&#8203;16733](https://github.com/pulumi/pulumi/pull/16733) - \[engine] Fix panics due to different length `ignoreChanges` arrays [#&#8203;16742](https://github.com/pulumi/pulumi/pull/16742) - \[cli/state] Disallow provider moves in the `state move` command [#&#8203;16722](https://github.com/pulumi/pulumi/pull/16722) - \[cli/state] Improve readability of the resources to be moved output of the state move command [#&#8203;16723](https://github.com/pulumi/pulumi/pull/16723) - \[cli/state] Allow a provider with the same URN and ID to already be in the snapshot [#&#8203;16737](https://github.com/pulumi/pulumi/pull/16737) - \[cli/state] Reparent providers correctly in state move [#&#8203;16735](https://github.com/pulumi/pulumi/pull/16735) - \[programgen/go] Fix emiting literal values as stack outputs [#&#8203;16728](https://github.com/pulumi/pulumi/pull/16728) - \[sdk/go] Set Parameterize.Value in plugin.Provider [#&#8203;16726](https://github.com/pulumi/pulumi/pull/16726) - \[sdk/python] Exclude `pulumi_policy` from plugin determination [#&#8203;16727](https://github.com/pulumi/pulumi/pull/16727) ### [`v3.125.0`](https://github.com/pulumi/pulumi/releases/tag/v3.125.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.124.0...v3.125.0) #### 3.125.0 (2024-07-18) ##### Features - \[sdk/go] Add support for invoke stack transforms [#&#8203;16617](https://github.com/pulumi/pulumi/pull/16617) - \[sdk/{go,nodejs,python}] Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs [#&#8203;16674](https://github.com/pulumi/pulumi/pull/16674) - \[sdk/nodejs] Add support for invoke stack transforms [#&#8203;16688](https://github.com/pulumi/pulumi/pull/16688) - \[sdkgen/go] Default importBasePath to a pulumi github base path [#&#8203;16664](https://github.com/pulumi/pulumi/pull/16664) ##### Bug Fixes - \[engine] Fix snapshot integrity problems when `Delete`s fail in delete-before-replace chains [#&#8203;16699](https://github.com/pulumi/pulumi/pull/16699) - \[cli/about] Fix a panic for some token types returned from the service. [#&#8203;16710](https://github.com/pulumi/pulumi/pull/16710) - \[sdk/go] Disallow OutputState from being deepcopied [#&#8203;16690](https://github.com/pulumi/pulumi/pull/16690) - \[cli/new] Fix incorrect caching of git auth method in error cases [#&#8203;16652](https://github.com/pulumi/pulumi/pull/16652) - \[cli/state] Fix panic in state move when either the source or destination stack are empty [#&#8203;16676](https://github.com/pulumi/pulumi/pull/16676) - \[cli/state] Fix resources to be moved not being shown in `pulumi state move` [#&#8203;16672](https://github.com/pulumi/pulumi/pull/16672) - \[cli/state] Warn when an argument matches no URN in the source snapshot and error out when no resources are being moved in `pulumi state move` [#&#8203;16673](https://github.com/pulumi/pulumi/pull/16673) - \[pkg/testing] Clean up PULUMI_HOME after program test [#&#8203;16663](https://github.com/pulumi/pulumi/pull/16663) - \[sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs [#&#8203;16649](https://github.com/pulumi/pulumi/pull/16649) - \[sdk/nodejs] Pin node to 22.4.x to workaround breakage [#&#8203;16709](https://github.com/pulumi/pulumi/pull/16709) - \[sdk/python] Fix YAML serialization of project settings in the Python Automation API [#&#8203;16660](https://github.com/pulumi/pulumi/pull/16660) - \[sdk/python] Use python names for dictionary literals when inside a typed dictionary input [#&#8203;16658](https://github.com/pulumi/pulumi/pull/16658) - \[sdk/python] Don't use indentation in converted pyproject.toml files [#&#8203;16678](https://github.com/pulumi/pulumi/pull/16678) - \[sdk/python] Fix a RecursionError with deeply nested ComponentResources [#&#8203;16669](https://github.com/pulumi/pulumi/pull/16669) - \[sdk/python] Validate that we have Poetry >= 1.8.0 [#&#8203;16683](https://github.com/pulumi/pulumi/pull/16683) ### [`v3.124.0`](https://github.com/pulumi/pulumi/releases/tag/v3.124.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.123.0...v3.124.0) #### 3.124.0 (2024-07-12) ##### Features - \[cli/state] Introduce a state move command that can be used to move resources between stacks/projects [#&#8203;16630](https://github.com/pulumi/pulumi/pull/16630) ##### Bug Fixes - \[engine] Fix an issue where `pulumi up --continue-on-error` could result in a snapshot integrity failure [#&#8203;16639](https://github.com/pulumi/pulumi/pull/16639) - \[yaml] Fixes using StackReference outputs of types other than 'string' in Pulumi YAML [#&#8203;16636](https://github.com/pulumi/pulumi/pull/16636) - \[cli/new] Install policy or project dependencies based on nearest configuration file [#&#8203;16631](https://github.com/pulumi/pulumi/pull/16631) - \[sdk/nodejs] Don't count plugins from a nested policy pack in GetRequiredPlugins [#&#8203;16632](https://github.com/pulumi/pulumi/pull/16632) - \[sdk/nodejs] Revert the implementation of `dependsOn` for invokes in the NodeJS SDK [#&#8203;16642](https://github.com/pulumi/pulumi/pull/16642) ### [`v3.123.0`](https://github.com/pulumi/pulumi/releases/tag/v3.123.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.122.0...v3.123.0) #### 3.123.0 (2024-07-10) ##### Features - \[docs] Add ability to constrain supported languages of resource and function overlays [#&#8203;16579](https://github.com/pulumi/pulumi/pull/16579) - \[engine] Guess references to properties 'name' and 'arn' between dependant resources during import [#&#8203;16234](https://github.com/pulumi/pulumi/pull/16234) - \[sdk/nodejs] Add `dependsOn` to `InvokeOptions` in the NodeJS SDK [#&#8203;16560](https://github.com/pulumi/pulumi/pull/16560) ##### Bug Fixes - \[cli/new] Use default values for language specific prompts when using --yes [#&#8203;16595](https://github.com/pulumi/pulumi/pull/16595) - \[docs] Fix generating constructor syntax examples for kubernetes [#&#8203;16574](https://github.com/pulumi/pulumi/pull/16574) - \[docs] Fix generating constructor syntax examples in Go for package awsx [#&#8203;16583](https://github.com/pulumi/pulumi/pull/16583) - \[backend/service] Retry POST requests that time out during handshake timeouts [#&#8203;16576](https://github.com/pulumi/pulumi/pull/16576) - \[engine] Avoid computing refresh `Diff`s for external resources [#&#8203;16544](https://github.com/pulumi/pulumi/pull/16544) - \[engine] Fix program hanging when the import resource option is used and the inputs don't match [#&#8203;16572](https://github.com/pulumi/pulumi/pull/16572) - \[programgen/go] Do not emit index module for resources without a schema [#&#8203;16588](https://github.com/pulumi/pulumi/pull/16588) - \[sdk/go] Fix out-of-range panic when sanitizing PATH env var [#&#8203;16575](https://github.com/pulumi/pulumi/pull/16575) - \[sdk/nodejs] Fix creating a closure with object getters and setters [#&#8203;16568](https://github.com/pulumi/pulumi/pull/16568) - \[programgen/python] Fix Python program generation for remote assets [#&#8203;16556](https://github.com/pulumi/pulumi/pull/16556) ##### Miscellaneous - \[ci] Use latest patch version of Go in CI [#&#8203;16609](https://github.com/pulumi/pulumi/pull/16609) - \[sdk/nodejs] Bump `@opentelemetry` packages in the NodeJS SDK [#&#8203;16558](https://github.com/pulumi/pulumi/pull/16558) ### [`v3.122.0`](https://github.com/pulumi/pulumi/releases/tag/v3.122.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.121.0...v3.122.0) #### 3.122.0 (2024-07-01) ##### Features - \[cli] Set the --continue-on-error flag with PULUMI_CONTINUE_ON_ERROR environment variable [#&#8203;16442](https://github.com/pulumi/pulumi/pull/16442) - \[sdk/nodejs] Parallelize Construct and Call calls in the Node.js SDK [#&#8203;16428](https://github.com/pulumi/pulumi/pull/16428) - \[sdk/python] Support `--exclude-protected` for `destroy` in the Python automation SDK [#&#8203;16457](https://github.com/pulumi/pulumi/pull/16457) ##### Bug Fixes - \[auto] Protect access to transport.UnsupportedCapabilities inside repo.FetchContext [#&#8203;16517](https://github.com/pulumi/pulumi/pull/16517) - \[cli] Disable default Cobra completions in the CLI [#&#8203;16540](https://github.com/pulumi/pulumi/pull/16540) - \[engine] Fix an issue with asset archives not working with paths outside the working directory. [#&#8203;16455](https://github.com/pulumi/pulumi/pull/16455) - \[engine] Don't re-delete resources that are marked as `pendingReplacement` [#&#8203;16510](https://github.com/pulumi/pulumi/pull/16510) - \[cli/display] Print a fully qualified stack name on `pulumi stack --show-name --fully-qualify-stack-names` [#&#8203;16453](https://github.com/pulumi/pulumi/pull/16453) - \[cli/display] Display `[retain]` in all cases of delete retention [#&#8203;16506](https://github.com/pulumi/pulumi/pull/16506) - \[sdkgen/dotnet] Bump the default version range for the referenced Pulumi package to a version that supports Config.GetDouble [#&#8203;16483](https://github.com/pulumi/pulumi/pull/16483) - \[cli/new] Add not-found markers to missing executables for packagemanagers [#&#8203;16488](https://github.com/pulumi/pulumi/pull/16488) - \[sdk/go] Fix concurrent map write when registering transform callbacks [#&#8203;16444](https://github.com/pulumi/pulumi/pull/16444) - \[sdk/nodejs] Fix race condition when registering stack transforms [#&#8203;16443](https://github.com/pulumi/pulumi/pull/16443) - \[sdk/nodejs] Fix Construct and Call calls in the Node.js SDK sharing state [#&#8203;16487](https://github.com/pulumi/pulumi/pull/16487) - \[sdk/nodejs] Fix non-blocking stdout/err with nodejs [#&#8203;16504](https://github.com/pulumi/pulumi/pull/16504) - \[sdk/{nodejs,python}] Display an actionable error message when dependency installation fails [#&#8203;16489](https://github.com/pulumi/pulumi/pull/16489) - \[sdk/python] Wait for pending tasks before shutting down python programs. [#&#8203;16505](https://github.com/pulumi/pulumi/pull/16505) - \[sdk/python] Provide installation instructions for the python typechecker [#&#8203;16539](https://github.com/pulumi/pulumi/pull/16539) ##### Miscellaneous - \[sdk/nodejs] Migrate from Rome to Biome [#&#8203;16456](https://github.com/pulumi/pulumi/pull/16456) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjY3LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-07-03 00:07:20 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from d7054a3123 to 56acb46a4e 2024-07-11 00:08:13 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.122.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.123.0 2024-07-11 00:08:20 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 56acb46a4e to 2942f8d16d 2024-07-13 00:08:23 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.123.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.124.0 2024-07-13 00:08:31 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 2942f8d16d to f49580c380 2024-07-20 00:07:29 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.124.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.125.0 2024-07-20 00:07:39 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from f49580c380 to d8095093b6 2024-07-24 00:08:03 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.125.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.126.0 2024-07-24 00:08:13 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from d8095093b6 to 44828f0a76 2024-07-26 23:02:48 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.126.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.127.0 2024-07-26 23:02:56 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 44828f0a76 to f9c5c8e380 2024-08-06 00:09:04 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.127.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.128.0 2024-08-06 00:09:12 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from f9c5c8e380 to 1950f7a3ea 2024-08-13 00:12:08 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.128.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.129.0 2024-08-13 00:12:19 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 1950f7a3ea to b49362809a 2024-08-24 00:19:59 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.129.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.130.0 2024-08-24 00:20:08 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from b49362809a to 094487f574 2024-09-06 00:33:21 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.130.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.131.0 2024-09-06 00:33:37 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-sdk-v3-3.x from 094487f574 to 9361bbd9d3 2024-09-12 00:35:52 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.131.0 to chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.132.0 2024-09-12 00:36:10 +00:00
antoine merged commit 9361bbd9d3 into main 2024-09-29 11:46:52 +00:00
antoine deleted branch renovate/github.com-pulumi-pulumi-sdk-v3-3.x 2024-09-29 11:46:52 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: go/pulumi-library#29
No description provided.