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: bump the env-dependencies group across 4 directories with 1 update #383

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on and hashicorp/aws to permit the latest version.
Updates hashicorp/aws from 5.70.0 to 5.71.0

Release notes

Sourced from hashicorp/aws's releases.

v5.71.0

FEATURES:

  • New Data Source: aws_bedrock_inference_profile (#39342)
  • New Data Source: aws_bedrock_inference_profiles (#39342)
  • New Data Source: aws_elasticache_serverless_cache (#39590)
  • New Data Source: aws_prometheus_default_scraper_configuration (#35280)
  • New Data Source: aws_route53profiles_profiles (#38172)
  • New Resource: aws_backup_restore_testing_plan (#37039)
  • New Resource: aws_backup_restore_testing_selection (#37039)
  • New Resource: aws_datazone_user_profile (#38810)
  • New Resource: aws_pinpointsmsvoicev2_configuration_set (#39620)
  • New Resource: aws_route53profiles_association (#38172)
  • New Resource: aws_route53profiles_profile (#38172)
  • New Resource: aws_route53profiles_resource_association (#38172)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule.schedule_expression_timezone attribute (#33653)
  • data-source/aws_eip: Add ipam_pool_id attribute (#39604)
  • data-source/aws_vpc_endpoint_service: Add private_dns_names attribute (#39659)
  • resource/aws_backup_plan: Add rule.schedule_expression_timezone argument (#33653)
  • resource/aws_batch_compute_environment: Add plan-time validation of update_policy.job_execution_timeout_minutes (#39583)
  • resource/aws_batch_job_definition: Suppress unnecessary differences in container_properties.environment (#21834)
  • resource/aws_eip: Add ipam_pool_id argument in support of public IPAM pools (#39604)
  • resource/aws_route53_resolver_endpoint: Add resolver_endpoint_type argument resource/aws_route53_resolver_rule: Add ipv6 optional argument to the target_ip object (#30167)
  • resource/aws_vpc_ipam: Add enable_private_gua argument (#39600)
  • resource/aws_vpc_ipv6_cidr_block_association: Add ip_source and ipv6_address_attribute attributes (#39600)

BUG FIXES:

  • resource/aws_backup_vault: Fix empty result errors reading vaults in certain Regions (#39670)
  • resource/aws_elasticache_replication_group: Fix security_group_names causing resource replacement after import (#39591)
  • resource/aws_instance: Fixed issues with volume_tags, root_block_device.*.tags, and ebs_block_device.*.tags where tags overlapped with default tags. These are now handled consistently with top-level tags throughout the provider. Specifically, tags defined in both locations are no longer removed, preventing erroneous differences. (#37441)
  • resource/aws_sagemaker_workteam: Mark workforce_name as Optional (#39630)
  • resource/aws_securityhub_automation_rule: Increase criteria.aws_account_id, criteria.generator_id, criteria.resource_id, and criteria.title max length from 20 to 100 (#39616)
  • resource/aws_vpc_ipam_pool: Change publicly_advertisable to ForceNew (#39600)
  • resource/aws_vpc_ipam_pool: Fix InvalidParameterCombination: The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip errors (#39600)
Changelog

Sourced from hashicorp/aws's changelog.

5.71.0 (October 11, 2024)

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

Commits
  • 778f685 Update CHANGELOG.md for #39670
  • 6d9b545 Merge pull request #39670 from hashicorp/b-aws_backup_vault-not-found.ca-cent...
  • 7f260d9 Merge pull request #39342 from takakuni-classmethod/f-aws_bedrock_inference_p...
  • f254e92 Update CHANGELOG.md for #39661
  • 7964acb Merge pull request #39661 from hashicorp/f/r53-add-tags
  • e4b9ef3 Fix "file (bedrock_inference_profile.html.markdown) subcategory (subcategory:...
  • 70e1a46 Merge branch 'main' into HEAD
  • 7e4f217 Fix semgrep 'ci.bedrock-in-func-name'.
  • edf58a1 d/aws_bedrock_foundation_models: Use 'DataSourceComputedListOfObjectAttribute'.
  • 18e8fa1 d/aws_bedrock_inference_profile(s): Use 'DataSourceComputedListOfObjectAttrib...
  • Additional commits viewable in compare view

Updates hashicorp/aws from 5.70.0 to 5.71.0

Release notes

Sourced from hashicorp/aws's releases.

v5.71.0

FEATURES:

  • New Data Source: aws_bedrock_inference_profile (#39342)
  • New Data Source: aws_bedrock_inference_profiles (#39342)
  • New Data Source: aws_elasticache_serverless_cache (#39590)
  • New Data Source: aws_prometheus_default_scraper_configuration (#35280)
  • New Data Source: aws_route53profiles_profiles (#38172)
  • New Resource: aws_backup_restore_testing_plan (#37039)
  • New Resource: aws_backup_restore_testing_selection (#37039)
  • New Resource: aws_datazone_user_profile (#38810)
  • New Resource: aws_pinpointsmsvoicev2_configuration_set (#39620)
  • New Resource: aws_route53profiles_association (#38172)
  • New Resource: aws_route53profiles_profile (#38172)
  • New Resource: aws_route53profiles_resource_association (#38172)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule.schedule_expression_timezone attribute (#33653)
  • data-source/aws_eip: Add ipam_pool_id attribute (#39604)
  • data-source/aws_vpc_endpoint_service: Add private_dns_names attribute (#39659)
  • resource/aws_backup_plan: Add rule.schedule_expression_timezone argument (#33653)
  • resource/aws_batch_compute_environment: Add plan-time validation of update_policy.job_execution_timeout_minutes (#39583)
  • resource/aws_batch_job_definition: Suppress unnecessary differences in container_properties.environment (#21834)
  • resource/aws_eip: Add ipam_pool_id argument in support of public IPAM pools (#39604)
  • resource/aws_route53_resolver_endpoint: Add resolver_endpoint_type argument resource/aws_route53_resolver_rule: Add ipv6 optional argument to the target_ip object (#30167)
  • resource/aws_vpc_ipam: Add enable_private_gua argument (#39600)
  • resource/aws_vpc_ipv6_cidr_block_association: Add ip_source and ipv6_address_attribute attributes (#39600)

BUG FIXES:

  • resource/aws_backup_vault: Fix empty result errors reading vaults in certain Regions (#39670)
  • resource/aws_elasticache_replication_group: Fix security_group_names causing resource replacement after import (#39591)
  • resource/aws_instance: Fixed issues with volume_tags, root_block_device.*.tags, and ebs_block_device.*.tags where tags overlapped with default tags. These are now handled consistently with top-level tags throughout the provider. Specifically, tags defined in both locations are no longer removed, preventing erroneous differences. (#37441)
  • resource/aws_sagemaker_workteam: Mark workforce_name as Optional (#39630)
  • resource/aws_securityhub_automation_rule: Increase criteria.aws_account_id, criteria.generator_id, criteria.resource_id, and criteria.title max length from 20 to 100 (#39616)
  • resource/aws_vpc_ipam_pool: Change publicly_advertisable to ForceNew (#39600)
  • resource/aws_vpc_ipam_pool: Fix InvalidParameterCombination: The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip errors (#39600)
Changelog

Sourced from hashicorp/aws's changelog.

5.71.0 (October 11, 2024)

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

Commits
  • 778f685 Update CHANGELOG.md for #39670
  • 6d9b545 Merge pull request #39670 from hashicorp/b-aws_backup_vault-not-found.ca-cent...
  • 7f260d9 Merge pull request #39342 from takakuni-classmethod/f-aws_bedrock_inference_p...
  • f254e92 Update CHANGELOG.md for #39661
  • 7964acb Merge pull request #39661 from hashicorp/f/r53-add-tags
  • e4b9ef3 Fix "file (bedrock_inference_profile.html.markdown) subcategory (subcategory:...
  • 70e1a46 Merge branch 'main' into HEAD
  • 7e4f217 Fix semgrep 'ci.bedrock-in-func-name'.
  • edf58a1 d/aws_bedrock_foundation_models: Use 'DataSourceComputedListOfObjectAttribute'.
  • 18e8fa1 d/aws_bedrock_inference_profile(s): Use 'DataSourceComputedListOfObjectAttrib...
  • Additional commits viewable in compare view

Updates hashicorp/aws to 5.71.0

Release notes

Sourced from hashicorp/aws's releases.

v5.71.0

FEATURES:

  • New Data Source: aws_bedrock_inference_profile (#39342)
  • New Data Source: aws_bedrock_inference_profiles (#39342)
  • New Data Source: aws_elasticache_serverless_cache (#39590)
  • New Data Source: aws_prometheus_default_scraper_configuration (#35280)
  • New Data Source: aws_route53profiles_profiles (#38172)
  • New Resource: aws_backup_restore_testing_plan (#37039)
  • New Resource: aws_backup_restore_testing_selection (#37039)
  • New Resource: aws_datazone_user_profile (#38810)
  • New Resource: aws_pinpointsmsvoicev2_configuration_set (#39620)
  • New Resource: aws_route53profiles_association (#38172)
  • New Resource: aws_route53profiles_profile (#38172)
  • New Resource: aws_route53profiles_resource_association (#38172)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule.schedule_expression_timezone attribute (#33653)
  • data-source/aws_eip: Add ipam_pool_id attribute (#39604)
  • data-source/aws_vpc_endpoint_service: Add private_dns_names attribute (#39659)
  • resource/aws_backup_plan: Add rule.schedule_expression_timezone argument (#33653)
  • resource/aws_batch_compute_environment: Add plan-time validation of update_policy.job_execution_timeout_minutes (#39583)
  • resource/aws_batch_job_definition: Suppress unnecessary differences in container_properties.environment (#21834)
  • resource/aws_eip: Add ipam_pool_id argument in support of public IPAM pools (#39604)
  • resource/aws_route53_resolver_endpoint: Add resolver_endpoint_type argument resource/aws_route53_resolver_rule: Add ipv6 optional argument to the target_ip object (#30167)
  • resource/aws_vpc_ipam: Add enable_private_gua argument (#39600)
  • resource/aws_vpc_ipv6_cidr_block_association: Add ip_source and ipv6_address_attribute attributes (#39600)

BUG FIXES:

  • resource/aws_backup_vault: Fix empty result errors reading vaults in certain Regions (#39670)
  • resource/aws_elasticache_replication_group: Fix security_group_names causing resource replacement after import (#39591)
  • resource/aws_instance: Fixed issues with volume_tags, root_block_device.*.tags, and ebs_block_device.*.tags where tags overlapped with default tags. These are now handled consistently with top-level tags throughout the provider. Specifically, tags defined in both locations are no longer removed, preventing erroneous differences. (#37441)
  • resource/aws_sagemaker_workteam: Mark workforce_name as Optional (#39630)
  • resource/aws_securityhub_automation_rule: Increase criteria.aws_account_id, criteria.generator_id, criteria.resource_id, and criteria.title max length from 20 to 100 (#39616)
  • resource/aws_vpc_ipam_pool: Change publicly_advertisable to ForceNew (#39600)
  • resource/aws_vpc_ipam_pool: Fix InvalidParameterCombination: The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip errors (#39600)
Changelog

Sourced from hashicorp/aws's changelog.

5.71.0 (October 11, 2024)

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

Commits
  • 778f685 Update CHANGELOG.md for #39670
  • 6d9b545 Merge pull request #39670 from hashicorp/b-aws_backup_vault-not-found.ca-cent...
  • 7f260d9 Merge pull request #39342 from takakuni-classmethod/f-aws_bedrock_inference_p...
  • f254e92 Update CHANGELOG.md for #39661
  • 7964acb Merge pull request #39661 from hashicorp/f/r53-add-tags
  • e4b9ef3 Fix "file (bedrock_inference_profile.html.markdown) subcategory (subcategory:...
  • 70e1a46 Merge branch 'main' into HEAD
  • 7e4f217 Fix semgrep 'ci.bedrock-in-func-name'.
  • edf58a1 d/aws_bedrock_foundation_models: Use 'DataSourceComputedListOfObjectAttribute'.
  • 18e8fa1 d/aws_bedrock_inference_profile(s): Use 'DataSourceComputedListOfObjectAttrib...
  • Additional commits viewable in compare view

Updates hashicorp/aws to 5.71.0

Release notes

Sourced from hashicorp/aws's releases.

v5.71.0

FEATURES:

  • New Data Source: aws_bedrock_inference_profile (#39342)
  • New Data Source: aws_bedrock_inference_profiles (#39342)
  • New Data Source: aws_elasticache_serverless_cache (#39590)
  • New Data Source: aws_prometheus_default_scraper_configuration (#35280)
  • New Data Source: aws_route53profiles_profiles (#38172)
  • New Resource: aws_backup_restore_testing_plan (#37039)
  • New Resource: aws_backup_restore_testing_selection (#37039)
  • New Resource: aws_datazone_user_profile (#38810)
  • New Resource: aws_pinpointsmsvoicev2_configuration_set (#39620)
  • New Resource: aws_route53profiles_association (#38172)
  • New Resource: aws_route53profiles_profile (#38172)
  • New Resource: aws_route53profiles_resource_association (#38172)

ENHANCEMENTS:

  • data-source/aws_backup_plan: Add rule.schedule_expression_timezone attribute (#33653)
  • data-source/aws_eip: Add ipam_pool_id attribute (#39604)
  • data-source/aws_vpc_endpoint_service: Add private_dns_names attribute (#39659)
  • resource/aws_backup_plan: Add rule.schedule_expression_timezone argument (#33653)
  • resource/aws_batch_compute_environment: Add plan-time validation of update_policy.job_execution_timeout_minutes (#39583)
  • resource/aws_batch_job_definition: Suppress unnecessary differences in container_properties.environment (#21834)
  • resource/aws_eip: Add ipam_pool_id argument in support of public IPAM pools (#39604)
  • resource/aws_route53_resolver_endpoint: Add resolver_endpoint_type argument resource/aws_route53_resolver_rule: Add ipv6 optional argument to the target_ip object (#30167)
  • resource/aws_vpc_ipam: Add enable_private_gua argument (#39600)
  • resource/aws_vpc_ipv6_cidr_block_association: Add ip_source and ipv6_address_attribute attributes (#39600)

BUG FIXES:

  • resource/aws_backup_vault: Fix empty result errors reading vaults in certain Regions (#39670)
  • resource/aws_elasticache_replication_group: Fix security_group_names causing resource replacement after import (#39591)
  • resource/aws_instance: Fixed issues with volume_tags, root_block_device.*.tags, and ebs_block_device.*.tags where tags overlapped with default tags. These are now handled consistently with top-level tags throughout the provider. Specifically, tags defined in both locations are no longer removed, preventing erroneous differences. (#37441)
  • resource/aws_sagemaker_workteam: Mark workforce_name as Optional (#39630)
  • resource/aws_securityhub_automation_rule: Increase criteria.aws_account_id, criteria.generator_id, criteria.resource_id, and criteria.title max length from 20 to 100 (#39616)
  • resource/aws_vpc_ipam_pool: Change publicly_advertisable to ForceNew (#39600)
  • resource/aws_vpc_ipam_pool: Fix InvalidParameterCombination: The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip errors (#39600)
Changelog

Sourced from hashicorp/aws's changelog.

5.71.0 (October 11, 2024)

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

Commits
  • 778f685 Update CHANGELOG.md for #39670
  • 6d9b545 Merge pull request #39670 from hashicorp/b-aws_backup_vault-not-found.ca-cent...
  • 7f260d9 Merge pull request #39342 from takakuni-classmethod/f-aws_bedrock_inference_p...
  • f254e92 Update CHANGELOG.md for #39661
  • 7964acb Merge pull request #39661 from hashicorp/f/r53-add-tags
  • e4b9ef3 Fix "file (bedrock_inference_profile.html.markdown) subcategory (subcategory:...
  • 70e1a46 Merge branch 'main' into HEAD
  • 7e4f217 Fix semgrep 'ci.bedrock-in-func-name'.
  • edf58a1 d/aws_bedrock_foundation_models: Use 'DataSourceComputedListOfObjectAttribute'.
  • 18e8fa1 d/aws_bedrock_inference_profile(s): Use 'DataSourceComputedListOfObjectAttrib...
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…date

Updates the requirements on  and [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) to permit the latest version.

Updates `hashicorp/aws` from 5.70.0 to 5.71.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.70.0...v5.71.0)

Updates `hashicorp/aws` from 5.70.0 to 5.71.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.70.0...v5.71.0)

Updates `hashicorp/aws` to 5.71.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.70.0...v5.71.0)

Updates `hashicorp/aws` to 5.71.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.70.0...v5.71.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 14, 2024 02:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 14, 2024
Copy link
Contributor

Terraform plan for environment: dev

Commit: 3706259

API version: d4b8b9f
CLI version: d4b8b9f
Selfserve version: 045ce36
Internal version: 9703d68

Plan summary

0 to add, 0 to change, 0 to destroy


Show full plan
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

Copy link
Contributor

Terraform plan for environment: int

Commit: 3706259

API version: d4b8b9f
CLI version: d4b8b9f
Selfserve version: 045ce36
Internal version: 9703d68

Plan summary

0 to add, 0 to change, 0 to destroy


Show full plan
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

@fibble
Copy link
Contributor

fibble commented Oct 18, 2024

5.7.1 had issues, manual PR raised to bump to newer version unaffected.

hashicorp/terraform-provider-aws#39676

@fibble fibble closed this Oct 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/terraform/infra/terraform/environments/dev/env-dependencies-50a34c7f5f branch October 18, 2024 08:27
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