Pulumi

Latest version: v3.143.0

Safety actively analyzes 688694 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 64

3.128.0

Features

- [auto/go] Add install command to workspace
[16782](https://github.com/pulumi/pulumi/pull/16782)

- [auto/go] Add support for `pulumi destroy --preview-only`
[16839](https://github.com/pulumi/pulumi/pull/16839)

- [programgen/go] Use `pulumi.Sprintf(...)` instead of `pulumi.String(fmt.Sprintf(...))` in Go program generation
[16852](https://github.com/pulumi/pulumi/pull/16852)

- [cli/plugin] Enable overriding plugin download URLs for air-gapped environments with an environment variable
[16648](https://github.com/pulumi/pulumi/pull/16648)

- [sdk/python] Allow Python dynamic providers to capture secrets
[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.
[16837](https://github.com/pulumi/pulumi/pull/16837)

- [cli/state] Fix moving resources with secrets when the destination stack has no secrets manager defined
[16844](https://github.com/pulumi/pulumi/pull/16844)

- [cli/state] Include the stack name in the passhprase prompt in state move
[16861](https://github.com/pulumi/pulumi/pull/16861)

- [sdk/nodejs] Fix resource reference serialization when multiple copies of pulumi/pulumi are present
[13240](https://github.com/pulumi/pulumi/pull/13240)

- [sdk/nodejs] Don't search upwards for policy packs when determining required plugins
[16865](https://github.com/pulumi/pulumi/pull/16865)

- [sdk/python] Fix missing overloads to config getters
[16878](https://github.com/pulumi/pulumi/pull/16878)

- [sdkgen/{go,nodejs,python}] Fix generation of nested plain input types.
[16812](https://github.com/pulumi/pulumi/pull/16812)


Miscellaneous

- [sdkgen/python] Link to Python docs about input types
[16763](https://github.com/pulumi/pulumi/pull/16763)

3.127.0

Features

- [auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API
[16721](https://github.com/pulumi/pulumi/pull/16721)

- [cli/new] Make prompt capitalization consistent
[16747](https://github.com/pulumi/pulumi/pull/16747)

- [auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack
[16615](https://github.com/pulumi/pulumi/pull/16615)

- [auto/python] Implement Stack.import_resources() for batch importing resources into a stack
[16668](https://github.com/pulumi/pulumi/pull/16668)

- [sdk/python] Provide stricter types for config.get_XXX when a default is provided
[16768](https://github.com/pulumi/pulumi/pull/16768)

- [sdkgen/python] Generate TypedDict input types by default
[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
[16786](https://github.com/pulumi/pulumi/pull/16786)

- [cli/state] Always show the fully qualified stack name when moving resources
[16767](https://github.com/pulumi/pulumi/pull/16767)

- [cli/state] Fix calculation of the resources that are remaining in the source stack
[16774](https://github.com/pulumi/pulumi/pull/16774)

- [cli/state] Fix the dependency information in the state move command
[16765](https://github.com/pulumi/pulumi/pull/16765)

- [cli/state] Improve how moving the root stack is handled in `pulumi state move`
[16779](https://github.com/pulumi/pulumi/pull/16779)

- [sdk/nodejs] Detect possible OOM errors when nodejs crashes
[16700](https://github.com/pulumi/pulumi/pull/16700)

- [sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow
[16700](https://github.com/pulumi/pulumi/pull/16700)

3.126.0

Features

- [cli] Add support for `DeletedWith` to `pulumi convert`
[12011](https://github.com/pulumi/pulumi/pull/12011)

- [cli] Allow specifying project names when converting with `pulumi convert --name`
[16708](https://github.com/pulumi/pulumi/pull/16708)

- [sdk/python] Add support for invoke stack transforms
[16701](https://github.com/pulumi/pulumi/pull/16701)


Bug Fixes

- [cli] Avoid duplicate error output in some cases
[16706](https://github.com/pulumi/pulumi/pull/16706)

- [cli] Avoid duplicate error: prefix with `--expect-no-changes`
[16705](https://github.com/pulumi/pulumi/pull/16705)

- [engine] Fix integrity issues in `up --continue-on-error` with changed dependencies
[16733](https://github.com/pulumi/pulumi/pull/16733)

- [engine] Fix panics due to different length `ignoreChanges` arrays
[16742](https://github.com/pulumi/pulumi/pull/16742)

- [cli/state] Disallow provider moves in the `state move` command
[16722](https://github.com/pulumi/pulumi/pull/16722)

- [cli/state] Improve readability of the resources to be moved output of the state move command
[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
[16737](https://github.com/pulumi/pulumi/pull/16737)

- [cli/state] Reparent providers correctly in state move
[16735](https://github.com/pulumi/pulumi/pull/16735)

- [programgen/go] Fix emiting literal values as stack outputs
[16728](https://github.com/pulumi/pulumi/pull/16728)

- [sdk/go] Set Parameterize.Value in plugin.Provider
[16726](https://github.com/pulumi/pulumi/pull/16726)

- [sdk/python] Exclude `pulumi_policy` from plugin determination
[16727](https://github.com/pulumi/pulumi/pull/16727)

3.125.0

Features

- [sdk/go] Add support for invoke stack transforms
[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
[16674](https://github.com/pulumi/pulumi/pull/16674)

- [sdk/nodejs] Add support for invoke stack transforms
[16688](https://github.com/pulumi/pulumi/pull/16688)

- [sdkgen/go] Default importBasePath to a pulumi github base path
[16664](https://github.com/pulumi/pulumi/pull/16664)


Bug Fixes

- [engine] Fix snapshot integrity problems when `Delete`s fail in delete-before-replace chains
[16699](https://github.com/pulumi/pulumi/pull/16699)

- [cli/about] Fix a panic for some token types returned from the service.
[16710](https://github.com/pulumi/pulumi/pull/16710)

- [sdk/go] Disallow OutputState from being deepcopied
[16690](https://github.com/pulumi/pulumi/pull/16690)

- [cli/new] Fix incorrect caching of git auth method in error cases
[16652](https://github.com/pulumi/pulumi/pull/16652)

- [cli/state] Fix panic in state move when either the source or destination stack are empty
[16676](https://github.com/pulumi/pulumi/pull/16676)

- [cli/state] Fix resources to be moved not being shown in `pulumi state move`
[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`
[16673](https://github.com/pulumi/pulumi/pull/16673)

- [pkg/testing] Clean up PULUMI_HOME after program test
[16663](https://github.com/pulumi/pulumi/pull/16663)

- [sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs
[16649](https://github.com/pulumi/pulumi/pull/16649)

- [sdk/nodejs] Pin node to 22.4.x to workaround breakage
[16709](https://github.com/pulumi/pulumi/pull/16709)

- [sdk/python] Fix YAML serialization of project settings in the Python Automation API
[16660](https://github.com/pulumi/pulumi/pull/16660)

- [sdk/python] Use python names for dictionary literals when inside a typed dictionary input
[16658](https://github.com/pulumi/pulumi/pull/16658)

- [sdk/python] Don't use indentation in converted pyproject.toml files
[16678](https://github.com/pulumi/pulumi/pull/16678)

- [sdk/python] Fix a RecursionError with deeply nested ComponentResources
[16669](https://github.com/pulumi/pulumi/pull/16669)

- [sdk/python] Validate that we have Poetry >= 1.8.0
[16683](https://github.com/pulumi/pulumi/pull/16683)

3.124.0

Features

- [cli/state] Introduce a state move command that can be used to move resources between stacks/projects
[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

- [yaml] Fixes using StackReference outputs of types other than 'string' in Pulumi YAML
[16636](https://github.com/pulumi/pulumi/pull/16636)

- [cli/new] Install policy or project dependencies based on nearest configuration file

- [sdk/nodejs] Don't count plugins from a nested policy pack in GetRequiredPlugins
[16632](https://github.com/pulumi/pulumi/pull/16632)

- [sdk/nodejs] Revert the implementation of `dependsOn` for invokes in the NodeJS SDK

3.123.0

Features

- [docs] Add ability to constrain supported languages of resource and function overlays
[16579](https://github.com/pulumi/pulumi/pull/16579)

- [engine] Guess references to properties 'name' and 'arn' between dependant resources during import
[16234](https://github.com/pulumi/pulumi/pull/16234)

- [sdk/nodejs] Add `dependsOn` to `InvokeOptions` in the NodeJS SDK
[16560](https://github.com/pulumi/pulumi/pull/16560)


Bug Fixes

- [cli/new] Use default values for language specific prompts when using --yes
[16595](https://github.com/pulumi/pulumi/pull/16595)

- [docs] Fix generating constructor syntax examples for kubernetes
[16574](https://github.com/pulumi/pulumi/pull/16574)

- [docs] Fix generating constructor syntax examples in Go for package awsx
[16583](https://github.com/pulumi/pulumi/pull/16583)

- [backend/service] Retry POST requests that time out during handshake timeouts
[16576](https://github.com/pulumi/pulumi/pull/16576)

- [engine] Avoid computing refresh `Diff`s for external resources
[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
[16572](https://github.com/pulumi/pulumi/pull/16572)

- [programgen/go] Do not emit index module for resources without a schema
[16588](https://github.com/pulumi/pulumi/pull/16588)

- [sdk/go] Fix out-of-range panic when sanitizing PATH env var
[16575](https://github.com/pulumi/pulumi/pull/16575)

- [sdk/nodejs] Fix creating a closure with object getters and setters
[16568](https://github.com/pulumi/pulumi/pull/16568)

- [programgen/python] Fix Python program generation for remote assets
[16556](https://github.com/pulumi/pulumi/pull/16556)


Miscellaneous

- [ci] Use latest patch version of Go in CI
[16609](https://github.com/pulumi/pulumi/pull/16609)

- [sdk/nodejs] Bump `opentelemetry` packages in the NodeJS SDK
[16558](https://github.com/pulumi/pulumi/pull/16558)

Page 4 of 64

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.