Skip to content
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

build(deps): update hashicorp/aws requirement from ~> 5.32.1 to ~> 5.35.0 #19

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Updates the requirements on hashicorp/aws to permit the latest version.

Release notes

Sourced from hashicorp/aws's releases.

v5.35.0

FEATURES:

  • New Data Source: aws_bedrock_custom_model (#34310)
  • New Data Source: aws_bedrock_custom_models (#34310)
  • New Data Source: aws_ssmcontacts_rotation (#32710)
  • New Resource: aws_bedrock_custom_model (#34310)
  • New Resource: aws_lexv2models_slot (#34617)
  • New Resource: aws_lexv2models_slot_type (#35555)
  • New Resource: aws_rekognition_collection (#35407)
  • New Resource: aws_sesv2_email_identity_policy (#35486)
  • New Resource: aws_ssmcontacts_rotation (#32710)

ENHANCEMENTS:

  • data-source/aws_redshift_cluster: Add multi_az attribute (#35508)
  • resource/aws_lakeformation_resource: Add hybrid_access_enabled argument (#35571)
  • resource/aws_lakeformation_resource: Add with_federation argument (#35154)
  • resource/aws_redshift_cluster: Add multi_az argument (#35508)
  • resource/aws_redshiftserverless_endpoint_access: Add owner_account argument (#35509)
  • resource/aws_wafv2_rule_group: Add header_order to field_to_match configuration blocks (#35521)
  • resource/aws_wafv2_web_acl: Add header_orderto field_to_match configuration blocks (#35521)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Remove core_network_configuration.edge_locations maximum item limit (#35585)
  • resource/aws_backup_plan: Fix InvalidParameterValueException: Invalid lifecycle. EBS Cold Tier is not yet supported errors on resource Create in AWS GovCloud (US) (#35560)
  • resource/aws_cognito_user_group: Allow import of user groups with names containing / (#35501)
  • resource/aws_dms_event_subscription: Mark source_ids as Optional. This fixes a regression introduced in v5.31.0 (#35541)
  • resource/aws_efs_file_system: Increase lifecycle_policy maximum item limit to 3 (#35522)
  • resource/aws_eks_access_entry: Retry IAM eventual consistency errors on create (#35535)
  • resource/aws_finspace_kx_cluster: Increase command_line_arguments max length restriction from 50 to 1024. (#35581)
Changelog

Sourced from hashicorp/aws's changelog.

5.35.0 (February 2, 2024)

FEATURES:

  • New Data Source: aws_bedrock_custom_model (#34310)
  • New Data Source: aws_bedrock_custom_models (#34310)
  • New Data Source: aws_ssmcontacts_rotation (#32710)
  • New Resource: aws_bedrock_custom_model (#34310)
  • New Resource: aws_lexv2models_slot (#34617)
  • New Resource: aws_lexv2models_slot_type (#35555)
  • New Resource: aws_rekognition_collection (#35407)
  • New Resource: aws_sesv2_email_identity_policy (#35486)
  • New Resource: aws_ssmcontacts_rotation (#32710)

ENHANCEMENTS:

  • data-source/aws_redshift_cluster: Add multi_az attribute (#35508)
  • resource/aws_lakeformation_resource: Add hybrid_access_enabled argument (#35571)
  • resource/aws_lakeformation_resource: Add with_federation argument (#35154)
  • resource/aws_redshift_cluster: Add multi_az argument (#35508)
  • resource/aws_redshiftserverless_endpoint_access: Add owner_account argument (#35509)
  • resource/aws_wafv2_rule_group: Add header_order to field_to_match configuration blocks (#35521)
  • resource/aws_wafv2_web_acl: Add header_orderto field_to_match configuration blocks (#35521)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Remove core_network_configuration.edge_locations maximum item limit (#35585)
  • resource/aws_backup_plan: Fix InvalidParameterValueException: Invalid lifecycle. EBS Cold Tier is not yet supported errors on resource Create in AWS GovCloud (US) (#35560)
  • resource/aws_cognito_user_group: Allow import of user groups with names containing / (#35501)
  • resource/aws_dms_event_subscription: Mark source_ids as Optional. This fixes a regression introduced in v5.31.0 (#35541)
  • resource/aws_efs_file_system: Increase lifecycle_policy maximum item limit to 3 (#35522)
  • resource/aws_eks_access_entry: Retry IAM eventual consistency errors on create (#35535)
  • resource/aws_finspace_kx_cluster: Increase command_line_arguments max length restriction from 50 to 1024. (#35581)

5.34.0 (January 26, 2024)

FEATURES:

  • New Resource: aws_rekognition_project (#35429)
  • New Resource: aws_route53domains_delegation_signer_record (#33596)

ENHANCEMENTS:

  • data-source/aws_codecommit_repository: Add kms_key_id attribute (#35095)
  • data-source/aws_imagebuilder_components: Add support for ThirdParty owner value (#35286)
  • data-source/aws_imagebuilder_container_recipes: Add support for ThirdParty owner value (#35286)
  • data-source/aws_imagebuilder_image_recipes: Add support for ThirdParty owner value (#35286)
  • data-source/aws_ssm_patch_baseline: Add json attribute to facilitate use with S3 buckets (#33402)
  • resource/aws_accessanalyzer_analyzer: Add configuration configuration block (#35310)
  • resource/aws_appflow_flow: Add flow_status attribute (#34948)

... (truncated)

Commits
  • a316669 Merge pull request #34310 from skyscrapr/f-aws_bedrock_custom_model
  • 2222c5c d/aws_bedrock_custom_model: Fix acceptance tests.
  • 4c781fb Fix typo.
  • 898f26e d/aws_bedrock_foundation_models: Fix acceptance tests.
  • 81ddd4a bedrock: Use 'testing.Short()' guards.
  • 191165a Merge pull request #35571 from prithvi514/f-lakeformation-resource-parameter
  • 28a70c6 Update CHANGELOG.md for #35598
  • a183d72 Merge pull request #35598 from hashicorp/b-rekognition_collection_retry
  • 40f8d83 Fix terrafmt error.
  • f5c1165 testAccCheckCustomModelDestroy: Check for deleted custom model.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…35.0

Updates the requirements on [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v5.32.1...v5.35.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Dependabot tried to add @approvers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/clouddrove/terraform-aws-amplify/pulls/19/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the clouddrove/terraform-aws-amplify repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #20.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/aws-tw-5.35.0 branch February 12, 2024 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant