Skip to content

Commit

Permalink
fix(deps): update @pulumi/pulumi to 3.111.1 (#4341)
Browse files Browse the repository at this point in the history
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 (@&#8203;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]
    [#&#8203;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
    [#&#8203;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
    [#&#8203;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"
    [#&#8203;15650](https://togithub.com/pulumi/pulumi/pull/15650)

-   \[yaml] Update yaml to v1.6.0
    [#&#8203;15661](https://togithub.com/pulumi/pulumi/pull/15661)

- \[sdk/python] Add experimental support to the Python SDK for the new
transforms system
    [#&#8203;15376](https://togithub.com/pulumi/pulumi/pull/15376)

##### Bug Fixes

-   \[cli/state] Add `--yes` to `state upgrade`
    [#&#8203;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
    [#&#8203;15605](https://togithub.com/pulumi/pulumi/pull/15605)

-   \[programgen/go] Fix optional primitive values being derefrenced
    [#&#8203;15592](https://togithub.com/pulumi/pulumi/pull/15592)

- \[sdk/go] Await output properties from Construct/Call before closing
the Context
    [#&#8203;15611](https://togithub.com/pulumi/pulumi/pull/15611)

- \[sdk/nodejs] Fix codepaths computation when working dir is nested
relative to package.json
    [#&#8203;15601](https://togithub.com/pulumi/pulumi/pull/15601)

- \[sdk/nodejs] Replace glob with fdir to avoid an indirect dependency
on inflight
    [#&#8203;15617](https://togithub.com/pulumi/pulumi/pull/15617)

- \[sdkgen/python] Make replace-on-changes values camelCased not
kebab_cased
    [#&#8203;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
    [#&#8203;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
    [#&#8203;15526](https://togithub.com/pulumi/pulumi/pull/15526)

-   \[sdk/dotnet] Update dotnet language host to 3.60.0
    [#&#8203;15609](https://togithub.com/pulumi/pulumi/pull/15609)

- \[sdk/nodejs] Add experimental support to the NodeJS SDK for the new
transforms system.
    [#&#8203;15532](https://togithub.com/pulumi/pulumi/pull/15532)

- \[sdk/python] Add support for asynchronous invokes via a new
`invoke_async` function
    [#&#8203;15602](https://togithub.com/pulumi/pulumi/pull/15602)

- \[sdkgen/dotnet] Support for non-overlay components in codegen for
pulumi-kubernetes provider
    [#&#8203;15490](https://togithub.com/pulumi/pulumi/pull/15490)

##### Bug Fixes

- \[cli] Fix a panic when the secrets provider is missing from the
deployment snapshot
    [#&#8203;15599](https://togithub.com/pulumi/pulumi/pull/15599)

- \[backend/service] Make decrypt/encrypt network calls retryable to
help work around network hiccups
    [#&#8203;15600](https://togithub.com/pulumi/pulumi/pull/15600)

- \[cli/new] Strip credentials and query strings from template URLs
saved to project
    [#&#8203;15586](https://togithub.com/pulumi/pulumi/pull/15586)

- \[engine] Fix an issue where snapshots could become invalid when doing
a targeted up
    [#&#8203;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
    [#&#8203;15568](https://togithub.com/pulumi/pulumi/pull/15568)

- \[sdkgen/dotnet] Codegen fix for resources without constant input
properties
    [#&#8203;15488](https://togithub.com/pulumi/pulumi/pull/15488)

- \[sdk/nodejs] Properly capture node:crypto and global.crypto in node
19+
    [#&#8203;15492](https://togithub.com/pulumi/pulumi/pull/15492)

- \[sdk/python] Fix determining plugins for old packages in the Python
language host
    [#&#8203;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
lumiere-bot[bot] authored Mar 26, 2024
1 parent 177f34d commit 2136e36
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 271 deletions.
240 changes: 62 additions & 178 deletions pulumi/cloudflare/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2136e36

Please sign in to comment.