Skip to content

Commit

Permalink
Update dependency @pulumi/aws to v6.67.0 (#2010)
Browse files Browse the repository at this point in the history
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.66.3` ->
`6.67.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.66.3/6.67.0)
|

---

### Release Notes

<details>
<summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary>

###
[`v6.67.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.67.0)

[Compare
Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.66.3...v6.67.0)

##### Does the PR have any schema changes?

Found 4 breaking changes:

##### Resources

-   "aws:kms/customKeyStore:CustomKeyStore": required:
    -   `🟢` "cloudHsmClusterId" property is no longer Required
    -   `🟢` "keyStorePassword" property is no longer Required
    -   `🟢` "trustAnchorCertificate" property is no longer Required

##### Types

- `🟢`
"aws:ec2/getInstanceTypeInferenceAccelerator:getInstanceTypeInferenceAccelerator":
required: "memorySize" property has changed to Required

##### New resources:

-   `mediapackagev2/channelGroup.ChannelGroup`

##### What's Changed

- Update example in \_index.md to use Bucket V2 by
[@&#8203;mjeffryes](https://redirect.github.com/mjeffryes) in
[https://github.com/pulumi/pulumi-aws/pull/5098](https://redirect.github.com/pulumi/pulumi-aws/pull/5098)
- Skip `TestRegress2534` by
[@&#8203;flostadler](https://redirect.github.com/flostadler) in
[https://github.com/pulumi/pulumi-aws/pull/5107](https://redirect.github.com/pulumi/pulumi-aws/pull/5107)
- Added thailand (ap-southeast-7) region by
[@&#8203;corymhall](https://redirect.github.com/corymhall) in
[https://github.com/pulumi/pulumi-aws/pull/5104](https://redirect.github.com/pulumi/pulumi-aws/pull/5104)
- chore: update GitHub Actions workflows by
[@&#8203;t0yv0](https://redirect.github.com/t0yv0) in
[https://github.com/pulumi/pulumi-aws/pull/5109](https://redirect.github.com/pulumi/pulumi-aws/pull/5109)
- chore: enable refresh for regress-2868 by
[@&#8203;corymhall](https://redirect.github.com/corymhall) in
[https://github.com/pulumi/pulumi-aws/pull/5111](https://redirect.github.com/pulumi/pulumi-aws/pull/5111)
- chore: remove make extenders by
[@&#8203;t0yv0](https://redirect.github.com/t0yv0) in
[https://github.com/pulumi/pulumi-aws/pull/5110](https://redirect.github.com/pulumi/pulumi-aws/pull/5110)
- Upstream 5.84.0 by
[@&#8203;corymhall](https://redirect.github.com/corymhall) in
[https://github.com/pulumi/pulumi-aws/pull/5120](https://redirect.github.com/pulumi/pulumi-aws/pull/5120)

**Full Changelog**:
pulumi/pulumi-aws@v6.66.3...v6.67.0

</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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->

Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
  • Loading branch information
pulumi-renovate[bot] authored Jan 22, 2025
1 parent 97d8fce commit 447dd91
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/aws-native-ts-stepfunctions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-ts-assume-role/assume-role/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws": "6.66.3",
"@pulumi/aws": "6.67.0",
"@pulumi/random": "4.17.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-ts-assume-role/create-role/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion examples/cfn-custom-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws": "6.66.3"
"@pulumi/aws": "6.67.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@types/node": "^8.0.0"
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/aws": "6.67.0",
"@pulumi/pulumi": "3.147.0"
}
}
2 changes: 1 addition & 1 deletion examples/lambda-update/step1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@pulumi/pulumi": "3.147.0",
"@pulumi/aws": "6.66.3"
"@pulumi/aws": "6.67.0"
},
"peerDependencies": {
"@pulumi/aws-native": "dev"
Expand Down
2 changes: 1 addition & 1 deletion examples/stable-outputs-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@types/node": "^16"
},
"dependencies": {
"@pulumi/aws": "6.66.3",
"@pulumi/aws": "6.67.0",
"@pulumi/aws-native": "1.24.0",
"@pulumi/pulumi": "3.147.0",
"archiver": "^7.0.1"
Expand Down

0 comments on commit 447dd91

Please sign in to comment.