Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update @pulumi/pulumi to 3.111.1 (#4341)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/pulumi](https://togithub.com/pulumi/pulumi) ([source](https://togithub.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.108.1` -> `3.111.1`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.108.1/3.111.1) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi (@​pulumi/pulumi)</summary> ### [`v3.111.1`](https://togithub.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31111-2024-03-15) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.111.0...v3.111.1) ##### Bug Fixes - \[cli/display] Fix superfluous newlines being written during updates - \[programgen/{dotnet,go,nodejs,python}] Fix enum resolution from types of the form union\[string, enum] [#​15696](https://togithub.com/pulumi/pulumi/pull/15696) ### [`v3.111.0`](https://togithub.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31110-2024-03-15) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.110.0...v3.111.0) ##### Features - \[auto/go] Support remote deployment executor image [#​15697](https://togithub.com/pulumi/pulumi/pull/15697) ##### Bug Fixes - \[engine] Test and fix the engine filling in property dependencies to provider constructs - \[sdkgen/go] Ensure package generation for Go doesn't panic when encountering overly nested arrays or maps of primitive types [#​15680](https://togithub.com/pulumi/pulumi/pull/15680) ### [`v3.110.0`](https://togithub.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31100-2024-03-14) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.109.0...v3.110.0) ##### Features - \[cli] Make "pulumi dn" an alias for "pulumi destroy" [#​15650](https://togithub.com/pulumi/pulumi/pull/15650) - \[yaml] Update yaml to v1.6.0 [#​15661](https://togithub.com/pulumi/pulumi/pull/15661) - \[sdk/python] Add experimental support to the Python SDK for the new transforms system [#​15376](https://togithub.com/pulumi/pulumi/pull/15376) ##### Bug Fixes - \[cli/state] Add `--yes` to `state upgrade` [#​15648](https://togithub.com/pulumi/pulumi/pull/15648) - \[programgen/{dotnet,go,python}] Fix panic when generating programs for MLC packages where they include type references to external packages [#​15605](https://togithub.com/pulumi/pulumi/pull/15605) - \[programgen/go] Fix optional primitive values being derefrenced [#​15592](https://togithub.com/pulumi/pulumi/pull/15592) - \[sdk/go] Await output properties from Construct/Call before closing the Context [#​15611](https://togithub.com/pulumi/pulumi/pull/15611) - \[sdk/nodejs] Fix codepaths computation when working dir is nested relative to package.json [#​15601](https://togithub.com/pulumi/pulumi/pull/15601) - \[sdk/nodejs] Replace glob with fdir to avoid an indirect dependency on inflight [#​15617](https://togithub.com/pulumi/pulumi/pull/15617) - \[sdkgen/python] Make replace-on-changes values camelCased not kebab_cased [#​15666](https://togithub.com/pulumi/pulumi/pull/15666) ### [`v3.109.0`](https://togithub.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31090-2024-03-07) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.108.1...v3.109.0) ##### Features - \[auto/{go,nodejs,python}] Add support for suppress progress and suppress outputs parameters in the Automation API [#​15596](https://togithub.com/pulumi/pulumi/pull/15596) - \[pkg] Make schema.NewPluginLoader respect PULUMI_DEBUG_PROVIDERS, which enables Pulumi YAML programs to work correctly with this feature [#​15526](https://togithub.com/pulumi/pulumi/pull/15526) - \[sdk/dotnet] Update dotnet language host to 3.60.0 [#​15609](https://togithub.com/pulumi/pulumi/pull/15609) - \[sdk/nodejs] Add experimental support to the NodeJS SDK for the new transforms system. [#​15532](https://togithub.com/pulumi/pulumi/pull/15532) - \[sdk/python] Add support for asynchronous invokes via a new `invoke_async` function [#​15602](https://togithub.com/pulumi/pulumi/pull/15602) - \[sdkgen/dotnet] Support for non-overlay components in codegen for pulumi-kubernetes provider [#​15490](https://togithub.com/pulumi/pulumi/pull/15490) ##### Bug Fixes - \[cli] Fix a panic when the secrets provider is missing from the deployment snapshot [#​15599](https://togithub.com/pulumi/pulumi/pull/15599) - \[backend/service] Make decrypt/encrypt network calls retryable to help work around network hiccups [#​15600](https://togithub.com/pulumi/pulumi/pull/15600) - \[cli/new] Strip credentials and query strings from template URLs saved to project [#​15586](https://togithub.com/pulumi/pulumi/pull/15586) - \[engine] Fix an issue where snapshots could become invalid when doing a targeted up [#​15476](https://togithub.com/pulumi/pulumi/pull/15476) - \[engine] Downgrade remediate policy violations to mandatory - \[pkg/testing] Make ProgramTest use a temporary PULUMI_HOME for each test [#​15568](https://togithub.com/pulumi/pulumi/pull/15568) - \[sdkgen/dotnet] Codegen fix for resources without constant input properties [#​15488](https://togithub.com/pulumi/pulumi/pull/15488) - \[sdk/nodejs] Properly capture node:crypto and global.crypto in node 19+ [#​15492](https://togithub.com/pulumi/pulumi/pull/15492) - \[sdk/python] Fix determining plugins for old packages in the Python language host [#​15576](https://togithub.com/pulumi/pulumi/pull/15576) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMzEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
- Loading branch information