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

chore(deps): bump the aws-provider group across 5 directories with 1 update #411

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps the aws-provider group with 1 update in the /modules/jenkins directory: hashicorp/aws.
Bumps the aws-provider group with 1 update in the /modules/perforce/helix-authentication-service directory: hashicorp/aws.
Bumps the aws-provider group with 1 update in the /modules/perforce/helix-core directory: hashicorp/aws.
Bumps the aws-provider group with 1 update in the /modules/perforce/helix-swarm directory: hashicorp/aws.
Bumps the aws-provider group with 1 update in the /samples/simple-build-pipeline directory: hashicorp/aws.

Updates hashicorp/aws from 5.78.0 to 5.81.0

Release notes

Sourced from hashicorp/aws's releases.

v5.81.0

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource: aws_ecr_account_setting (#40219)
  • New Resource: aws_msk_single_scram_secret_association (#37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#40469)

v5.80.0

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.81.0 (December 12, 2024)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource: aws_ecr_account_setting (#40219)
  • New Resource: aws_msk_single_scram_secret_association (#37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#40469)

5.80.0 (December 4, 2024)

... (truncated)

Commits
  • c38d7c2 Update CHANGELOG.md (Manual Trigger)
  • 3d1a719 Merge pull request #40194 from lvthillo/add-new-sesv2-attributes
  • 71586e2 Tidy up error messages.
  • 50285ae d/aws_sesv2_configuration_set: Cosmetics.
  • dca1033 Update CHANGELOG.md for #40542
  • 8feed69 r/aws_sesv2_configuration_set: Cosmetics.
  • 4622d6e build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#40542)
  • 3eb281b build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates (...
  • fa5934d Missing CHANGELOG entry.
  • 1cfc235 Tweak CHANGELOG entry.
  • Additional commits viewable in compare view

Updates hashicorp/aws from 5.78.0 to 5.81.0

Release notes

Sourced from hashicorp/aws's releases.

v5.81.0

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource: aws_ecr_account_setting (#40219)
  • New Resource: aws_msk_single_scram_secret_association (#37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#40469)

v5.80.0

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.81.0 (December 12, 2024)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource: aws_ecr_account_setting (#40219)
  • New Resource: aws_msk_single_scram_secret_association (#37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#40469)

5.80.0 (December 4, 2024)

... (truncated)

Commits
  • c38d7c2 Update CHANGELOG.md (Manual Trigger)
  • 3d1a719 Merge pull request #40194 from lvthillo/add-new-sesv2-attributes
  • 71586e2 Tidy up error messages.
  • 50285ae d/aws_sesv2_configuration_set: Cosmetics.
  • dca1033 Update CHANGELOG.md for #40542
  • 8feed69 r/aws_sesv2_configuration_set: Cosmetics.
  • 4622d6e build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#40542)
  • 3eb281b build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates (...
  • fa5934d Missing CHANGELOG entry.
  • 1cfc235 Tweak CHANGELOG entry.
  • Additional commits viewable in compare view

Updates hashicorp/aws from 5.78.0 to 5.81.0

Release notes

Sourced from hashicorp/aws's releases.

v5.81.0

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource: aws_ecr_account_setting (#40219)
  • New Resource: aws_msk_single_scram_secret_association (#37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#40469)

v5.80.0

FEATURES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.81.0 (December 12, 2024)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource: aws_ecr_account_setting (#40219)
  • New Resource: aws_msk_single_scram_secret_association (#37056)
  • New Resource: aws_servicecatalogappregistry_attribute_group (#38183)
  • New Resource: aws_servicecatalogappregistry_attribute_group_association (#38290)

ENHANCEMENTS:

  • data-source/aws_api_gateway_domain_name: Add policy and domain_name_id attributes (#40364)
  • data-source/aws_servicecatalogappregistry_application: Add tags attribute (#38243)
  • data-source/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy attributes (#40194)
  • resource/aws_api_gateway_base_path_mapping: Add domain_name_id argument (#40447)
  • resource/aws_api_gateway_domain_name: Add policy argument and domain_name_id attribute (#40364)
  • resource/aws_api_gateway_domain_name: Support PRIVATE as a valid value for endpoint_configuration.types argument, enabling custom domain name support for private REST API endpoints (#40364)
  • resource/aws_ebs_snapshot_copy: Add completion_duration_minutes argument (#40336)
  • resource/aws_glue_catalog_table_optimizer: Add configuration.retention_configuration and configuration.orphan_file_deletion_configuration attributes. (#40199)
  • resource/aws_instance: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses on EC2 instances (#36425)
  • resource/aws_kinesis_stream: Add plan-time validation that shard_count would not exceed the AWS account's shard quota when the data stream capacity mode is PROVISIONED, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_kinesis_stream: Add plan-time validation that creation of an on-demand stream would not exceed the AWS account's data stream quota, preventing the provider from retrying for 1 hour in the case that the quota is exceeded. This functionality requires the kinesis:DescribeLimits IAM permission (#40499)
  • resource/aws_msk_replicator: Add topic_replication.topic_name_configuration argument (#40101)
  • resource/aws_network_interface: Add enable_primary_ipv6 argument to add support for enabling primary IPv6 addresses for network interfaces (#36425)
  • resource/aws_networkfirewall_firewall_policy: Add stateful_engine_options.flow_timeouts argument (#39996)
  • resource/aws_rds_cluster: Add serverlessv2_scaling_configuration.seconds_until_auto_pause argument (#40441)
  • resource/aws_rds_global_cluster: Add tags argument and tags_all attribute (#40470)
  • resource/aws_sagemaker_notebook_instance: Support notebook-al2-v3 value for platform_identifier (#40484)
  • resource/aws_servicecatalogappregistry_application: Add tags argument and tags_all attribute (#38243)
  • resource/aws_sesv2_configuration_set: Add delivery_options.max_delivery_seconds and tracking_options.https_policy arguments (#40194)

BUG FIXES:

  • data-source/aws_kinesis_stream: Fix InvalidArgumentException: NextToken and StreamName cannot be provided together errors when the data stream has more than 1000 shards (#40499)
  • resource/aws_ce_cost_category: Change rule from TypeSet to TypeList as order is significant (#40521)
  • resource/aws_fsx_windows_file_system: Fix plan-time validation of throughput_capacity validation to allow values up to 12228 (#40468)
  • resource/aws_networkfirewall_logging_configuration: Correctly manage all configured logging_configuration.log_destination_configs (#40092)
  • resource/aws_rds_cluster: Fix InvalidDBClusterStateFault errors when deleting clusters that are members of a global cluster (#40333)
  • resource/aws_rds_cluster: Fix InvalidParameterValue: Serverless v2 maximum capacity 0.0 isn't valid. The maximum capacity must be at least 1.0. errors when removing serverlessv2_scaling_configuration in an update (#40511)
  • resource/aws_rds_cluster: Respect storage_type when restoring from S3 (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring from snapshot (#40471)
  • resource/aws_rds_cluster: Respect storage_type when restoring to a point in time (#40471)
  • resource/aws_rds_global_cluster: Mark database_name as Computed. This prevents resource recreation when the source cluster specifies a database_name (#40469)

5.80.0 (December 4, 2024)

... (truncated)

Commits
  • c38d7c2 Update CHANGELOG.md (Manual Trigger)
  • 3d1a719 Merge pull request #40194 from lvthillo/add-new-sesv2-attributes
  • 71586e2 Tidy up error messages.
  • 50285ae d/aws_sesv2_configuration_set: Cosmetics.
  • dca1033 Update CHANGELOG.md for #40542
  • 8feed69 r/aws_sesv2_configuration_set: Cosmetics.
  • 4622d6e build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#40542)
  • 3eb281b build(deps): bump the aws-sdk-go-v2 group across 1 directory with 7 updates (...
  • fa5934d Missing CHANGELOG entry.
  • 1cfc235 Tweak CHANGELOG entry.
  • Additional commits viewable in compare view

Updates hashicorp/aws from 5.78.0 to 5.81.0

Release notes

Sourced from hashicorp/aws's releases.

v5.81.0

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group (#38188)
  • New Ephemeral Resource: aws_ssm_parameter (#40313)
  • New Resource: aws_bedrock_inference_profile (#40294)
  • New Resource: aws_cloudwatch_log_anomaly_detector (#40437)
  • New Resource:Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner December 12, 2024 21:42
@dependabot dependabot bot requested a review from kylesomers December 12, 2024 21:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Dec 12, 2024
@dependabot dependabot bot requested review from gabebatista and squidbot December 12, 2024 21:42
@jorisdon jorisdon self-requested a review December 13, 2024 08:49
…update

Bumps the aws-provider group with 1 update in the /modules/jenkins directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).
Bumps the aws-provider group with 1 update in the /modules/perforce/helix-authentication-service directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).
Bumps the aws-provider group with 1 update in the /modules/perforce/helix-core directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).
Bumps the aws-provider group with 1 update in the /modules/perforce/helix-swarm directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).
Bumps the aws-provider group with 1 update in the /samples/simple-build-pipeline directory: [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws).


Updates `hashicorp/aws` from 5.78.0 to 5.81.0
- [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.78.0...v5.81.0)

Updates `hashicorp/aws` from 5.78.0 to 5.81.0
- [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.78.0...v5.81.0)

Updates `hashicorp/aws` from 5.78.0 to 5.81.0
- [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.78.0...v5.81.0)

Updates `hashicorp/aws` from 5.78.0 to 5.81.0
- [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.78.0...v5.81.0)

Updates `hashicorp/aws` from 5.78.0 to 5.81.0
- [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.78.0...v5.81.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/modules/jenkins/aws-provider-689f0f774a branch from aaea05a to 8a8f812 Compare December 13, 2024 08:49
@jorisdon jorisdon merged commit d193915 into main Dec 13, 2024
5 checks passed
@jorisdon jorisdon deleted the dependabot/terraform/modules/jenkins/aws-provider-689f0f774a branch December 13, 2024 08:51
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.

2 participants