chore(deps): update dependency pulumi to v3.95.0 - autoclosed #4

Closed
renovate wants to merge 1 commits from renovate/pulumi-3.x into master
Member

This PR contains the following updates:

Package Type Update Change
pulumi project.dependencies minor ==3.89.0 -> ==3.95.0

Release Notes

pulumi/pulumi (pulumi)

v3.95.0

Compare Source

Features
  • cli/config] Include config values from ESC in `pulumi config`
    [#​14560](https://github.com/pulumi/pulumi/pull/14560)
    
    
  • cli/config] Add commands for managing stack environments
    [#​14628](https://github.com/pulumi/pulumi/pull/14628)
    
    
  • cli/config] Add a command to create an ESC environment from stack config
    [#​14634](https://github.com/pulumi/pulumi/pull/14634)
    
    
  • sdk/go] add optional display name and tag fields to project templates
    [#​14587](https://github.com/pulumi/pulumi/pull/14587)
    
    
  • sdk/nodejs] Enable resource imports for nodejs providers
    [#​14668](https://github.com/pulumi/pulumi/pull/14668)
    
    
  • cli/plugin] Load policy packs in parallel on startup to reduce startup time
    [#​14495](https://github.com/pulumi/pulumi/pull/14495)
    
    
  • sdkgen/dotnet] Added support for language specific settings for resources and support for overriding resource name in dotnet codegen
    [#​14308](https://github.com/pulumi/pulumi/pull/14308)
    
    
  • sdkgen/{go,nodejs,python}] Resource methods with plain: true outputs can now return plain values without an Output wrapper. In particular, this feature enables resource methods to serve as explicit provider factories by returning preconfigured explicit providers.
    [#​13592](https://github.com/pulumi/pulumi/pull/13592)
    
    
Bug Fixes
  • auto/go] Fix a datarace in cloning git repos.
    [#​14643](https://github.com/pulumi/pulumi/pull/14643)
    
    
  • auto/go] Fixes event stream lag on windows runtime
    [#​14659](https://github.com/pulumi/pulumi/pull/14659)
    
    
  • engine] Engine now correctly handles any resource name.
    [#​14107](https://github.com/pulumi/pulumi/pull/14107)
    
    
  • engine] Fix a panic in cancellation.
    [#​14612](https://github.com/pulumi/pulumi/pull/14612)
    
    
  • engine] Fix root directory passed to langauge plugins when starting pulumi in a subfolder.
    [#​14684](https://github.com/pulumi/pulumi/pull/14684)
    
    
  • sdkgen] Schemas now validate that 'urn' and 'id' are not used as resource output properties.
    [#​14637](https://github.com/pulumi/pulumi/pull/14637)
    
    
  • sdkgen] Fixes marshalling the "plain" flag from object or resource properties
    [#​14648](https://github.com/pulumi/pulumi/pull/14648)
    
    
  • yaml] Upgrade yaml to 1.4.3
    [#​14693](https://github.com/pulumi/pulumi/pull/14693)
    
    
  • programgen/nodejs] Fix generated readFile function so that it includes the encoding and returns a string
    [#​14633](https://github.com/pulumi/pulumi/pull/14633)
    
    
  • sdkgen/{dotnet,go,nodejs,python}] No longer writing out name and project from alias definitions into SDKs, only type
    [#​14625](https://github.com/pulumi/pulumi/pull/14625)
    
    
  • sdk/go] Fix optional handling on nested props
    [#​14629](https://github.com/pulumi/pulumi/pull/14629)
    
    
  • sdk/nodejs] Use local storage to track per stack error log count
    [#​14702](https://github.com/pulumi/pulumi/pull/14702)
    
    
  • sdkgen/go] Fixes plain and optional properties for generated types for Go SDKs using generics
    [#​14616](https://github.com/pulumi/pulumi/pull/14616)
    
    
  • sdkgen/go] Generate non-plain type variants for types used as inputs inside unions
    [#​14679](https://github.com/pulumi/pulumi/pull/14679)
    
    
  • sdk/python] Introduces RuntimeError when we detect a cycle upon adding dependencies to the graph. Additionally adds "PULUMI_ERROR_ON_DEPENDENCY_CYCLES" as a new environment variable to control this behavior. Set to `False` to return to the previous behavior, which could potentially re-introduce infinite hangs for some programs.
    [#​14597](https://github.com/pulumi/pulumi/pull/14597)
    
    

v3.94.2

Compare Source

Features
  • cli/import] Generated import files from converter plugins omit empty optional fields.
    [#​14574](https://github.com/pulumi/pulumi/pull/14574)
    
    
Bug Fixes
  • yaml] Upgrade yaml to 1.4.2
    [#​14603](https://github.com/pulumi/pulumi/pull/14603)
    
    
  • cli/engine] Fix an issue where the CLI could panic because of a newly introduced event
    [#​14600](https://github.com/pulumi/pulumi/pull/14600)
    
    
  • sdkgen/go] Fix generics-only option for go missing ToOutput(...) methods
    [#​14584](https://github.com/pulumi/pulumi/pull/14584)
    
    

v3.94.1

Compare Source

Features
  • cli/display] Adds display when policy packs are being loaded
    [#​14493](https://github.com/pulumi/pulumi/pull/14493)
    
    
  • sdk/dotnet] Update dotnet language host to 3.59.0.
    [#​14577](https://github.com/pulumi/pulumi/pull/14577)
    
    
Bug Fixes
  • engine] Fix ignore changes ignoring secret values.
    [#​14565](https://github.com/pulumi/pulumi/pull/14565)
    
    
  • sdk/python] Use `typing.Dict` in type annotation instead of `dict`.
    [#​14579](https://github.com/pulumi/pulumi/pull/14579)
    
    

v3.94.0

Compare Source

Features
  • engine] `import` can now create empty component resource to use as the parent of other imported resources.
    [#​14467](https://github.com/pulumi/pulumi/pull/14467)
    
    
  • engine] `import` can now import a parent resource in the same deployment as a child resource.
    [#​14461](https://github.com/pulumi/pulumi/pull/14461)
    
    
  • engine] Import files no longer need parent URNs in the name table for resource being imported in the same file.
    [#​14524](https://github.com/pulumi/pulumi/pull/14524)
    
    
  • cli/config] `config refresh` will now restore secret provider config from the last deployment.
    [#​13900](https://github.com/pulumi/pulumi/pull/13900)
    
    
  • cli/new] Simplifies URL parsing for pulumi new zip
    [#​14546](https://github.com/pulumi/pulumi/pull/14546)
    
    
Bug Fixes
  • components/yaml] Upgrade yaml to 1.4.1
    [#​14542](https://github.com/pulumi/pulumi/pull/14542)
    
    
  • engine] Ignore spurious error from Kubernetes providers DiffConfig method.
    [#​14533](https://github.com/pulumi/pulumi/pull/14533)
    
    
  • sdk/python] Maintain old behavior for empty Kubernetes invoke results
    [#​14535](https://github.com/pulumi/pulumi/pull/14535)
    
    

v3.93.0

Compare Source

3.93.0 (2023-11-09)

Features
  • sdk/python] Add provider side caching for dynamic provider deserialization.
    [#​14491](https://github.com/pulumi/pulumi/pull/14491)
    
    
Bug Fixes
  • cli/new] Fix panic parsing template URL.
    [#​14504](https://github.com/pulumi/pulumi/pull/14504)
    
    
  • pkg] Fixes a panic in property mapping logic
    [#​14498](https://github.com/pulumi/pulumi/pull/14498)
    
    
  • sdkgen/go] Remove generic ToOutput methods from legacy non-generic go SDKs
    [#​14492](https://github.com/pulumi/pulumi/pull/14492)
    
    

v3.92.0

Compare Source

Features
  • auto] Allow shallow repository clones in NewLocalWorkspace
    [#​14312](https://github.com/pulumi/pulumi/pull/14312)
    
    
  • cli] Add support for ESC file projection
    [#​14447](https://github.com/pulumi/pulumi/pull/14447)
    
    
  • cli/new] Adds support for remote zip archive templates to pulumi new
    [#​14443](https://github.com/pulumi/pulumi/pull/14443)
    
    
  • engine] Support {NAME} in http plugin download URLs.
    [#​14435](https://github.com/pulumi/pulumi/pull/14435)
    
    
  • yaml] Update pulumi-yaml to 1.4.0
    [#​14425](https://github.com/pulumi/pulumi/pull/14425)
    
    
  • auto/nodejs] Add `refresh` option for `up`
    [#​14306](https://github.com/pulumi/pulumi/pull/14306)
    
    
Bug Fixes
  • cli/new] Adds nested directory support to pulumi new .zip
    [#​14473](https://github.com/pulumi/pulumi/pull/14473)
    
    
  • auto/nodejs] Pin [@​grpc/grpc-js](https://github.com/grpc/grpc-js) to v1.9.6 to resolve automation-api hang in NodeJS.
    [#​14445](https://github.com/pulumi/pulumi/pull/14445)
    
    
  • engine] Correctly propogate provider errors from DiffConfig.
    [#​14436](https://github.com/pulumi/pulumi/pull/14436)
    
    
  • engine] Fix parsing of property paths such as "root.\[1]" being returned from providers.
    [#​14451](https://github.com/pulumi/pulumi/pull/14451)
    
    
  • programgen/go] Fix using inline invoke expressions inside resources, objects and arrays
    [#​14484](https://github.com/pulumi/pulumi/pull/14484)
    
    
  • sdk/python] Fix error on empty invoke returns
    [#​14470](https://github.com/pulumi/pulumi/pull/14470)
    
    
  • sdk/python] Fix traceback diagnostic from being printed when using Python dynamic providers
    [#​14474](https://github.com/pulumi/pulumi/pull/14474)
    
    
Miscellaneous
  • ci] Bump homebrew using pulumi's fork instead of pulumi-bot's
    [#​14449](https://github.com/pulumi/pulumi/pull/14449)
    
    
  • ci] Additional fixes for the homebrew release job
    [#​14482](https://github.com/pulumi/pulumi/pull/14482)
    
    
  • cli] Pull in fixes from esc v0.5.7
    [#​14430](https://github.com/pulumi/pulumi/pull/14430)
    
    

v3.91.1

Compare Source

Bug Fixes
  • cli/display] Fix misleading output in stack ls --json
    [#​14309](https://github.com/pulumi/pulumi/pull/14309)
    
    
  • sdkgen/python] Fix regression where constructing ResourceArgs would fail if required arguments were missing.
    [#​14427](https://github.com/pulumi/pulumi/pull/14427)
    
    

v3.91.0

Compare Source

Features
  • cli] Adds a new `pulumi install` command which will install packages and plugins for a project.
    [#​13081](https://github.com/pulumi/pulumi/pull/13081)
    
    
Bug Fixes
  • engine] Fix generation of property paths in diff.
    [#​14337](https://github.com/pulumi/pulumi/pull/14337)
    
    

v3.90.1

Compare Source

Bug Fixes
  • cli/config] Don't crash on empty config values
    [#​14328](https://github.com/pulumi/pulumi/pull/14328)
    
    
  • sdkgen/python] Fix issue calling nonexistent `_configure` method on external types
    [#​14318](https://github.com/pulumi/pulumi/pull/14318)
    
    
  • sdkgen/python] Fix calling `_configure` with an Output value
    [#​14321](https://github.com/pulumi/pulumi/pull/14321)
    
    

v3.90.0

Compare Source

Features
  • auto/nodejs] Add support for the path option for config operations
    [#​14305](https://github.com/pulumi/pulumi/pull/14305)
    
    
  • engine] Converters can return diagnostics from `ConvertState`.
    [#​14135](https://github.com/pulumi/pulumi/pull/14135)
    
    
Bug Fixes
  • cli] Tightened the parser for property paths to be less prone to typos
    [#​14257](https://github.com/pulumi/pulumi/pull/14257)
    
    
  • engine] Fix handling of explicit providers and --target-dependents.
    [#​14238](https://github.com/pulumi/pulumi/pull/14238)
    
    
  • engine] Fix automatic diffs comparing against output instead of input properties.
    [#​14256](https://github.com/pulumi/pulumi/pull/14256)
    
    
  • sdkgen/dotnet] Fix codegen with nested modules.
    [#​14297](https://github.com/pulumi/pulumi/pull/14297)
    
    
  • programgen/go] Fix codegen to correctly output pulumi.Array instead of pulumi.AnyArray
    [#​14299](https://github.com/pulumi/pulumi/pull/14299)
    
    
  • cli/new] `pulumi new` now allows users to bypass existing project name checks.
    [#​14081](https://github.com/pulumi/pulumi/pull/14081)
    
    
  • sdk/nodejs] Nodejs now supports unknown resource IDs.
    [#​14137](https://github.com/pulumi/pulumi/pull/14137)
    
    
  • sdkgen/python] Fix `_configure` failing due to required args mismatch.
    [#​14281](https://github.com/pulumi/pulumi/pull/14281)
    
    
Miscellaneous
  • cli] Pull in fixes from esc v0.5.6
    [#​14284](https://github.com/pulumi/pulumi/pull/14284)
    
    
  • protobuf] Add a config as property map field to RunRequest and pass that to the SDK
    [#​14273](https://github.com/pulumi/pulumi/pull/14273)
    
    
  • sdk/python] updates grpcio dependency
    [#​14259](https://github.com/pulumi/pulumi/pull/14259)
    
    

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 | |---|---|---|---| | [pulumi](https://github.com/pulumi/pulumi) | project.dependencies | minor | `==3.89.0` -> `==3.95.0` | --- ### Release Notes <details> <summary>pulumi/pulumi (pulumi)</summary> ### [`v3.95.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3950-2023-12-01) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.94.2...v3.95.0) ##### Features - \[cli/config] Include config values from ESC in `pulumi config` [#&#8203;14560](https://github.com/pulumi/pulumi/pull/14560) - \[cli/config] Add commands for managing stack environments [#&#8203;14628](https://github.com/pulumi/pulumi/pull/14628) - \[cli/config] Add a command to create an ESC environment from stack config [#&#8203;14634](https://github.com/pulumi/pulumi/pull/14634) - \[sdk/go] add optional display name and tag fields to project templates [#&#8203;14587](https://github.com/pulumi/pulumi/pull/14587) - \[sdk/nodejs] Enable resource imports for nodejs providers [#&#8203;14668](https://github.com/pulumi/pulumi/pull/14668) - \[cli/plugin] Load policy packs in parallel on startup to reduce startup time [#&#8203;14495](https://github.com/pulumi/pulumi/pull/14495) - \[sdkgen/dotnet] Added support for language specific settings for resources and support for overriding resource name in dotnet codegen [#&#8203;14308](https://github.com/pulumi/pulumi/pull/14308) - \[sdkgen/{go,nodejs,python}] Resource methods with plain: true outputs can now return plain values without an Output wrapper. In particular, this feature enables resource methods to serve as explicit provider factories by returning preconfigured explicit providers. [#&#8203;13592](https://github.com/pulumi/pulumi/pull/13592) ##### Bug Fixes - \[auto/go] Fix a datarace in cloning git repos. [#&#8203;14643](https://github.com/pulumi/pulumi/pull/14643) - \[auto/go] Fixes event stream lag on windows runtime [#&#8203;14659](https://github.com/pulumi/pulumi/pull/14659) - \[engine] Engine now correctly handles any resource name. [#&#8203;14107](https://github.com/pulumi/pulumi/pull/14107) - \[engine] Fix a panic in cancellation. [#&#8203;14612](https://github.com/pulumi/pulumi/pull/14612) - \[engine] Fix root directory passed to langauge plugins when starting pulumi in a subfolder. [#&#8203;14684](https://github.com/pulumi/pulumi/pull/14684) - \[sdkgen] Schemas now validate that 'urn' and 'id' are not used as resource output properties. [#&#8203;14637](https://github.com/pulumi/pulumi/pull/14637) - \[sdkgen] Fixes marshalling the "plain" flag from object or resource properties [#&#8203;14648](https://github.com/pulumi/pulumi/pull/14648) - \[yaml] Upgrade yaml to 1.4.3 [#&#8203;14693](https://github.com/pulumi/pulumi/pull/14693) - \[programgen/nodejs] Fix generated readFile function so that it includes the encoding and returns a string [#&#8203;14633](https://github.com/pulumi/pulumi/pull/14633) - \[sdkgen/{dotnet,go,nodejs,python}] No longer writing out name and project from alias definitions into SDKs, only type [#&#8203;14625](https://github.com/pulumi/pulumi/pull/14625) - \[sdk/go] Fix optional handling on nested props [#&#8203;14629](https://github.com/pulumi/pulumi/pull/14629) - \[sdk/nodejs] Use local storage to track per stack error log count [#&#8203;14702](https://github.com/pulumi/pulumi/pull/14702) - \[sdkgen/go] Fixes plain and optional properties for generated types for Go SDKs using generics [#&#8203;14616](https://github.com/pulumi/pulumi/pull/14616) - \[sdkgen/go] Generate non-plain type variants for types used as inputs inside unions [#&#8203;14679](https://github.com/pulumi/pulumi/pull/14679) - \[sdk/python] Introduces RuntimeError when we detect a cycle upon adding dependencies to the graph. Additionally adds "PULUMI_ERROR_ON_DEPENDENCY_CYCLES" as a new environment variable to control this behavior. Set to `False` to return to the previous behavior, which could potentially re-introduce infinite hangs for some programs. [#&#8203;14597](https://github.com/pulumi/pulumi/pull/14597) ### [`v3.94.2`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3942-2023-11-17) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.94.1...v3.94.2) ##### Features - \[cli/import] Generated import files from converter plugins omit empty optional fields. [#&#8203;14574](https://github.com/pulumi/pulumi/pull/14574) ##### Bug Fixes - \[yaml] Upgrade yaml to 1.4.2 [#&#8203;14603](https://github.com/pulumi/pulumi/pull/14603) - \[cli/engine] Fix an issue where the CLI could panic because of a newly introduced event [#&#8203;14600](https://github.com/pulumi/pulumi/pull/14600) - \[sdkgen/go] Fix generics-only option for go missing ToOutput(...) methods [#&#8203;14584](https://github.com/pulumi/pulumi/pull/14584) ### [`v3.94.1`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3941-2023-11-16) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.94.0...v3.94.1) ##### Features - \[cli/display] Adds display when policy packs are being loaded [#&#8203;14493](https://github.com/pulumi/pulumi/pull/14493) - \[sdk/dotnet] Update dotnet language host to 3.59.0. [#&#8203;14577](https://github.com/pulumi/pulumi/pull/14577) ##### Bug Fixes - \[engine] Fix ignore changes ignoring secret values. [#&#8203;14565](https://github.com/pulumi/pulumi/pull/14565) - \[sdk/python] Use `typing.Dict` in type annotation instead of `dict`. [#&#8203;14579](https://github.com/pulumi/pulumi/pull/14579) ### [`v3.94.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3940-2023-11-14) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.93.0...v3.94.0) ##### Features - \[engine] `import` can now create empty component resource to use as the parent of other imported resources. [#&#8203;14467](https://github.com/pulumi/pulumi/pull/14467) - \[engine] `import` can now import a parent resource in the same deployment as a child resource. [#&#8203;14461](https://github.com/pulumi/pulumi/pull/14461) - \[engine] Import files no longer need parent URNs in the name table for resource being imported in the same file. [#&#8203;14524](https://github.com/pulumi/pulumi/pull/14524) - \[cli/config] `config refresh` will now restore secret provider config from the last deployment. [#&#8203;13900](https://github.com/pulumi/pulumi/pull/13900) - \[cli/new] Simplifies URL parsing for pulumi new zip [#&#8203;14546](https://github.com/pulumi/pulumi/pull/14546) ##### Bug Fixes - \[components/yaml] Upgrade yaml to 1.4.1 [#&#8203;14542](https://github.com/pulumi/pulumi/pull/14542) - \[engine] Ignore spurious error from Kubernetes providers DiffConfig method. [#&#8203;14533](https://github.com/pulumi/pulumi/pull/14533) - \[sdk/python] Maintain old behavior for empty Kubernetes invoke results [#&#8203;14535](https://github.com/pulumi/pulumi/pull/14535) ### [`v3.93.0`](https://github.com/pulumi/pulumi/releases/tag/v3.93.0) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.92.0...v3.93.0) #### 3.93.0 (2023-11-09) ##### Features - \[sdk/python] Add provider side caching for dynamic provider deserialization. [#&#8203;14491](https://github.com/pulumi/pulumi/pull/14491) ##### Bug Fixes - \[cli/new] Fix panic parsing template URL. [#&#8203;14504](https://github.com/pulumi/pulumi/pull/14504) - \[pkg] Fixes a panic in property mapping logic [#&#8203;14498](https://github.com/pulumi/pulumi/pull/14498) - \[sdkgen/go] Remove generic ToOutput methods from legacy non-generic go SDKs [#&#8203;14492](https://github.com/pulumi/pulumi/pull/14492) ### [`v3.92.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3920-2023-11-03) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.91.1...v3.92.0) ##### Features - \[auto] Allow shallow repository clones in NewLocalWorkspace [#&#8203;14312](https://github.com/pulumi/pulumi/pull/14312) - \[cli] Add support for ESC file projection [#&#8203;14447](https://github.com/pulumi/pulumi/pull/14447) - \[cli/new] Adds support for remote zip archive templates to pulumi new [#&#8203;14443](https://github.com/pulumi/pulumi/pull/14443) - \[engine] Support {NAME} in http plugin download URLs. [#&#8203;14435](https://github.com/pulumi/pulumi/pull/14435) - \[yaml] Update pulumi-yaml to 1.4.0 [#&#8203;14425](https://github.com/pulumi/pulumi/pull/14425) - \[auto/nodejs] Add `refresh` option for `up` [#&#8203;14306](https://github.com/pulumi/pulumi/pull/14306) ##### Bug Fixes - \[cli/new] Adds nested directory support to pulumi new .zip [#&#8203;14473](https://github.com/pulumi/pulumi/pull/14473) - \[auto/nodejs] Pin [@&#8203;grpc/grpc-js](https://github.com/grpc/grpc-js) to v1.9.6 to resolve automation-api hang in NodeJS. [#&#8203;14445](https://github.com/pulumi/pulumi/pull/14445) - \[engine] Correctly propogate provider errors from DiffConfig. [#&#8203;14436](https://github.com/pulumi/pulumi/pull/14436) - \[engine] Fix parsing of property paths such as "root.\[1]" being returned from providers. [#&#8203;14451](https://github.com/pulumi/pulumi/pull/14451) - \[programgen/go] Fix using inline invoke expressions inside resources, objects and arrays [#&#8203;14484](https://github.com/pulumi/pulumi/pull/14484) - \[sdk/python] Fix error on empty invoke returns [#&#8203;14470](https://github.com/pulumi/pulumi/pull/14470) - \[sdk/python] Fix traceback diagnostic from being printed when using Python dynamic providers [#&#8203;14474](https://github.com/pulumi/pulumi/pull/14474) ##### Miscellaneous - \[ci] Bump homebrew using pulumi's fork instead of pulumi-bot's [#&#8203;14449](https://github.com/pulumi/pulumi/pull/14449) - \[ci] Additional fixes for the homebrew release job [#&#8203;14482](https://github.com/pulumi/pulumi/pull/14482) - \[cli] Pull in fixes from esc v0.5.7 [#&#8203;14430](https://github.com/pulumi/pulumi/pull/14430) ### [`v3.91.1`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3911-2023-10-27) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.91.0...v3.91.1) ##### Bug Fixes - \[cli/display] Fix misleading output in stack ls --json [#&#8203;14309](https://github.com/pulumi/pulumi/pull/14309) - \[sdkgen/python] Fix regression where constructing ResourceArgs would fail if required arguments were missing. [#&#8203;14427](https://github.com/pulumi/pulumi/pull/14427) ### [`v3.91.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3910-2023-10-25) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.90.1...v3.91.0) ##### Features - \[cli] Adds a new `pulumi install` command which will install packages and plugins for a project. [#&#8203;13081](https://github.com/pulumi/pulumi/pull/13081) ##### Bug Fixes - \[engine] Fix generation of property paths in diff. [#&#8203;14337](https://github.com/pulumi/pulumi/pull/14337) ### [`v3.90.1`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3901-2023-10-24) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.90.0...v3.90.1) ##### Bug Fixes - \[cli/config] Don't crash on empty config values [#&#8203;14328](https://github.com/pulumi/pulumi/pull/14328) - \[sdkgen/python] Fix issue calling nonexistent `_configure` method on external types [#&#8203;14318](https://github.com/pulumi/pulumi/pull/14318) - \[sdkgen/python] Fix calling `_configure` with an Output value [#&#8203;14321](https://github.com/pulumi/pulumi/pull/14321) ### [`v3.90.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#3900-2023-10-23) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.89.0...v3.90.0) ##### Features - \[auto/nodejs] Add support for the path option for config operations [#&#8203;14305](https://github.com/pulumi/pulumi/pull/14305) - \[engine] Converters can return diagnostics from `ConvertState`. [#&#8203;14135](https://github.com/pulumi/pulumi/pull/14135) ##### Bug Fixes - \[cli] Tightened the parser for property paths to be less prone to typos [#&#8203;14257](https://github.com/pulumi/pulumi/pull/14257) - \[engine] Fix handling of explicit providers and --target-dependents. [#&#8203;14238](https://github.com/pulumi/pulumi/pull/14238) - \[engine] Fix automatic diffs comparing against output instead of input properties. [#&#8203;14256](https://github.com/pulumi/pulumi/pull/14256) - \[sdkgen/dotnet] Fix codegen with nested modules. [#&#8203;14297](https://github.com/pulumi/pulumi/pull/14297) - \[programgen/go] Fix codegen to correctly output pulumi.Array instead of pulumi.AnyArray [#&#8203;14299](https://github.com/pulumi/pulumi/pull/14299) - \[cli/new] `pulumi new` now allows users to bypass existing project name checks. [#&#8203;14081](https://github.com/pulumi/pulumi/pull/14081) - \[sdk/nodejs] Nodejs now supports unknown resource IDs. [#&#8203;14137](https://github.com/pulumi/pulumi/pull/14137) - \[sdkgen/python] Fix `_configure` failing due to required args mismatch. [#&#8203;14281](https://github.com/pulumi/pulumi/pull/14281) ##### Miscellaneous - \[cli] Pull in fixes from esc v0.5.6 [#&#8203;14284](https://github.com/pulumi/pulumi/pull/14284) - \[protobuf] Add a config as property map field to RunRequest and pass that to the SDK [#&#8203;14273](https://github.com/pulumi/pulumi/pull/14273) - \[sdk/python] updates grpcio dependency [#&#8203;14259](https://github.com/pulumi/pulumi/pull/14259) </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:eyJjcmVhdGVkSW5WZXIiOiIzNi45My41IiwidXBkYXRlZEluVmVyIjoiMzcuNjguNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate added the
renovate
label 2023-10-26 03:03:19 +00:00
renovate force-pushed renovate/pulumi-3.x from 24cafa9c97 to b30a442e35 2023-10-28 03:03:37 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.91.0 to chore(deps): update dependency pulumi to v3.91.1 2023-10-28 03:03:44 +00:00
renovate force-pushed renovate/pulumi-3.x from b30a442e35 to 32adc24419 2023-11-04 03:03:45 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.91.1 to chore(deps): update dependency pulumi to v3.92.0 2023-11-04 03:03:46 +00:00
renovate force-pushed renovate/pulumi-3.x from 32adc24419 to be4c7f041f 2023-11-11 03:04:15 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.92.0 to chore(deps): update dependency pulumi to v3.93.0 2023-11-11 03:04:16 +00:00
renovate force-pushed renovate/pulumi-3.x from be4c7f041f to 09e9fe30ca 2023-11-15 03:05:07 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.93.0 to chore(deps): update dependency pulumi to v3.94.0 2023-11-15 03:05:09 +00:00
renovate force-pushed renovate/pulumi-3.x from 09e9fe30ca to 08780ce202 2023-11-17 03:05:05 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.94.0 to chore(deps): update dependency pulumi to v3.94.1 2023-11-17 03:05:07 +00:00
renovate force-pushed renovate/pulumi-3.x from 08780ce202 to 530b947f77 2023-11-18 03:04:56 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.94.1 to chore(deps): update dependency pulumi to v3.94.2 2023-11-18 03:05:01 +00:00
renovate force-pushed renovate/pulumi-3.x from 530b947f77 to 3f54e01fd9 2023-11-22 03:05:54 +00:00 Compare
renovate force-pushed renovate/pulumi-3.x from 3f54e01fd9 to 8f21f2a1df 2023-12-02 03:01:00 +00:00 Compare
renovate changed title from chore(deps): update dependency pulumi to v3.94.2 to chore(deps): update dependency pulumi to v3.95.0 2023-12-02 03:01:04 +00:00
renovate changed title from chore(deps): update dependency pulumi to v3.95.0 to chore(deps): update dependency pulumi to v3.95.0 - autoclosed 2023-12-05 03:01:15 +00:00
renovate closed this pull request 2023-12-05 03:01:15 +00:00
All checks were successful
ZeroDownTime/CloudBender/pipeline/pr-master This commit looks good

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
renovate
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: ZeroDownTime/CloudBender#4
No description provided.