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.62.0 to ~> 5.66.0 in /examples #84

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

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

Release notes

Sourced from hashicorp/aws's releases.

v5.66.0

FEATURES:

  • New Data Source: aws_glue_registry (#37953)
  • New Data Source: aws_organizations_organizational_unit_descendant_organizational_units (#39120)
  • New Data Source: aws_quicksight_analysis (#31737)
  • New Resource: aws_datazone_environment (#38811)

ENHANCEMENTS:

  • data-source/aws_sns_topic: Add tags attribute (#38959)
  • data-source/aws_transfer_server: Add tags attribute (#39092)
  • resource/aws_appsync_graphql_api: Add api_type and merged_api_execution_role_arn arguments (#39159)
  • resource/aws_bedrockagent_data_source: Add vector_ingestion_configuration.chunking_configuration.semantic_chunking_configuration, vector_ingestion_configuration.chunking_configuration.hierarchical_chunking_configuration, and vector_ingestion_configuration.parsing_configuration configuration blocks (#39138)
  • resource/aws_datazone_domain: Add skip_deletion_protection attribute (#38811)
  • resource/aws_docdbelastic_cluster: Add backup_retention_period and preferred_backup_window attributes (#38452)
  • resource/aws_quicksight_data_source: Add parameters.databricks argument (#31737)
  • resource/aws_rolesanywhere_trust_anchor: Add notification_settings argument (#39108)
  • resource/aws_sagemaker_endpoint: Increase Create and Update InService timeouts to 60 minutes (#39090)
  • resource/aws_wafv2_rule_group: Reduce rate_based_statement.limit minimum from 100 to 10 (#39107)
  • resource/aws_wafv2_web_acl: Reduce rate_based_statement.limit minimum from 100 to 10 (#39107)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Change segment_actions.via.with_edge_override.use_edge to be nested set of edges, matching JSON (#39142)
  • data-source/aws_networkmanager_core_network_policy_document: Deprecate segment_actions.via.with_edge_override.use_edge. Use segment_actions.via.with_edge_override.use_edge_location instead (#39142)
  • many resources: Fixes perpetual diff when tag has a null value. (#38869)
  • resource/aws_appconfig_extension: Mark role_arn as Optional (#38900)
  • resource/aws_lexv2models_slot_type: Fix slot_type_values validator which limited configurations to 1 element (#39126)
  • resource/aws_quicksight_analysis: Properly send theme_arn argument on create and update when configured (#31737)
  • resource/aws_rolesanywhere_profile: Mark role_arns as Optional and send an empty list if unconfigured (#39108)
  • resource/aws_synthetics_canary: Remove run_config.timeout_in_seconds default value to allow creation of resources with a frequency less than 14 minutes (#35177)
Changelog

Sourced from hashicorp/aws's changelog.

5.66.0 (September 5, 2024)

FEATURES:

  • New Data Source: aws_glue_registry (#37953)
  • New Data Source: aws_organizations_organizational_unit_descendant_organizational_units (#39120)
  • New Data Source: aws_quicksight_analysis (#31737)
  • New Resource: aws_datazone_environment (#38811)

ENHANCEMENTS:

  • data-source/aws_sns_topic: Add tags attribute (#38959)
  • data-source/aws_transfer_server: Add tags attribute (#39092)
  • resource/aws_appsync_graphql_api: Add api_type and merged_api_execution_role_arn arguments (#39159)
  • resource/aws_bedrockagent_data_source: Add vector_ingestion_configuration.chunking_configuration.semantic_chunking_configuration, vector_ingestion_configuration.chunking_configuration.hierarchical_chunking_configuration, and vector_ingestion_configuration.parsing_configuration configuration blocks (#39138)
  • resource/aws_datazone_domain: Add skip_deletion_protection attribute (#38811)
  • resource/aws_docdbelastic_cluster: Add backup_retention_period and preferred_backup_window attributes (#38452)
  • resource/aws_quicksight_data_source: Add parameters.databricks argument (#31737)
  • resource/aws_rolesanywhere_trust_anchor: Add notification_settings argument (#39108)
  • resource/aws_sagemaker_endpoint: Increase Create and Update InService timeouts to 60 minutes (#39090)
  • resource/aws_wafv2_rule_group: Reduce rate_based_statement.limit minimum from 100 to 10 (#39107)
  • resource/aws_wafv2_web_acl: Reduce rate_based_statement.limit minimum from 100 to 10 (#39107)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Change segment_actions.via.with_edge_override.use_edge to be nested set of edges, matching JSON (#39142)
  • data-source/aws_networkmanager_core_network_policy_document: Deprecate segment_actions.via.with_edge_override.use_edge. Use segment_actions.via.with_edge_override.use_edge_location instead (#39142)
  • many resources: Fixes perpetual diff when tag has a null value. (#38869)
  • resource/aws_appconfig_extension: Mark role_arn as Optional (#38900)
  • resource/aws_lexv2models_slot_type: Fix slot_type_values validator which limited configurations to 1 element (#39126)
  • resource/aws_quicksight_analysis: Properly send theme_arn argument on create and update when configured (#31737)
  • resource/aws_rolesanywhere_profile: Mark role_arns as Optional and send an empty list if unconfigured (#39108)
  • resource/aws_synthetics_canary: Remove run_config.timeout_in_seconds default value to allow creation of resources with a frequency less than 14 minutes (#35177)

5.65.0 (August 29, 2024)

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#38999)

FEATURES:

  • New Data Source: aws_shield_protection (#37524)
  • New Resource: aws_glue_catalog_table_optimizer (#38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#39052)

... (truncated)

Commits
  • 9e8175d Update CHANGELOG.md for #39172
  • 9feb083 r/aws_lexv2models_slot(doc): add sub_slot_setting argument reference (#39172)
  • 0934246 Merge pull request #38452 from ayumitamai97/docdbelastic-add-backup-retention...
  • 9352f72 chore: ignore int32validator golangci-lint
  • 31cc737 chore: cleanup tests
  • cf73e9a add CHANGELOG entry
  • 1f93c52 aws_docdbelastic_cluster: add plan modifier for backup_retention_period
  • 015bbf8 aws_docdbelastic_cluster: update documentation
  • f6a3a58 aws_docdbelastic_cluster: add preferred_backup_window attribute
  • 362643d Merge pull request #35177 from SebastianSlaby/canary-timeout
  • 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)

…66.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.62.0...v5.66.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 Sep 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 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/84/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 Sep 16, 2024

Superseded by #85.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/terraform/examples/hashicorp/aws-tw-5.66.0 branch September 16, 2024 00:10
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