Skip to content

Commit 21bf788

Browse files
Update first-party Pulumi dependencies (#784)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-aws)) | dependencies | minor | [`6.80.0` -> `6.81.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.80.0/6.81.0) | | [@pulumi/command](https://pulumi.com) ([source](https://redirect.github.com/pulumi/pulumi-command)) | dependencies | patch | [`1.0.4` -> `1.0.5`](https://renovatebot.com/diffs/npm/@pulumi%2fcommand/1.0.4/1.0.5) | | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.169.0` -> `3.171.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.169.0/3.171.0) | | [github.com/pulumi/pulumi-command/sdk](https://redirect.github.com/pulumi/pulumi-command) | require | patch | `v1.0.4` -> `v1.0.5` | --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary> ### [`v6.81.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.81.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.80.0...v6.81.0) ##### Does the PR have any schema changes? Found 4 breaking changes: ##### Resources - `🟢` "aws:rum/appMonitor:AppMonitor": required: "domain" property is no longer Required ##### Types - `🟢` "aws:dynamodb/getTablePointInTimeRecovery:getTablePointInTimeRecovery": required: "recoveryPeriodInDays" property has changed to Required - `🟢` "aws:imagebuilder/getDistributionConfigurationDistribution:getDistributionConfigurationDistribution": required: "ssmParameterConfigurations" property has changed to Required - `🟢` "aws:networkfirewall/getFirewallPolicyFirewallPolicy:getFirewallPolicyFirewallPolicy": required: "policyVariables" property has changed to Required ##### New resources: - `bedrock/agentPrompt.AgentPrompt` - `cloudfront/keyvaluestoreKeysExclusive.KeyvaluestoreKeysExclusive` - `dataexchange/revisionAssets.RevisionAssets` - `inspector2/filter.Filter` - `wafv2/apiKey.ApiKey` ##### New functions: - `account/getPrimaryContact.getPrimaryContact` - `dynamodb/getTables.getTables` - `pulumi.providers.aws/terraformConfig` ##### What's Changed - chore: tolerate provider self-references by [@&#8203;t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5501](https://redirect.github.com/pulumi/pulumi-aws/pull/5501) - Upgrade pulumi-terraform-bridge to v3.108.0 by [@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5506](https://redirect.github.com/pulumi/pulumi-aws/pull/5506) - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5509](https://redirect.github.com/pulumi/pulumi-aws/pull/5509) - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5528](https://redirect.github.com/pulumi/pulumi-aws/pull/5528) - Update GitHub Actions workflows. by [@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5531](https://redirect.github.com/pulumi/pulumi-aws/pull/5531) - Upstream v5.98.0 by [@&#8203;corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5545](https://redirect.github.com/pulumi/pulumi-aws/pull/5545) **Full Changelog**: pulumi/pulumi-aws@v6.80.0...v6.81.0 </details> <details> <summary>pulumi/pulumi-command (@&#8203;pulumi/command)</summary> ### [`v1.0.5`](https://redirect.github.com/pulumi/pulumi-command/compare/v1.0.4...v1.0.5) [Compare Source](https://redirect.github.com/pulumi/pulumi-command/compare/v1.0.4...v1.0.5) </details> <details> <summary>pulumi/pulumi (@&#8203;pulumi/pulumi)</summary> ### [`v3.171.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.171.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.170.0...v3.171.0) ##### 3.171.0 (2025-05-21) ##### Features - \[cli] Add `pulumi esc` as an alias for `pulumi env` [#&#8203;19610](https://redirect.github.com/pulumi/pulumi/pull/19610) - \[engine] Elide `StackReference` outputs that fail to decrypt [#&#8203;19533](https://redirect.github.com/pulumi/pulumi/pull/19533) - \[programgen] Ensure convert uses the output project directory as the working directory [#&#8203;19582](https://redirect.github.com/pulumi/pulumi/pull/19582) - \[cli/display] Release explain-preview and summarize-error Copilot features [#&#8203;19544](https://redirect.github.com/pulumi/pulumi/pull/19544) - \[cli/engine] Enable debugging of source based plugins, using `--attach-debugger plugin=<name>` [#&#8203;19553](https://redirect.github.com/pulumi/pulumi/pull/19553) - \[cli/install] Allow `pulumi install` to install dependencies inside plugin project folders [#&#8203;19580](https://redirect.github.com/pulumi/pulumi/pull/19580) - \[auto/python] Add `on_error` callback for capturing incremental stderr output [#&#8203;19541](https://redirect.github.com/pulumi/pulumi/pull/19541) - \[programgen/nodejs] Add `callSingle` to the NodeJS SDK to support non-object method return values [#&#8203;19387](https://redirect.github.com/pulumi/pulumi/pull/19387) - \[programgen/python] Add sdk support for scalar call returns from providers [#&#8203;19419](https://redirect.github.com/pulumi/pulumi/pull/19419) - \[sdk/python] Add new provider interface to `pulumi.provider.experimental.provider` [#&#8203;19080](https://redirect.github.com/pulumi/pulumi/pull/19080) - \[sdk/python] Support enum references in component providers [#&#8203;19471](https://redirect.github.com/pulumi/pulumi/pull/19471) ##### Bug Fixes - \[cli] Enumerate supported CI systems deterministically [#&#8203;19593](https://redirect.github.com/pulumi/pulumi/pull/19593) - \[engine] Make the engine respect errors from plugin Handshake methods [#&#8203;19595](https://redirect.github.com/pulumi/pulumi/pull/19595) - \[cli/install] Fix installation of python policies to default to virtualenv rather than site-packages [#&#8203;19570](https://redirect.github.com/pulumi/pulumi/pull/19570) ### [`v3.170.0`](https://redirect.github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#31700-2025-05-15) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.169.0...v3.170.0) ##### Features - \[engine] The engine now defers policy pack installation to the language hosts [#&#8203;19477](https://redirect.github.com/pulumi/pulumi/pull/19477) - \[programgen] Copy assets emitted from converter plugins to target directory of the generated projects [#&#8203;19500](https://redirect.github.com/pulumi/pulumi/pull/19500) - \[programgen] Add GeneratedProjectDirectory to ConvertProgramRequest for converter plugins [#&#8203;19513](https://redirect.github.com/pulumi/pulumi/pull/19513) - \[sdk/nodejs] Pass `ignoreChanges`, `replaceOnChanges`, `customTimeouts`, `retainOnDelete`, and `deletedWith` to the provider constructor [#&#8203;19496](https://redirect.github.com/pulumi/pulumi/pull/19496) - \[sdk/nodejs] Pass `ignoreChanges`, `replaceOnChanges`, `customTimeouts`, `retainOnDelete`, and `deletedWith` to the provider constructor [#&#8203;19494](https://redirect.github.com/pulumi/pulumi/pull/19494) ##### Bug Fixes - \[auto/python] Fix hang in automation API operations [#&#8203;19539](https://redirect.github.com/pulumi/pulumi/pull/19539) - \[cli/config] Config system now maintains types based on the YAML type from the config file [#&#8203;19503](https://redirect.github.com/pulumi/pulumi/pull/19503) - \[cli/install] Don't overwrite versions embedded in the plugin spec ##### Miscellaneous - \[engine] Split analyzer handshake into handshake and stackconfigure [#&#8203;19506](https://redirect.github.com/pulumi/pulumi/pull/19506) - \[sdk] Add optional cache duration to CLIVersionResponse apitype [#&#8203;19523](https://redirect.github.com/pulumi/pulumi/pull/19523) - \[sdk/go] Accept `context.Context` in `workspace.GetPluginInfo` and `workspace.GetPluginPath`. [#&#8203;19527](https://redirect.github.com/pulumi/pulumi/pull/19527) - \[sdk/go] Accept `context.Context` wherever new `plugin.Context`s are created. [#&#8203;19526](https://redirect.github.com/pulumi/pulumi/pull/19526) </details> --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent 581449d commit 21bf788

File tree

12 files changed

+53
-53
lines changed

12 files changed

+53
-53
lines changed

examples/ec2_copyfile/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ec2_copyfile/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
},
77
"dependencies": {
88
"@grpc/grpc-js": "^1.10.10",
9-
"@pulumi/aws": "6.80.0",
9+
"@pulumi/aws": "6.81.0",
1010
"@pulumi/awsx": "2.21.1",
11-
"@pulumi/command": "1.0.4",
12-
"@pulumi/pulumi": "3.169.0",
11+
"@pulumi/command": "1.0.5",
12+
"@pulumi/pulumi": "3.171.0",
1313
"@types/folder-hash": "^4.0.4",
1414
"folder-hash": "^4.0.4",
1515
"typescript": "^5.0.0"

examples/ec2_dir_copy/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ec2_dir_copy/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
},
77
"dependencies": {
88
"@grpc/grpc-js": "^1.10.10",
9-
"@pulumi/aws": "6.80.0",
9+
"@pulumi/aws": "6.81.0",
1010
"@pulumi/awsx": "2.21.1",
11-
"@pulumi/command": "1.0.4",
12-
"@pulumi/pulumi": "3.169.0",
11+
"@pulumi/command": "1.0.5",
12+
"@pulumi/pulumi": "3.171.0",
1313
"@types/folder-hash": "^4.0.4",
1414
"folder-hash": "^4.0.4",
1515
"typescript": "^5.0.0"

examples/ec2_remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "latest"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.80.0",
8+
"@pulumi/aws": "6.81.0",
99
"@pulumi/command": "latest",
1010
"@pulumi/pulumi": "latest",
1111
"@pulumi/random": "4.18.2"

examples/ec2_remote_proxy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"@types/node": "latest"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.80.0",
9-
"@pulumi/command": "1.0.4",
8+
"@pulumi/aws": "6.81.0",
9+
"@pulumi/command": "1.0.5",
1010
"@pulumi/pulumi": "latest",
1111
"@pulumi/random": "4.18.2"
1212
}

examples/lambda-invoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "latest"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "6.80.0",
8+
"@pulumi/aws": "6.81.0",
99
"@pulumi/pulumi": "latest"
1010
}
1111
}

examples/lambda-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "lambda-ts",
33
"version": "0.1.0",
44
"dependencies": {
5-
"@pulumi/aws": "6.80.0",
6-
"@pulumi/pulumi": "3.169.0"
5+
"@pulumi/aws": "6.81.0",
6+
"@pulumi/pulumi": "3.171.0"
77
}
88
}

examples/lambda-ts/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -369,18 +369,18 @@
369369
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
370370
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
371371

372-
"@pulumi/aws@6.80.0":
373-
version "6.80.0"
374-
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-6.80.0.tgz#1fc5c1610569ab3b993c4290dfa4978cec7166df"
375-
integrity sha512-7+k/2PPqFz09Ykb+YkabaHa2RjvFREfUds4oBV57dsZkKpZsoCy58xV94oUvcPPB52OE4Z2zpGsvIg3z2mCTHw==
372+
"@pulumi/aws@6.81.0":
373+
version "6.81.0"
374+
resolved "https://registry.yarnpkg.com/@pulumi/aws/-/aws-6.81.0.tgz#1b7f49da7d3778356341683a2665c4a3eecf2f74"
375+
integrity sha512-DPQPyV1I1JxQJU7yRkvh5vKOceTw3BZm3H/e9Hh02w662vUCOhp/Koci/ZPyWWbfOKam35eUsGIPvdYsWJw/EQ==
376376
dependencies:
377377
"@pulumi/pulumi" "^3.142.0"
378378
mime "^2.0.0"
379379

380-
"@pulumi/pulumi@3.169.0", "@pulumi/pulumi@^3.142.0":
381-
version "3.169.0"
382-
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.169.0.tgz#ae0854fc2de508f484e0535f7630146c8d2a3081"
383-
integrity sha512-l8x+gTySKWG2dRGvlScfl9EJaYgymkcUFaNAaz7lONYcvqllXXVw/mhbnsleNhC02gDiuP0p/9CfctHLqf75+Q==
380+
"@pulumi/pulumi@3.171.0", "@pulumi/pulumi@^3.142.0":
381+
version "3.171.0"
382+
resolved "https://registry.yarnpkg.com/@pulumi/pulumi/-/pulumi-3.171.0.tgz#1e941c173676c198b065c2ddd8ee6c906438853c"
383+
integrity sha512-HJHvZR0lsLROq3oDYSoXkfeKh0ddjglSmbqk1lkRuGdF8Y5DeD80wOSlD6c4EKWyo4N8f8wtWP7uDc5/HvH07g==
384384
dependencies:
385385
"@grpc/grpc-js" "^1.10.1"
386386
"@logdna/tail-file" "^2.0.6"

examples/random-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.3
66

77
require (
8-
github.com/pulumi/pulumi-command/sdk v1.0.4
8+
github.com/pulumi/pulumi-command/sdk v1.0.5
99
github.com/pulumi/pulumi/sdk/v3 v3.171.0
1010
)
1111

0 commit comments

Comments
 (0)