From 26fc718a60200d963ba2875d7ce8958add63d4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 22:58:58 +0000 Subject: [PATCH] fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.130.0 (#354) 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.129.0` -> `v3.130.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpulumi%2fpulumi%2fsdk%2fv3/v3.130.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.130.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.129.0/v3.130.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.129.0/v3.130.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3) ### [`v3.130.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.130.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.129.0...v3.130.0) ##### 3.130.0 (2024-08-23) ##### Features - \[cli/display] Print panic banners for snapshot integrity errors [#​17047](https://togithub.com/pulumi/pulumi/pull/17047) - \[auto/go] Add options to automation API Workspace.Install [#​16888](https://togithub.com/pulumi/pulumi/pull/16888) - \[auto/go] Add Remote Automation API support for choosing a deployment runner pool. [#​16991](https://togithub.com/pulumi/pulumi/pull/16991) - \[backend/service] Prefer `PULUMI_ACCESS_TOKEN` set in the environment over the one stored in the config when they don't match [#​17051](https://togithub.com/pulumi/pulumi/pull/17051) [#​16970](https://togithub.com/pulumi/pulumi/pull/16970) - \[engine] Allow provider to be unknown during preview [#​16868](https://togithub.com/pulumi/pulumi/pull/16868) - \[programgen] Add an organization intrinsic to PCL [#​16948](https://togithub.com/pulumi/pulumi/pull/16948) - \[cli/install] Add `--use-language-version-tools` flag to setup python version using pyenv during installation [#​16855](https://togithub.com/pulumi/pulumi/pull/16855) - \[cli/package] Allow `pulumi package add` to work with arbitrary schema sources [#​16989](https://togithub.com/pulumi/pulumi/pull/16989) ##### Bug Fixes - \[auto] Fix panic in remote automation API [#​16978](https://togithub.com/pulumi/pulumi/pull/16978) - \[cli] Show a better message when logging out with `--all` [#​17051](https://togithub.com/pulumi/pulumi/pull/17051) [#​16998](https://togithub.com/pulumi/pulumi/pull/16998) - \[cli/install] Fix installation of dependencies that do not specify a version (eg yaml) [#​16981](https://togithub.com/pulumi/pulumi/pull/16981) - \[docs] Use `ComponentResourceOptions` for components [#​16968](https://togithub.com/pulumi/pulumi/pull/16968) - \[docs] Show envvars for provider nested types [#​17051](https://togithub.com/pulumi/pulumi/pull/17051) [#​16984](https://togithub.com/pulumi/pulumi/pull/16984) - \[sdk/go] Unmarshal pointers correctly if destination type is any [#​16914](https://togithub.com/pulumi/pulumi/pull/16914) - \[sdkgen/go] Use provided ImportBasePath for parameterized SDKs [#​17036](https://togithub.com/pulumi/pulumi/pull/17036) - \[sdkgen/go] Update package add instructions for go [#​17055](https://togithub.com/pulumi/pulumi/pull/17055) - \[sdk/nodejs] Fix type checking of `Output>` [#​16959](https://togithub.com/pulumi/pulumi/pull/16959) - \[sdk/nodejs] Fix NodeJS OOM detection condition [#​17045](https://togithub.com/pulumi/pulumi/pull/17045) - \[sdk/nodejs] Prevent double close on OOM detection channel [#​17043](https://togithub.com/pulumi/pulumi/pull/17043) - \[sdkgen/nodejs] Set minimum version of core SDK when using parameterization [#​17032](https://togithub.com/pulumi/pulumi/pull/17032) - \[sdk/python] Fix the type of `StackReference.outputs` to be `Dict[str, any]` [#​16956](https://togithub.com/pulumi/pulumi/pull/16956) ##### Miscellaneous - \[cli] Warn that query is planned to be removed [#​16963](https://togithub.com/pulumi/pulumi/pull/16963) - \[programgen] Improve the error message for an invalid method name [#​17026](https://togithub.com/pulumi/pulumi/pull/17026)
--- ### 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 dff642b5..57b61ad3 100644 --- a/pulumi-language-wasm/go.mod +++ b/pulumi-language-wasm/go.mod @@ -7,7 +7,7 @@ toolchain go1.23.0 require ( github.com/golang/protobuf v1.5.4 github.com/pkg/errors v0.9.1 - github.com/pulumi/pulumi/sdk/v3 v3.129.0 + github.com/pulumi/pulumi/sdk/v3 v3.130.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 16c78cc3..3aee34b3 100644 --- a/pulumi-language-wasm/go.sum +++ b/pulumi-language-wasm/go.sum @@ -369,6 +369,8 @@ github.com/pulumi/pulumi/sdk/v3 v3.128.0 h1:5VPFfygxt6rva0bEYVQZXxsGAo2/D1wsb9er github.com/pulumi/pulumi/sdk/v3 v3.128.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= github.com/pulumi/pulumi/sdk/v3 v3.129.0 h1:uZpTTwWTx7Mk8UT9FgatzxzArim47vZ6hzNCKvgvX6A= github.com/pulumi/pulumi/sdk/v3 v3.129.0/go.mod h1:p1U24en3zt51agx+WlNboSOV8eLlPWYAkxMzVEXKbnY= +github.com/pulumi/pulumi/sdk/v3 v3.130.0 h1:gGJNd+akPqhZ+vrsZmAjSNJn6kGJkitjjkwrmIQMmn8= +github.com/pulumi/pulumi/sdk/v3 v3.130.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=