NASA-PDS / validate

Validates PDS4 product labels, data and PDS3 Volumes
https://nasa-pds.github.io/validate/
Apache License 2.0
16 stars 11 forks source link

Update hashicorp/aws requirement from ~> 5.64.0 to ~> 5.66.0 in /terraform #994

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

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 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)