-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream v5.61.0 #4341
Upstream v5.61.0 #4341
Conversation
@@ -241,6 +241,7 @@ const ( | |||
storagegatewayMod = "StorageGateway" // Storage Gateway | |||
swfMod = "Swf" // Simple Workflow Service (SWF) | |||
syntheticsMod = "Synthetics" // Synthetics | |||
timestreamInfluxDBMod = "TimestreamInfluxDB" // Timestream Influx DB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've seen Db
and DB
used, not sure if we have a preference.
@@ -6166,4 +6169,10 @@ func setupComputedIDs(prov *tfbridge.ProviderInfo) { | |||
prov.Resources["aws_rekognition_stream_processor"].ComputeID = func(ctx context.Context, state resource.PropertyMap) (resource.ID, error) { | |||
return attr(state, "name"), nil | |||
} | |||
prov.Resources["aws_chatbot_slack_channel_configuration"].ComputeID = func(ctx context.Context, state resource.PropertyMap) (resource.ID, error) { | |||
return attr(state, "configurationName"), nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double check me on this.
Does the PR have any schema changes?Found 2 breaking changes: Resources
Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/release minor |
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://togithub.com/pulumi/pulumi-aws)) | dependencies | minor | [`6.47.0` -> `6.48.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.47.0/6.48.0) | --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@​pulumi/aws)</summary> ### [`v6.48.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.48.0) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.47.0...v6.48.0) ##### Does the PR have any schema changes? Found 2 breaking changes: ##### Resources - `🟢` "aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation": required: "ipv6IpamPoolId" property is no longer Required ##### Types - `🟢` "aws:rds/ClusterRestoreToPointInTime:ClusterRestoreToPointInTime": required: "sourceClusterIdentifier" property is no longer Required ##### New resources: - `chatbot/slackChannelConfiguration.SlackChannelConfiguration` - `chatbot/teamsChannelConfiguration.TeamsChannelConfiguration` - `datazone/glossary.Glossary` - `ecr/repositoryCreationTemplate.RepositoryCreationTemplate` - `timestreaminfluxdb/dbInstance.DbInstance` ##### New functions: - `ecr/getRepositoryCreationTemplate.getRepositoryCreationTemplate` ##### What's Changed - chore: SkipInstall for tests that do not need it by [@​t0yv0](https://togithub.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4315](https://togithub.com/pulumi/pulumi-aws/pull/4315) - Upstream v5.61.0 by [@​corymhall](https://togithub.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4341](https://togithub.com/pulumi/pulumi-aws/pull/4341) **Full Changelog**: pulumi/pulumi-aws@v6.47.0...v6.48.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE2IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://togithub.com/pulumi/pulumi-aws)) | dependencies | minor | [`6.47.0` -> `6.48.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.47.0/6.48.0) | --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@​pulumi/aws)</summary> ### [`v6.48.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.48.0) [Compare Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.47.0...v6.48.0) ##### Does the PR have any schema changes? Found 2 breaking changes: ##### Resources - `🟢` "aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation": required: "ipv6IpamPoolId" property is no longer Required ##### Types - `🟢` "aws:rds/ClusterRestoreToPointInTime:ClusterRestoreToPointInTime": required: "sourceClusterIdentifier" property is no longer Required ##### New resources: - `chatbot/slackChannelConfiguration.SlackChannelConfiguration` - `chatbot/teamsChannelConfiguration.TeamsChannelConfiguration` - `datazone/glossary.Glossary` - `ecr/repositoryCreationTemplate.RepositoryCreationTemplate` - `timestreaminfluxdb/dbInstance.DbInstance` ##### New functions: - `ecr/getRepositoryCreationTemplate.getRepositoryCreationTemplate` ##### What's Changed - chore: SkipInstall for tests that do not need it by [@​t0yv0](https://togithub.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4315](https://togithub.com/pulumi/pulumi-aws/pull/4315) - Upstream v5.61.0 by [@​corymhall](https://togithub.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4341](https://togithub.com/pulumi/pulumi-aws/pull/4341) **Full Changelog**: pulumi/pulumi-aws@v6.47.0...v6.48.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNiIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE2IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
closes #4340