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): bump hashicorp/aws from 5.70.0 to 5.72.1 #34

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps hashicorp/aws from 5.70.0 to 5.72.1.

Release notes

Sourced from hashicorp/aws's releases.

v5.72.1

FEATURES:

  • New Resource: aws_iam_group_policy_attachments_exclusive (#39732)
  • New Resource: aws_iam_user_policy_attachments_exclusive (#39731)

ENHANCEMENTS:

  • resource/aws_resourceexplorer2_view: Add scope argument (#39744)

BUG FIXES:

  • data-source/aws_batch_job_definition: Properly handles ignored tags. (#39734)
  • data-source/aws_cognito_user_pool: Properly handles ignored tags. (#39734)
  • resource/aws_cognito_user_pool: Properly handles ignored tags. (#39734)
  • resource/aws_dynamodb_table: Fix crash when billing_mode is set to PAY_PER_REQUEST without global_secondary_index updates (#39752)
  • resource/aws_dynamodb_table_replica: Properly handles default and ignored tags. (#39734)
  • resource/aws_resourceexplorer2_index: Correctly mark incomplete AGGREGATOR indexes as tainted on Create (#39744)

v5.72.0

NOTES:

  • This version contains all the features, enhancements, and bug fixes from the v5.71.0 release which was removed from the Terraform Registry (#39692)
  • resource/aws_iam_role: The managed_policy_arns argument is deprecated. Use the aws_iam_role_policy_attachments_exclusive resource instead. (#39718)

FEATURES:

  • New Resource: aws_iam_role_policy_attachments_exclusive (#39718)

ENHANCEMENTS:

  • data-source/aws_workspaces_directory: Add saml_properties attribute (#39060)
  • resource/aws_appflow_flow: Add source_flow_config.source_connector_properties.sapo_data.pagination_config and source_flow_config.source_connector_properties.sapo_data.parallelism_config attributes (#38932)
  • resource/aws_cloudwatch_event_rule: Add tags to AWS API request on Update to support ABAC aws:RequestTag conditions (#39648)
  • resource/aws_cloudwatch_event_target: Add appsync_target configuration block (#37773)
  • resource/aws_dynamodb_table: Add on_demand_throughput and global_secondary_index.on_demand_throughput arguments (#37799)
  • resource/aws_rds_cluster: Increase maximum value of serverlessv2_scaling_configuration.max_capacity and serverlessv2_scaling_configuration.min_capacity from 128 to 256 (#39697)
  • resource/aws_rds_cluster_instance: Treat storage-optimization status as success when creating or updating cluster DB instances (#39691)
  • resource/aws_workspaces_directory: Add saml_properties configuration block (#39060)

BUG FIXES:

  • data-source/aws_ssm_document: Correct arn for automation documents (#39705)
  • resource/aws_cognito_user_pool: Fixes error when schema has empty string_attribute_constraints or number_attribute_constraints (#20386)
  • resource/aws_ssm_document: Correct arn for automation documents (#39705)

v5.71.0DONOTUSE

This Terraform AWS Provider version has been removed from the Terraform Registry due to archive has incorrect checksum errors while installing the provider on some platforms.

The next planned Terraform AWS Provider release is v5.72.0, scheduled for the morning (EST) of October 17, 2024.

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.72.1 (October 16, 2024)

FEATURES:

  • New Resource: aws_iam_group_policy_attachments_exclusive (#39732)
  • New Resource: aws_iam_user_policy_attachments_exclusive (#39731)

ENHANCEMENTS:

  • resource/aws_resourceexplorer2_view: Add scope argument (#39744)

BUG FIXES:

  • data-source/aws_batch_job_definition: Properly handles ignored tags. (#39734)
  • data-source/aws_cognito_user_pool: Properly handles ignored tags. (#39734)
  • resource/aws_cognito_user_pool: Properly handles ignored tags. (#39734)
  • resource/aws_dynamodb_table: Fix crash when billing_mode is set to PAY_PER_REQUEST without global_secondary_index updates (#39752)
  • resource/aws_dynamodb_table_replica: Properly handles default and ignored tags. (#39734)
  • resource/aws_resourceexplorer2_index: Correctly mark incomplete AGGREGATOR indexes as tainted on Create (#39744)

5.72.0 (October 15, 2024)

NOTES:

  • This version contains all the features, enhancements, and bug fixes from the v5.71.0 release which was removed from the Terraform Registry (#39692)
  • resource/aws_iam_role: The managed_policy_arns argument is deprecated. Use the aws_iam_role_policy_attachments_exclusive resource instead. (#39718)

FEATURES:

  • New Resource: aws_iam_role_policy_attachments_exclusive (#39718)

ENHANCEMENTS:

  • data-source/aws_workspaces_directory: Add saml_properties attribute (#39060)
  • resource/aws_appflow_flow: Add source_flow_config.source_connector_properties.sapo_data.pagination_config and source_flow_config.source_connector_properties.sapo_data.parallelism_config attributes (#38932)
  • resource/aws_cloudwatch_event_rule: Add tags to AWS API request on Update to support ABAC aws:RequestTag conditions (#39648)
  • resource/aws_cloudwatch_event_target: Add appsync_target configuration block (#37773)
  • resource/aws_dynamodb_table: Add on_demand_throughput and global_secondary_index.on_demand_throughput arguments (#37799)
  • resource/aws_rds_cluster: Increase maximum value of serverlessv2_scaling_configuration.max_capacity and serverlessv2_scaling_configuration.min_capacity from 128 to 256 (#39697)
  • resource/aws_rds_cluster_instance: Treat storage-optimization status as success when creating or updating cluster DB instances (#39691)
  • resource/aws_workspaces_directory: Add saml_properties configuration block (#39060)

BUG FIXES:

  • data-source/aws_ssm_document: Correct arn for automation documents (#39705)
  • resource/aws_cognito_user_pool: Fixes error when schema has empty string_attribute_constraints or number_attribute_constraints (#20386)
  • resource/aws_ssm_document: Correct arn for automation documents (#39705)

5.71.0 (October 11, 2024)

... (truncated)

Commits
  • c53a0b0 update CHANGLOG for patch release (#39753)
  • 425170a Update CHANGELOG.md for #39752
  • ecb8002 Merge pull request #39752 from hashicorp/b-dynamodb_table_payperrequest_update
  • 14689f2 r/aws_iam_group_policy_attachments_exclusive: new resource (#39732)
  • 8493020 r/aws_iam_user_policy_attachments_exclusive: new resource (#39731)
  • 4db9087 Update CHANGELOG.md for #39734
  • 98ea5f1 Merge pull request #39734 from hashicorp/td-generate-tagtests-ignore-tags
  • a136312 add CHANGELOG entry
  • 2a142ad aws_dynamodb_table: skip payPerRequest updates if throughput not specified
  • 8cbca09 Merge pull request #39744 from alexbacchin/f-aws_resourceexplorer2_index-view...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 5.70.0 to 5.72.1.
- [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.70.0...v5.72.1)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 21, 2024
@gambol99 gambol99 merged commit 891ba3a into main Oct 27, 2024
11 checks passed
@gambol99 gambol99 deleted the dependabot/terraform/hashicorp/aws-5.72.1 branch October 27, 2024 08:47
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 terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant