Skip to content

Commit

Permalink
fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.125.0 (#…
Browse files Browse the repository at this point in the history
…253)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/pulumi/pulumi/sdk/v3](https://togithub.com/pulumi/pulumi) | `v3.124.0` -> `v3.125.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.125.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.125.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.124.0/v3.125.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.124.0/v3.125.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)</summary>

### [`v3.125.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.125.0)

[Compare Source](https://togithub.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://togithub.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://togithub.com/pulumi/pulumi/pull/16674)

-   \[sdk/nodejs] Add support for invoke stack transforms
    [#&#8203;16688](https://togithub.com/pulumi/pulumi/pull/16688)

-   \[sdkgen/go] Default importBasePath to a pulumi github base path
    [#&#8203;16664](https://togithub.com/pulumi/pulumi/pull/16664)

##### Bug Fixes

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

-   \[cli/about] Fix a panic for some token types returned from the service.
    [#&#8203;16710](https://togithub.com/pulumi/pulumi/pull/16710)

-   \[sdk/go] Disallow OutputState from being deepcopied
    [#&#8203;16690](https://togithub.com/pulumi/pulumi/pull/16690)

-   \[cli/new] Fix incorrect caching of git auth method in error cases
    [#&#8203;16652](https://togithub.com/pulumi/pulumi/pull/16652)

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

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

-   \[pkg/testing] Clean up PULUMI_HOME after program test
    [#&#8203;16663](https://togithub.com/pulumi/pulumi/pull/16663)

-   \[sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs
    [#&#8203;16649](https://togithub.com/pulumi/pulumi/pull/16649)

-   \[sdk/nodejs] Pin node to 22.4.x to workaround breakage
    [#&#8203;16709](https://togithub.com/pulumi/pulumi/pull/16709)

-   \[sdk/python] Fix YAML serialization of project settings in the Python Automation API
    [#&#8203;16660](https://togithub.com/pulumi/pulumi/pull/16660)

-   \[sdk/python] Use python names for dictionary literals when inside a typed dictionary input
    [#&#8203;16658](https://togithub.com/pulumi/pulumi/pull/16658)

-   \[sdk/python] Don't use indentation in converted pyproject.toml files
    [#&#8203;16678](https://togithub.com/pulumi/pulumi/pull/16678)

-   \[sdk/python] Fix a RecursionError with deeply nested ComponentResources
    [#&#8203;16669](https://togithub.com/pulumi/pulumi/pull/16669)

-   \[sdk/python] Validate that we have Poetry >= 1.8.0
    [#&#8203;16683](https://togithub.com/pulumi/pulumi/pull/16683)

</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.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/andrzejressel/pulumi-wasm).
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent d98e367 commit d97e7ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi-language-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.5
require (
github.com/golang/protobuf v1.5.4
github.com/pkg/errors v0.9.1
github.com/pulumi/pulumi/sdk/v3 v3.124.0
github.com/pulumi/pulumi/sdk/v3 v3.125.0
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
)
Expand Down
2 changes: 2 additions & 0 deletions pulumi-language-wasm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ github.com/pulumi/pulumi/sdk/v3 v3.123.0 h1:pD3/aw3FqUAPzyYORymN1h1omILRMi1Cgvvh
github.com/pulumi/pulumi/sdk/v3 v3.123.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY=
github.com/pulumi/pulumi/sdk/v3 v3.124.0 h1:f9Rb2AhLSaacKTaBPbKXPCfviHxTuhEXafhT4E095Y0=
github.com/pulumi/pulumi/sdk/v3 v3.124.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY=
github.com/pulumi/pulumi/sdk/v3 v3.125.0 h1:hou7x/qf9G3878g4+DmBU+IEMJz66w+ZhwJONymjANE=
github.com/pulumi/pulumi/sdk/v3 v3.125.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY=
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
Expand Down

0 comments on commit d97e7ce

Please sign in to comment.