From 143639701f889c0075db0ec8bb327f09d6248f99 Mon Sep 17 00:00:00 2001 From: "pulumi-renovate[bot]" <189166143+pulumi-renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 08:03:19 -0500 Subject: [PATCH] Update first-party Pulumi dependencies to v3.148.0 (#2017) 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.147.0` -> `3.148.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.147.0/3.148.0) | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.147.0` -> `v3.148.0` | | [github.com/pulumi/pulumi/sdk/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.147.0` -> `v3.148.0` | --- ### Release Notes
pulumi/pulumi (@​pulumi/pulumi) ### [`v3.148.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.148.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.147.0...v3.148.0) ##### 3.148.0 (2025-01-31) ##### Features - \[cli/config] Introduce `--type` flag for `config set` [#​18287](https://redirect.github.com/pulumi/pulumi/pull/18287) - \[cli/new] Improve docs for disambiguating repositories on hosts where the URL is ambiguous [#​18379](https://redirect.github.com/pulumi/pulumi/pull/18379) - \[cli/package] Automatically get latest version for git based plugins if none is specified [#​18215](https://redirect.github.com/pulumi/pulumi/pull/18215) - \[cli/package] Allow plugins from git sources to live in subdirectories in the repository [#​18322](https://redirect.github.com/pulumi/pulumi/pull/18322) - \[sdk/python] Support commits in prerelease versions of generated Python SDKs [#​18289](https://redirect.github.com/pulumi/pulumi/pull/18289) ##### Bug Fixes - \[cli/config] Fix parsing of config keys with paths and colons in path segments [#​18378](https://redirect.github.com/pulumi/pulumi/pull/18378) - \[engine] Fix some plugin context leaks, which could leave plugin processes running on exit [#​18373](https://redirect.github.com/pulumi/pulumi/pull/18373) - \[cli/package] Respect virtualenv option in package add/link [#​18319](https://redirect.github.com/pulumi/pulumi/pull/18319) - \[programgen/nodejs] Handle keyword overlap of "this" keyword for local variables [#​18177](https://redirect.github.com/pulumi/pulumi/pull/18177) - \[sdk/nodejs] Fix debug strings triggering the Output toString error [#​18016](https://redirect.github.com/pulumi/pulumi/pull/18016) - \[sdk/nodejs] Use the corepack executable from dev dependencies [#​18393](https://redirect.github.com/pulumi/pulumi/pull/18393) - \[sdk/python] Allow Pip 25 [#​18343](https://redirect.github.com/pulumi/pulumi/pull/18343) - \[sdk/python] Make RunPlugin default to using a virtualenv [#​18371](https://redirect.github.com/pulumi/pulumi/pull/18371) ##### Miscellaneous - \[sdk/{dotnet,java}] Update Java to 1.1.0 and Dotnet to 3.72.0 [#​18394](https://redirect.github.com/pulumi/pulumi/pull/18394) - \[sdkgen] Align pulumi.json and schema.go [#​18334](https://redirect.github.com/pulumi/pulumi/pull/18334)
--- ### 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 | 4 ++-- examples/go.sum | 8 ++++---- 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 | 4 ++-- provider/go.sum | 8 ++++---- 26 files changed, 48 insertions(+), 48 deletions(-) diff --git a/examples/autonaming-overlay/package-lock.json b/examples/autonaming-overlay/package-lock.json index 3810f8cace..b21a2ea252 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.24.0", - "@pulumi/pulumi": "3.147.0" + "@pulumi/pulumi": "3.148.0" }, "devDependencies": { "@types/node": "^16" @@ -856,9 +856,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.147.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.147.0.tgz", - "integrity": "sha512-5tBGauFC6rAiB5I8Ug6kHBNB1YNmLANT1yy2pXwyMMWXmFc1++sYrZ2QDyVf0cJVtXdFhqw1kw/CxdV4YCHi0Q==", + "version": "3.148.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.148.0.tgz", + "integrity": "sha512-Y7RNkfOYcvraz6rXMoM4KJAvk2oEq8yvsT6EX4G1CyQKUH8EpdUn0TZtvIZLqhW/M06/sMYFbjgpsuXa7p5Y7Q==", "dependencies": { "@grpc/grpc-js": "^1.10.1", "@logdna/tail-file": "^2.0.6", @@ -4043,9 +4043,9 @@ } }, "@pulumi/pulumi": { - "version": "3.147.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.147.0.tgz", - "integrity": "sha512-5tBGauFC6rAiB5I8Ug6kHBNB1YNmLANT1yy2pXwyMMWXmFc1++sYrZ2QDyVf0cJVtXdFhqw1kw/CxdV4YCHi0Q==", + "version": "3.148.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.148.0.tgz", + "integrity": "sha512-Y7RNkfOYcvraz6rXMoM4KJAvk2oEq8yvsT6EX4G1CyQKUH8EpdUn0TZtvIZLqhW/M06/sMYFbjgpsuXa7p5Y7Q==", "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 7be325c292..647d57d772 100644 --- a/examples/autonaming-overlay/package.json +++ b/examples/autonaming-overlay/package.json @@ -5,7 +5,7 @@ "@types/node": "^16" }, "dependencies": { - "@pulumi/pulumi": "3.147.0", + "@pulumi/pulumi": "3.148.0", "@pulumi/aws-native": "1.24.0" } } diff --git a/examples/aws-native-naming-conventions/package-lock.json b/examples/aws-native-naming-conventions/package-lock.json index 3810f8cace..b21a2ea252 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.24.0", - "@pulumi/pulumi": "3.147.0" + "@pulumi/pulumi": "3.148.0" }, "devDependencies": { "@types/node": "^16" @@ -856,9 +856,9 @@ } }, "node_modules/@pulumi/pulumi": { - "version": "3.147.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.147.0.tgz", - "integrity": "sha512-5tBGauFC6rAiB5I8Ug6kHBNB1YNmLANT1yy2pXwyMMWXmFc1++sYrZ2QDyVf0cJVtXdFhqw1kw/CxdV4YCHi0Q==", + "version": "3.148.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.148.0.tgz", + "integrity": "sha512-Y7RNkfOYcvraz6rXMoM4KJAvk2oEq8yvsT6EX4G1CyQKUH8EpdUn0TZtvIZLqhW/M06/sMYFbjgpsuXa7p5Y7Q==", "dependencies": { "@grpc/grpc-js": "^1.10.1", "@logdna/tail-file": "^2.0.6", @@ -4043,9 +4043,9 @@ } }, "@pulumi/pulumi": { - "version": "3.147.0", - "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.147.0.tgz", - "integrity": "sha512-5tBGauFC6rAiB5I8Ug6kHBNB1YNmLANT1yy2pXwyMMWXmFc1++sYrZ2QDyVf0cJVtXdFhqw1kw/CxdV4YCHi0Q==", + "version": "3.148.0", + "resolved": "https://registry.npmjs.org/@pulumi/pulumi/-/pulumi-3.148.0.tgz", + "integrity": "sha512-Y7RNkfOYcvraz6rXMoM4KJAvk2oEq8yvsT6EX4G1CyQKUH8EpdUn0TZtvIZLqhW/M06/sMYFbjgpsuXa7p5Y7Q==", "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 7be325c292..647d57d772 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.147.0", + "@pulumi/pulumi": "3.148.0", "@pulumi/aws-native": "1.24.0" } } diff --git a/examples/aws-native-ts-stepfunctions/package.json b/examples/aws-native-ts-stepfunctions/package.json index 2c25776596..b7eec45099 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.67.0", - "@pulumi/pulumi": "3.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "1.24.0" diff --git a/examples/aws-ts-assume-role/assume-role/package.json b/examples/aws-ts-assume-role/assume-role/package.json index 0de70fe443..3aa66b3bb3 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.147.0", + "@pulumi/pulumi": "3.148.0", "@pulumi/aws": "6.67.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 77462e5876..c908886f38 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.67.0", - "@pulumi/pulumi": "3.147.0" + "@pulumi/pulumi": "3.148.0" } } diff --git a/examples/cfn-custom-resource/package.json b/examples/cfn-custom-resource/package.json index 261d4b150c..57e2540865 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.147.0", + "@pulumi/pulumi": "3.148.0", "@pulumi/aws": "6.67.0" }, "peerDependencies": { diff --git a/examples/cidr-ts/package.json b/examples/cidr-ts/package.json index 29e254a27d..6530a5e2bd 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.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/ecs/package.json b/examples/ecs/package.json index 9ef0d111c7..523dd2b6e1 100644 --- a/examples/ecs/package.json +++ b/examples/ecs/package.json @@ -5,6 +5,6 @@ }, "dependencies": { "@pulumi/aws": "6.67.0", - "@pulumi/pulumi": "3.147.0" + "@pulumi/pulumi": "3.148.0" } } diff --git a/examples/get-ts/package.json b/examples/get-ts/package.json index 31b0e96b73..da19100697 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.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/go.mod b/examples/go.mod index 6d7d59a4f7..e235b5a1ab 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -9,8 +9,8 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.27.11 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.147.0 - github.com/pulumi/pulumi/sdk/v3 v3.147.0 + github.com/pulumi/pulumi/pkg/v3 v3.148.0 + github.com/pulumi/pulumi/sdk/v3 v3.148.0 github.com/stretchr/testify v1.10.0 ) diff --git a/examples/go.sum b/examples/go.sum index 769bdc0a47..05983be24f 100644 --- a/examples/go.sum +++ b/examples/go.sum @@ -354,10 +354,10 @@ 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/providertest v0.1.5 h1:35PH+SBNzWjkfO/rP5mSjrfuTUJZ5nxeo2Cb845EoYU= github.com/pulumi/providertest v0.1.5/go.mod h1:bU07oPwpgNjGuuIT6CPnI/eLXaGHqhypFrxX5ZsABo4= -github.com/pulumi/pulumi/pkg/v3 v3.147.0 h1:aFzP2kXBL/nPPDao625xIkjAhqT5GKe3XfPXbG07oFA= -github.com/pulumi/pulumi/pkg/v3 v3.147.0/go.mod h1:WqLJy8lfzbGTEqz5Rukd+GrqBYNBf8Y3dJ+Wde+G6g4= -github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= -github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/pkg/v3 v3.148.0 h1:7FuRpw1ysvt5400x+5Ukbj14ue5W8b9fI+FZ8YMD7o4= +github.com/pulumi/pulumi/pkg/v3 v3.148.0/go.mod h1:xxL0LnlNmjotV8Kz3sKITKCQf+U72prabgt4NAlJfRk= +github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o= +github.com/pulumi/pulumi/sdk/v3 v3.148.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 c0fdde2943..f0966d6bd1 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.147.0", + "@pulumi/pulumi": "3.148.0", "@pulumi/aws": "6.67.0" }, "peerDependencies": { diff --git a/examples/parallel-ts/package.json b/examples/parallel-ts/package.json index b71b214677..0fe8087003 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.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/refresh-changes/package.json b/examples/refresh-changes/package.json index 7be325c292..647d57d772 100644 --- a/examples/refresh-changes/package.json +++ b/examples/refresh-changes/package.json @@ -5,7 +5,7 @@ "@types/node": "^16" }, "dependencies": { - "@pulumi/pulumi": "3.147.0", + "@pulumi/pulumi": "3.148.0", "@pulumi/aws-native": "1.24.0" } } diff --git a/examples/simple-go/go.mod b/examples/simple-go/go.mod index 85e9366629..59f3c73f59 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.24.0 - github.com/pulumi/pulumi/sdk/v3 v3.147.0 + github.com/pulumi/pulumi/sdk/v3 v3.148.0 ) require ( diff --git a/examples/simple-go/go.sum b/examples/simple-go/go.sum index 0aeca496fd..901342c4af 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.24.0 h1:EOTqOshxWDWnmkGuJlTXnBHN/PcfCiIYOoA/HP8jTZs= github.com/pulumi/pulumi-aws-native/sdk v1.24.0/go.mod h1:xvUCWJvh2QrFkRA1ACbmzIWvIWp8PqslIjJKSbNAmgM= -github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= -github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o= +github.com/pulumi/pulumi/sdk/v3 v3.148.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 31b0e96b73..da19100697 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.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/stable-outputs-preview/package.json b/examples/stable-outputs-preview/package.json index 610c1f72a1..24a274d830 100644 --- a/examples/stable-outputs-preview/package.json +++ b/examples/stable-outputs-preview/package.json @@ -7,7 +7,7 @@ "dependencies": { "@pulumi/aws": "6.67.0", "@pulumi/aws-native": "1.24.0", - "@pulumi/pulumi": "3.147.0", + "@pulumi/pulumi": "3.148.0", "archiver": "^7.0.1" } } diff --git a/examples/update/step1/package.json b/examples/update/step1/package.json index 34d1f99fc3..49a0018c77 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.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/update/step2/package.json b/examples/update/step2/package.json index 34d1f99fc3..49a0018c77 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.147.0" + "@pulumi/pulumi": "3.148.0" }, "peerDependencies": { "@pulumi/aws-native": "dev" diff --git a/examples/write-only-go/go.mod b/examples/write-only-go/go.mod index 3f2d6e5f3b..0514d6db3a 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.24.0 - github.com/pulumi/pulumi/sdk/v3 v3.147.0 + github.com/pulumi/pulumi/sdk/v3 v3.148.0 ) require ( diff --git a/examples/write-only-go/go.sum b/examples/write-only-go/go.sum index 026fdce1db..acc0bad90a 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.24.0 h1:EOTqOshxWDWnmkGuJlTXnBHN/PcfCiIYOoA/HP8jTZs= github.com/pulumi/pulumi-aws-native/sdk v1.24.0/go.mod h1:xvUCWJvh2QrFkRA1ACbmzIWvIWp8PqslIjJKSbNAmgM= -github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= -github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o= +github.com/pulumi/pulumi/sdk/v3 v3.148.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 64e9122d05..074d2c8b87 100644 --- a/provider/go.mod +++ b/provider/go.mod @@ -30,8 +30,8 @@ require ( github.com/pulumi/jsschema v0.0.0-20240222154951-2ba83b66ea54 github.com/pulumi/providertest v0.1.5 github.com/pulumi/pulumi-go-provider v0.24.1 - github.com/pulumi/pulumi/pkg/v3 v3.147.0 - github.com/pulumi/pulumi/sdk/v3 v3.147.0 + github.com/pulumi/pulumi/pkg/v3 v3.148.0 + github.com/pulumi/pulumi/sdk/v3 v3.148.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 7bf5adcb40..fb232e07d5 100644 --- a/provider/go.sum +++ b/provider/go.sum @@ -497,10 +497,10 @@ 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-go-provider v0.24.1 h1:OG2IaHgqK03SD1OSamIHnaFDUq/8r7PG+jZONS7SmSQ= github.com/pulumi/pulumi-go-provider v0.24.1/go.mod h1:mLh9XKuA2jkOYiIfK32HHahWUk44G2kWjZ3Ba29hsgc= -github.com/pulumi/pulumi/pkg/v3 v3.147.0 h1:aFzP2kXBL/nPPDao625xIkjAhqT5GKe3XfPXbG07oFA= -github.com/pulumi/pulumi/pkg/v3 v3.147.0/go.mod h1:WqLJy8lfzbGTEqz5Rukd+GrqBYNBf8Y3dJ+Wde+G6g4= -github.com/pulumi/pulumi/sdk/v3 v3.147.0 h1:8ZDZnEsCZa6shw1dwIDUssbYMooYyebhpmx5feuZCqM= -github.com/pulumi/pulumi/sdk/v3 v3.147.0/go.mod h1:+WC9aIDo8fMgd2g0jCHuZU2S/VYNLRAZ3QXt6YVgwaA= +github.com/pulumi/pulumi/pkg/v3 v3.148.0 h1:7FuRpw1ysvt5400x+5Ukbj14ue5W8b9fI+FZ8YMD7o4= +github.com/pulumi/pulumi/pkg/v3 v3.148.0/go.mod h1:xxL0LnlNmjotV8Kz3sKITKCQf+U72prabgt4NAlJfRk= +github.com/pulumi/pulumi/sdk/v3 v3.148.0 h1:tEw1FQOKoQVP7HfZWI9DJQl4ZvGaL1z2ixZdN2wGV/o= +github.com/pulumi/pulumi/sdk/v3 v3.148.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=