From e9a859cd748486524b9cbb90188aa0e26ed16a1d Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 19:31:03 +0000 Subject: [PATCH] Update first-party Pulumi dependencies to v3.151.0 (#2072) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.150.0` -> `3.151.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.150.0/3.151.0) | | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.150.0` -> `v3.151.0` | --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.151.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.151.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.150.0...v3.151.0) ##### 3.151.0 (2025-02-21) ##### Features - \[engine] Changes to source position metadata will be batched in the snapshot system [#​18579](https://redirect.github.com/pulumi/pulumi/pull/18579) - \[cli/display] Add --show-secrets args to pulumi up and pulumi preview, showing secrets in the CLI output. Fixing [#​9830](https://redirect.github.com/pulumi/pulumi/issues/9830) [#​18503](https://redirect.github.com/pulumi/pulumi/pull/18503) - \[auto/go] Include stderr when InstallPulumiCommand fails [#​18549](https://redirect.github.com/pulumi/pulumi/pull/18549) - \[auto/nodejs] Add the `--preview-only` flag to the `refresh` command in the NodeJS Automation API [#​18662](https://redirect.github.com/pulumi/pulumi/pull/18662) - \[auto/nodejs] Support `--clear-pending-creates` for the `refresh` command in the NodeJS automation API [#​18653](https://redirect.github.com/pulumi/pulumi/pull/18653) - \[cli/package] Support parameterizing providers when calling `get-mapping` - \[auto/python] Add `--clear-pending-creates` to the `refresh` command in the Python Automation API [#​18658](https://redirect.github.com/pulumi/pulumi/pull/18658) - \[backend/service] Don't send "gitHub:owner" and "gitHub:repo" tags to the service. [#​18489](https://redirect.github.com/pulumi/pulumi/pull/18489) - \[backend/service] Add bulk encrypte service types [#​18588](https://redirect.github.com/pulumi/pulumi/pull/18588) - \[programgen] Add conformance test for dynamic lists and returns [#​18424](https://redirect.github.com/pulumi/pulumi/pull/18424) - \[programgen] Implement a first version of `try` in PCL [#​18454](https://redirect.github.com/pulumi/pulumi/pull/18454) - \[programgen] Implement a version of can in PCL [#​18571](https://redirect.github.com/pulumi/pulumi/pull/18571) - \[programgen] Support parameterized mapping from source ecosystems (e.g. Terraform) to Pulumi when converting programs - \[sdk/nodejs] \[Experimental/Components] Add infrastructure for component discovery and schema inference [#​18580](https://redirect.github.com/pulumi/pulumi/pull/18580) - \[sdk/nodejs] \[Experimental/Components] Infer simple inputs/outputs and optionality [#​18590](https://redirect.github.com/pulumi/pulumi/pull/18590) - \[sdk/nodejs] \[Experimental/Components] Instantiate components [#​18583](https://redirect.github.com/pulumi/pulumi/pull/18583) - \[sdk/nodejs] \[Experimental/Components]: Handle ComplexType [#​18602](https://redirect.github.com/pulumi/pulumi/pull/18602) - \[sdk/nodejs] \[Experimental/Components] Hook up inputs & outputs in the provider [#​18600](https://redirect.github.com/pulumi/pulumi/pull/18600) - \[sdk/nodejs] \[Experimental/Components] Infer input types [#​18597](https://redirect.github.com/pulumi/pulumi/pull/18597) - \[sdk/python] \[Experimental/Components] Handle Assets and Archives [#​18513](https://redirect.github.com/pulumi/pulumi/pull/18513) - \[sdk/python] \[Experimental/Components]: Infer type and property descriptions [#​18540](https://redirect.github.com/pulumi/pulumi/pull/18540) ##### Bug Fixes - \[cli] Fix nesting directories when generating multiple sdks [#​18332](https://redirect.github.com/pulumi/pulumi/pull/18332) - \[cli] Fix a panic in `help new` when local templates weren't present [#​18661](https://redirect.github.com/pulumi/pulumi/pull/18661) - \[engine] Send parent URN to resource transforms [#​18642](https://redirect.github.com/pulumi/pulumi/pull/18642) - \[engine] The engine will now call DiffConfig on explict providers to decide replace semantics, this matches the behaviour for default providers [#​18509](https://redirect.github.com/pulumi/pulumi/pull/18509) - \[engine] Don't overwrite schema versions if they exist [#​18672](https://redirect.github.com/pulumi/pulumi/pull/18672) - \[pkg] Do not cache schema if we never read it back [#​18618](https://redirect.github.com/pulumi/pulumi/pull/18618) - \[cli/config] Fix reading YAML config with uint64 sized numbers [#​18582](https://redirect.github.com/pulumi/pulumi/pull/18582) - \[sdk/nodejs] Improve type inference for `output` and `Unwrap` when used on tuples [#​18652](https://redirect.github.com/pulumi/pulumi/pull/18652) - \[cli/package] Avoid panic'ing when the project file is invalid [#​18537](https://redirect.github.com/pulumi/pulumi/pull/18537) - \[sdk/python] \[Experimental/Components] Detect more map and array types [#​18546](https://redirect.github.com/pulumi/pulumi/pull/18546) - \[sdk/python] \[Experimental/Components] Return Python stack trace on error [#​18558](https://redirect.github.com/pulumi/pulumi/pull/18558) - \[sdk/python] Fix source position information to point to user code, not provider SDKs [#​18575](https://redirect.github.com/pulumi/pulumi/pull/18575) ##### Miscellaneous - \[sdk/dotnet] Update dotnet to 8.0 LTS [#​18619](https://redirect.github.com/pulumi/pulumi/pull/18619)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> --- examples/autonaming-overlay/package-lock.json | 14 +++++++------- examples/autonaming-overlay/package.json | 2 +- .../package-lock.json | 14 +++++++------- .../aws-native-naming-conventions/package.json | 2 +- examples/aws-native-ts-stepfunctions/package.json | 2 +- .../aws-ts-assume-role/assume-role/package.json | 2 +- .../aws-ts-assume-role/create-role/package.json | 2 +- examples/cfn-custom-resource/package.json | 2 +- examples/cidr-ts/package.json | 2 +- examples/ecs/package.json | 2 +- examples/get-ts/package.json | 2 +- examples/go.mod | 2 +- examples/go.sum | 4 ++-- examples/lambda-update/step1/package.json | 2 +- examples/parallel-ts/package.json | 2 +- examples/refresh-changes/package.json | 2 +- examples/simple-go/go.mod | 2 +- examples/simple-go/go.sum | 4 ++-- examples/simple-ts/package.json | 2 +- examples/stable-outputs-preview/package.json | 2 +- examples/update/step1/package.json | 2 +- examples/update/step2/package.json | 2 +- examples/write-only-go/go.mod | 2 +- examples/write-only-go/go.sum | 4 ++-- provider/go.mod | 2 +- provider/go.sum | 4 ++-- 26 files changed, 42 insertions(+), 42 deletions(-) diff --git a/examples/autonaming-overlay/package-lock.json b/examples/autonaming-overlay/package-lock.json index 5a7fda0d76..7e4b4df5f6 100644 --- a/examples/autonaming-overlay/package-lock.json +++ b/examples/autonaming-overlay/package-lock.json @@ -7,7 +7,7 @@ "name": "aws-native-naming-conventions", "dependencies": { "@pulumi/aws-native": "1.25.0", - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "devDependencies": { "@types/node": "^16" @@ -856,9 +856,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.150.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.150.0.tgz", - "integrity": "sha512-zATZhIGD6bG3eJgMgD82RGaFSs1Tlm8NgYsIeYWfTDbGdzq0kBLgRfm4b7Bwu+M2lTJD79vnRN5Dxx2L74Clvw==", + "version": "3.151.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.151.0.tgz", + "integrity": "sha512-Wj3MFDC1ONdolUZEKoahiZE/LGqgK79D4fiCAhgRz8avGDtVxkY+VWwZUydqWYahdTNSYrgpK80YH5gnv5xCzw==", "dependencies": { "@grpc/grpc-js": "^1.10.1", "@logdna/tail-file": "^2.0.6", @@ -4043,9 +4043,9 @@ } }, "@pulumi/pulumi": { - "version": "3.150.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.150.0.tgz", - "integrity": "sha512-zATZhIGD6bG3eJgMgD82RGaFSs1Tlm8NgYsIeYWfTDbGdzq0kBLgRfm4b7Bwu+M2lTJD79vnRN5Dxx2L74Clvw==", + "version": "3.151.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.151.0.tgz", + "integrity": "sha512-Wj3MFDC1ONdolUZEKoahiZE/LGqgK79D4fiCAhgRz8avGDtVxkY+VWwZUydqWYahdTNSYrgpK80YH5gnv5xCzw==", "requires": { "@grpc/grpc-js": "^1.10.1", "@logdna/tail-file": "^2.0.6", diff --git a/examples/autonaming-overlay/package.json b/examples/autonaming-overlay/package.json index 1a70e72f64..dd2412ee84 100644 --- a/examples/autonaming-overlay/package.json +++ b/examples/autonaming-overlay/package.json @@ -5,7 +5,7 @@ "@types/node": "^16" }, "dependencies": { - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "@pulumi/aws-native": "1.25.0" } } diff --git a/examples/aws-native-naming-conventions/package-lock.json b/examples/aws-native-naming-conventions/package-lock.json index 5a7fda0d76..7e4b4df5f6 100644 --- a/examples/aws-native-naming-conventions/package-lock.json +++ b/examples/aws-native-naming-conventions/package-lock.json @@ -7,7 +7,7 @@ "name": "aws-native-naming-conventions", "dependencies": { "@pulumi/aws-native": "1.25.0", - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "devDependencies": { "@types/node": "^16" @@ -856,9 +856,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.150.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.150.0.tgz", - "integrity": "sha512-zATZhIGD6bG3eJgMgD82RGaFSs1Tlm8NgYsIeYWfTDbGdzq0kBLgRfm4b7Bwu+M2lTJD79vnRN5Dxx2L74Clvw==", + "version": "3.151.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.151.0.tgz", + "integrity": "sha512-Wj3MFDC1ONdolUZEKoahiZE/LGqgK79D4fiCAhgRz8avGDtVxkY+VWwZUydqWYahdTNSYrgpK80YH5gnv5xCzw==", "dependencies": { "@grpc/grpc-js": "^1.10.1", "@logdna/tail-file": "^2.0.6", @@ -4043,9 +4043,9 @@ } }, "@pulumi/pulumi": { - "version": "3.150.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.150.0.tgz", - "integrity": "sha512-zATZhIGD6bG3eJgMgD82RGaFSs1Tlm8NgYsIeYWfTDbGdzq0kBLgRfm4b7Bwu+M2lTJD79vnRN5Dxx2L74Clvw==", + "version": "3.151.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.151.0.tgz", + "integrity": "sha512-Wj3MFDC1ONdolUZEKoahiZE/LGqgK79D4fiCAhgRz8avGDtVxkY+VWwZUydqWYahdTNSYrgpK80YH5gnv5xCzw==", "requires": { "@grpc/grpc-js": "^1.10.1", "@logdna/tail-file": "^2.0.6", diff --git a/examples/aws-native-naming-conventions/package.json b/examples/aws-native-naming-conventions/package.json index 1a70e72f64..dd2412ee84 100644 --- a/examples/aws-native-naming-conventions/package.json +++ b/examples/aws-native-naming-conventions/package.json @@ -5,7 +5,7 @@ "@types/node": "^16" }, "dependencies": { - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "@pulumi/aws-native": "1.25.0" } } diff --git a/examples/aws-native-ts-stepfunctions/package.json b/examples/aws-native-ts-stepfunctions/package.json index b8611fd077..9a81a58685 100644 --- a/examples/aws-native-ts-stepfunctions/package.json +++ b/examples/aws-native-ts-stepfunctions/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@pulumi/aws": "6.69.0", - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "1.25.0" diff --git a/examples/aws-ts-assume-role/assume-role/package.json b/examples/aws-ts-assume-role/assume-role/package.json index 58a60f64c2..42b588311f 100644 --- a/examples/aws-ts-assume-role/assume-role/package.json +++ b/examples/aws-ts-assume-role/assume-role/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "@pulumi/aws": "6.69.0", "@pulumi/random": "4.17.0" }, diff --git a/examples/aws-ts-assume-role/create-role/package.json b/examples/aws-ts-assume-role/create-role/package.json index 6db14fb651..1980455f4e 100644 --- a/examples/aws-ts-assume-role/create-role/package.json +++ b/examples/aws-ts-assume-role/create-role/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.69.0", - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" } } diff --git a/examples/cfn-custom-resource/package.json b/examples/cfn-custom-resource/package.json index 0cdc1ec1f3..6b650cce91 100644 --- a/examples/cfn-custom-resource/package.json +++ b/examples/cfn-custom-resource/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "@pulumi/aws": "6.69.0" }, "peerDependencies": { diff --git a/examples/cidr-ts/package.json b/examples/cidr-ts/package.json index 89835322bf..1ca7828090 100644 --- a/examples/cidr-ts/package.json +++ b/examples/cidr-ts/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/ecs/package.json b/examples/ecs/package.json index 1cc836ed96..82d2e210b7 100644 --- a/examples/ecs/package.json +++ b/examples/ecs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.69.0", - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" } } diff --git a/examples/get-ts/package.json b/examples/get-ts/package.json index 8157da9ae9..9c4055a4ca 100644 --- a/examples/get-ts/package.json +++ b/examples/get-ts/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/go.mod b/examples/go.mod index 5aceab79b7..04844e6cde 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1 github.com/pulumi/providertest v0.1.5 github.com/pulumi/pulumi/pkg/v3 v3.150.0 - github.com/pulumi/pulumi/sdk/v3 v3.150.0 + github.com/pulumi/pulumi/sdk/v3 v3.151.0 github.com/stretchr/testify v1.10.0 ) diff --git a/examples/go.sum b/examples/go.sum index 2222723707..c28091c0fa 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -356,8 +356,8 @@ github.com/pulumi/providertest v0.1.5 h1:35PH+SBNzWjkfO/rP5mSjrfuTUJZ5nxeo2Cb845 github.com/pulumi/providertest v0.1.5/go.mod h1:bU07oPwpgNjGuuIT6CPnI/eLXaGHqhypFrxX5ZsABo4= github.com/pulumi/pulumi/pkg/v3 v3.150.0 h1:Ne8Ew8t6qAqrMqgkR33tULLqQ/SVhtk0LeWyUQ2+6q4= github.com/pulumi/pulumi/pkg/v3 v3.150.0/go.mod h1:6evzB2y1U3YZ4HFlLoGxGvpamaGJCZWu5Wh6Qn9JNzs= -github.com/pulumi/pulumi/sdk/v3 v3.150.0 h1:w5df9oOxqmVfsokWNb901/AvJEFjgBGrG9rgsWFlsJI= -github.com/pulumi/pulumi/sdk/v3 v3.150.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/sdk/v3 v3.151.0 h1:mZjecj51+t3STyxoRuMW9QgZc+6ws4k4aFH/pFdJTRw= +github.com/pulumi/pulumi/sdk/v3 v3.151.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= 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= diff --git a/examples/lambda-update/step1/package.json b/examples/lambda-update/step1/package.json index a8f2d6c21a..06fee038e4 100644 --- a/examples/lambda-update/step1/package.json +++ b/examples/lambda-update/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "@pulumi/aws": "6.69.0" }, "peerDependencies": { diff --git a/examples/parallel-ts/package.json b/examples/parallel-ts/package.json index dcedfe7249..e8812bf372 100644 --- a/examples/parallel-ts/package.json +++ b/examples/parallel-ts/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/refresh-changes/package.json b/examples/refresh-changes/package.json index 1a70e72f64..dd2412ee84 100644 --- a/examples/refresh-changes/package.json +++ b/examples/refresh-changes/package.json @@ -5,7 +5,7 @@ "@types/node": "^16" }, "dependencies": { - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "@pulumi/aws-native": "1.25.0" } } diff --git a/examples/simple-go/go.mod b/examples/simple-go/go.mod index 0ad77ff474..ea028146bc 100644 --- a/examples/simple-go/go.mod +++ b/examples/simple-go/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws-native/sdk v1.25.0 - github.com/pulumi/pulumi/sdk/v3 v3.150.0 + github.com/pulumi/pulumi/sdk/v3 v3.151.0 ) require ( diff --git a/examples/simple-go/go.sum b/examples/simple-go/go.sum index d4bfd6c849..632554a0c9 100644 --- a/examples/simple-go/go.sum +++ b/examples/simple-go/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-aws-native/sdk v1.25.0 h1:lboDYcrKaz7ggwbUWluybdhG1zNs8Ya7aX6GyaHOwIY= github.com/pulumi/pulumi-aws-native/sdk v1.25.0/go.mod h1:Kuy19nXfmt4X9ySnWlKJwYrTc/PedPBaNfX6SCoX8gE= -github.com/pulumi/pulumi/sdk/v3 v3.150.0 h1:w5df9oOxqmVfsokWNb901/AvJEFjgBGrG9rgsWFlsJI= -github.com/pulumi/pulumi/sdk/v3 v3.150.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/sdk/v3 v3.151.0 h1:mZjecj51+t3STyxoRuMW9QgZc+6ws4k4aFH/pFdJTRw= +github.com/pulumi/pulumi/sdk/v3 v3.151.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= 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= diff --git a/examples/simple-ts/package.json b/examples/simple-ts/package.json index 8157da9ae9..9c4055a4ca 100644 --- a/examples/simple-ts/package.json +++ b/examples/simple-ts/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/stable-outputs-preview/package.json b/examples/stable-outputs-preview/package.json index 4fc5c837e1..690dd2e0c8 100644 --- a/examples/stable-outputs-preview/package.json +++ b/examples/stable-outputs-preview/package.json @@ -7,7 +7,7 @@ "dependencies": { "@pulumi/aws": "6.69.0", "@pulumi/aws-native": "1.25.0", - "@pulumi/pulumi": "3.150.0", + "@pulumi/pulumi": "3.151.0", "archiver": "^7.0.1" } } diff --git a/examples/update/step1/package.json b/examples/update/step1/package.json index bb5e041033..33cedb5088 100644 --- a/examples/update/step1/package.json +++ b/examples/update/step1/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/update/step2/package.json b/examples/update/step2/package.json index bb5e041033..33cedb5088 100644 --- a/examples/update/step2/package.json +++ b/examples/update/step2/package.json @@ -4,7 +4,7 @@ "@types/node": "^8.0.0" }, "dependencies": { - "@pulumi/pulumi": "3.150.0" + "@pulumi/pulumi": "3.151.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/write-only-go/go.mod b/examples/write-only-go/go.mod index 32981118d5..1ed9349d26 100644 --- a/examples/write-only-go/go.mod +++ b/examples/write-only-go/go.mod @@ -6,7 +6,7 @@ toolchain go1.23.5 require ( github.com/pulumi/pulumi-aws-native/sdk v1.25.0 - github.com/pulumi/pulumi/sdk/v3 v3.150.0 + github.com/pulumi/pulumi/sdk/v3 v3.151.0 ) require ( diff --git a/examples/write-only-go/go.sum b/examples/write-only-go/go.sum index d58faaeacc..47b3634356 100644 --- a/examples/write-only-go/go.sum +++ b/examples/write-only-go/go.sum @@ -150,8 +150,8 @@ github.com/pulumi/esc v0.10.0 h1:jzBKzkLVW0mePeanDRfqSQoCJ5yrkux0jIwAkUxpRKE= github.com/pulumi/esc v0.10.0/go.mod h1:2Bfa+FWj/xl8CKqRTWbWgDX0SOD4opdQgvYSURTGK2c= github.com/pulumi/pulumi-aws-native/sdk v1.25.0 h1:lboDYcrKaz7ggwbUWluybdhG1zNs8Ya7aX6GyaHOwIY= github.com/pulumi/pulumi-aws-native/sdk v1.25.0/go.mod h1:Kuy19nXfmt4X9ySnWlKJwYrTc/PedPBaNfX6SCoX8gE= -github.com/pulumi/pulumi/sdk/v3 v3.150.0 h1:w5df9oOxqmVfsokWNb901/AvJEFjgBGrG9rgsWFlsJI= -github.com/pulumi/pulumi/sdk/v3 v3.150.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/sdk/v3 v3.151.0 h1:mZjecj51+t3STyxoRuMW9QgZc+6ws4k4aFH/pFdJTRw= +github.com/pulumi/pulumi/sdk/v3 v3.151.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= 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= diff --git a/provider/go.mod b/provider/go.mod index cf78ddaaba..46246fcd9d 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -31,7 +31,7 @@ require ( github.com/pulumi/providertest v0.1.5 github.com/pulumi/pulumi-go-provider v0.24.1 github.com/pulumi/pulumi/pkg/v3 v3.150.0 - github.com/pulumi/pulumi/sdk/v3 v3.150.0 + github.com/pulumi/pulumi/sdk/v3 v3.151.0 github.com/stretchr/testify v1.10.0 github.com/wI2L/jsondiff v0.5.1 github.com/zclconf/go-cty v1.13.2 diff --git a/provider/go.sum b/provider/go.sum index 34809f7b38..336604055b 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -499,8 +499,8 @@ github.com/pulumi/pulumi-go-provider v0.24.1 h1:OG2IaHgqK03SD1OSamIHnaFDUq/8r7PG github.com/pulumi/pulumi-go-provider v0.24.1/go.mod h1:mLh9XKuA2jkOYiIfK32HHahWUk44G2kWjZ3Ba29hsgc= github.com/pulumi/pulumi/pkg/v3 v3.150.0 h1:Ne8Ew8t6qAqrMqgkR33tULLqQ/SVhtk0LeWyUQ2+6q4= github.com/pulumi/pulumi/pkg/v3 v3.150.0/go.mod h1:6evzB2y1U3YZ4HFlLoGxGvpamaGJCZWu5Wh6Qn9JNzs= -github.com/pulumi/pulumi/sdk/v3 v3.150.0 h1:w5df9oOxqmVfsokWNb901/AvJEFjgBGrG9rgsWFlsJI= -github.com/pulumi/pulumi/sdk/v3 v3.150.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/sdk/v3 v3.151.0 h1:mZjecj51+t3STyxoRuMW9QgZc+6ws4k4aFH/pFdJTRw= +github.com/pulumi/pulumi/sdk/v3 v3.151.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= 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=