From fbd30f0ff772e4e02009a30a6634a270c879dd5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 07:17:41 +0000 Subject: [PATCH] fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.126.0 (#270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.125.0` -> `v3.126.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.126.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.126.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.125.0/v3.126.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.125.0/v3.126.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3) ### [`v3.126.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.126.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.125.0...v3.126.0) #### 3.126.0 (2024-07-22) ##### Features - \[cli] Add support for `DeletedWith` to `pulumi convert` [#​12011](https://togithub.com/pulumi/pulumi/pull/12011) - \[cli] Allow specifying project names when converting with `pulumi convert --name` [#​16708](https://togithub.com/pulumi/pulumi/pull/16708) - \[sdk/python] Add support for invoke stack transforms [#​16701](https://togithub.com/pulumi/pulumi/pull/16701) ##### Bug Fixes - \[cli] Avoid duplicate error output in some cases [#​16706](https://togithub.com/pulumi/pulumi/pull/16706) - \[cli] Avoid duplicate error: prefix with `--expect-no-changes` [#​16705](https://togithub.com/pulumi/pulumi/pull/16705) - \[engine] Fix integrity issues in `up --continue-on-error` with changed dependencies [#​16733](https://togithub.com/pulumi/pulumi/pull/16733) - \[engine] Fix panics due to different length `ignoreChanges` arrays [#​16742](https://togithub.com/pulumi/pulumi/pull/16742) - \[cli/state] Disallow provider moves in the `state move` command [#​16722](https://togithub.com/pulumi/pulumi/pull/16722) - \[cli/state] Improve readability of the resources to be moved output of the state move command [#​16723](https://togithub.com/pulumi/pulumi/pull/16723) - \[cli/state] Allow a provider with the same URN and ID to already be in the snapshot [#​16737](https://togithub.com/pulumi/pulumi/pull/16737) - \[cli/state] Reparent providers correctly in state move [#​16735](https://togithub.com/pulumi/pulumi/pull/16735) - \[programgen/go] Fix emiting literal values as stack outputs [#​16728](https://togithub.com/pulumi/pulumi/pull/16728) - \[sdk/go] Set Parameterize.Value in plugin.Provider [#​16726](https://togithub.com/pulumi/pulumi/pull/16726) - \[sdk/python] Exclude `pulumi_policy` from plugin determination [#​16727](https://togithub.com/pulumi/pulumi/pull/16727)
--- ### 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 was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/andrzejressel/pulumi-wasm). --- pulumi-language-wasm/go.mod | 2 +- pulumi-language-wasm/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pulumi-language-wasm/go.mod b/pulumi-language-wasm/go.mod index 377396ce..0770466e 100644 --- a/pulumi-language-wasm/go.mod +++ b/pulumi-language-wasm/go.mod @@ -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.125.0 + github.com/pulumi/pulumi/sdk/v3 v3.126.0 google.golang.org/grpc v1.65.0 google.golang.org/protobuf v1.34.2 ) diff --git a/pulumi-language-wasm/go.sum b/pulumi-language-wasm/go.sum index ad8d5bcd..0c52d999 100644 --- a/pulumi-language-wasm/go.sum +++ b/pulumi-language-wasm/go.sum @@ -361,6 +361,8 @@ github.com/pulumi/pulumi/sdk/v3 v3.124.0 h1:f9Rb2AhLSaacKTaBPbKXPCfviHxTuhEXafhT 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/pulumi/pulumi/sdk/v3 v3.126.0 h1:6GQVhwG2jgnG7wjRiWgrq0/sU39onctAiBcvTlqb20s= +github.com/pulumi/pulumi/sdk/v3 v3.126.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=