Skip to content

Commit b260350

Browse files
Update dependency @pulumi/aws to v7.25.0 (#2911)
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 | [`7.24.0` -> `7.25.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/7.24.0/7.25.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary> ### [`v7.25.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v7.25.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v7.24.0...v7.25.0) #### What's Changed - Update workflows from source by [@&#8203;corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/6262](https://redirect.github.com/pulumi/pulumi-aws/pull/6262) - Replace legacy TypeScript module declaration with namespace by [@&#8203;rknuese-etfa](https://redirect.github.com/rknuese-etfa) in [https://github.com/pulumi/pulumi-aws/pull/6260](https://redirect.github.com/pulumi/pulumi-aws/pull/6260) - Update GitHub Actions workflows. by [@&#8203;pulumi-provider-automation](https://redirect.github.com/pulumi-provider-automation)\[bot] in[https://github.com/pulumi/pulumi-aws/pull/6263](https://redirect.github.com/pulumi/pulumi-aws/pull/6263)3 - Fix source-typed ECR lifecycle policy enums by [@&#8203;corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/6258](https://redirect.github.com/pulumi/pulumi-aws/pull/6258) - Add r8 family to instance-types.txt by [@&#8203;bastirlnd](https://redirect.github.com/bastirlnd) in [https://github.com/pulumi/pulumi-aws/pull/6266](https://redirect.github.com/pulumi/pulumi-aws/pull/6266) - Update GitHub Actions workflows. by [@&#8203;pulumi-provider-automation](https://redirect.github.com/pulumi-provider-automation)\[bot] in[https://github.com/pulumi/pulumi-aws/pull/6274](https://redirect.github.com/pulumi/pulumi-aws/pull/6274)4 - Upgrade pulumi-terraform-bridge to v3.126.0 by [@&#8203;pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/6278](https://redirect.github.com/pulumi/pulumi-aws/pull/6278) - Upgrade terraform-provider-aws to v6.40.0 by [@&#8203;guineveresaenger](https://redirect.github.com/guineveresaenger) in [https://github.com/pulumi/pulumi-aws/pull/6270](https://redirect.github.com/pulumi/pulumi-aws/pull/6270) - Fix release-verification example compilation by [@&#8203;guineveresaenger](https://redirect.github.com/guineveresaenger) in [https://github.com/pulumi/pulumi-aws/pull/6279](https://redirect.github.com/pulumi/pulumi-aws/pull/6279) #### New Contributors - [@&#8203;rknuese-etfa](https://redirect.github.com/rknuese-etfa) made their first contribution in [https://github.com/pulumi/pulumi-aws/pull/6260](https://redirect.github.com/pulumi/pulumi-aws/pull/6260) - [@&#8203;bastirlnd](https://redirect.github.com/bastirlnd) made their first contribution in [https://github.com/pulumi/pulumi-aws/pull/6266](https://redirect.github.com/pulumi/pulumi-aws/pull/6266) **Full Changelog**: pulumi/pulumi-aws@v7.24.0...v7.25.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (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 this update again. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImltcGFjdC9uby1jaGFuZ2Vsb2ctcmVxdWlyZWQiXX0=--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
1 parent cff1aa2 commit b260350

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/aws-native-ts-stepfunctions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "^8.0.0"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.24.0",
7+
"@pulumi/aws": "7.25.0",
88
"@pulumi/pulumi": "3.230.0"
99
},
1010
"peerDependencies": {

examples/aws-ts-assume-role/assume-role/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"@pulumi/pulumi": "3.230.0",
8-
"@pulumi/aws": "7.24.0",
8+
"@pulumi/aws": "7.25.0",
99
"@pulumi/random": "4.19.2"
1010
},
1111
"peerDependencies": {

examples/aws-ts-assume-role/create-role/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "^8.0.0"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.24.0",
7+
"@pulumi/aws": "7.25.0",
88
"@pulumi/pulumi": "3.230.0"
99
}
1010
}

examples/cfn-custom-resource/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"@pulumi/pulumi": "3.230.0",
8-
"@pulumi/aws": "7.24.0"
8+
"@pulumi/aws": "7.25.0"
99
},
1010
"peerDependencies": {
1111
"@pulumi/aws-native": "dev"

examples/ecs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@types/node": "^8.0.0"
55
},
66
"dependencies": {
7-
"@pulumi/aws": "7.24.0",
7+
"@pulumi/aws": "7.25.0",
88
"@pulumi/pulumi": "3.230.0"
99
}
1010
}

examples/lambda-update/step1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"@pulumi/pulumi": "3.230.0",
8-
"@pulumi/aws": "7.24.0"
8+
"@pulumi/aws": "7.25.0"
99
},
1010
"peerDependencies": {
1111
"@pulumi/aws-native": "dev"

examples/stable-outputs-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@types/node": "^16"
66
},
77
"dependencies": {
8-
"@pulumi/aws": "7.24.0",
8+
"@pulumi/aws": "7.25.0",
99
"@pulumi/aws-native": "1.60.0",
1010
"@pulumi/pulumi": "3.230.0",
1111
"archiver": "^7.0.1"

0 commit comments

Comments
 (0)