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

Bump hashicorp/aws from 5.79.0 to 5.82.2 #348

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps hashicorp/aws from 5.79.0 to 5.82.2.

Release notes

Sourced from hashicorp/aws's releases.

v5.82.2

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#40658)

v5.82.1

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#40639)

v5.82.0

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#40566)
  • New Resource: aws_cloudfront_vpc_origin (#40239)
  • New Resource: aws_memorydb_multi_region_cluster (#40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#40622)
  • resource/aws_dx_gateway: Add arn attribute (#40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#40546)
  • resource/aws_resourcegroups_resource: Add import support (#40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#39952)
  • data-source/aws_licensemanager_received_license: Fix setting entitlements: Invalid address to set: []string{"entitlements", "0", "overage"} errors (#40621)
  • resource/aws_amplify_domain_association: No longer ignores changes to certificate_settings when updating. (#40589)
  • resource/aws_amplify_domain_association: Prevent "unexpected state" error when setting certificate_settings.type to CUSTOM. (#40589)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.82.2 (December 20, 2024)

BUG FIXES:

  • data-source/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names attribute. This fixes a regression introduced in v5.82.0 causing setting mutual_authentication: Invalid address to set: []string{"mutual_authentication", "0", "advertise_trust_store_ca_names"} errors (#40658)

5.82.1 (December 19, 2024)

ENHANCEMENTS:

  • resource/aws_autoscaling_group: Add availability_zone_distribution argument (#40634)

BUG FIXES:

  • data-source/aws_iam_policy_document: Reverts plan-time validation for statement sid (#40639)

5.82.0 (December 19, 2024)

NOTES:

  • resource/aws_resourcegroups_resource: The format of the read-only id attribute has changed to prevent inconsistent parsing which resulted in provider crashes under certain conditions. The new format is a comma-delimited string combining group_arn and resource_arn in their entirety. Configuarations relying on the previous format may need to be updated to continue functioning correctly. (#40579)

FEATURES:

  • New Data Source: aws_servicecatalogappregistry_attribute_group_associations (#38306)
  • New Resource: aws_api_gateway_domain_name_access_association (#40566)
  • New Resource: aws_cloudfront_vpc_origin (#40239)
  • New Resource: aws_memorydb_multi_region_cluster (#40376)
  • New Resource: aws_networkmanager_dx_gateway_attachment (#40546)
  • New Resource: aws_rds_cluster_snapshot_copy (#40398)

ENHANCEMENTS:

  • data-source/aws_dx_gateway: Add arn attribute (#40546)
  • data-source/aws_iam_policy_document: Add plan-time validation that the statement sid is valid, including on alphanumeric characters (#40562)
  • data-source/aws_vpc_endpoint: Add service_region attribute (#40583)
  • resource/aws_bedrockagent_agent: Add agent_collaboration attribute to configure agent collaboration role (#40543)
  • resource/aws_cloudfront_distribution: Add origin.vpc_origin_config argument (#40239)
  • resource/aws_db_parameter_group: Support import of name_prefix argument (#40622)
  • resource/aws_dx_gateway: Add arn attribute (#40546)
  • resource/aws_fsx_lustre_file_system: Add efa_enabled argument (#40381)
  • resource/aws_lb_listener: Add advertise_trust_store_ca_names attribute to the mutual_authentication configuration block (#40550)
  • resource/aws_memorydb_cluster: Add multi_region_cluster_name argument (#40376)
  • resource/aws_networkmanager_attachment_accepter: Add edge_locations attribute (#40546)
  • resource/aws_resourcegroups_resource: Add import support (#40579)
  • resource/aws_vpc_endpoint: Add service_region argument (#40583)

BUG FIXES:

  • data-source/aws_acmpca_certificate_authority: Ignore AccessDeniedException: ... is not authorized to perform: acm-pca:GetCertificateAuthorityCsr on resource: ... errors for RAM-shared CAs (#39952)

... (truncated)

Commits
  • ec6555c Next patch release is v5.82.2.
  • 5b65bee Correct CHANGELOG entry file name.
  • 9d95691 d/aws_lb_listener: Add mutual_authentication.advertise_trust_store_ca_names...
  • 02ab7c3 Update CHANGELOG.md after v5.82.1
  • ba4eee9 Update CHANGELOG.md (Manual Trigger)
  • e236a60 Merge pull request #40640 from DerekTBrown/revert-40562-add-validation-for-ia...
  • 9de47bf Merge pull request #40645 from hashicorp/ewbankkit-patch-1
  • 214d10a Merge pull request #40643 from hashicorp/b-post_publish_tf
  • 3d94457 Update CHANGELOG.md
  • c9808a6 Adds test to ensure invalid SIDs are allowed
  • 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.79.0 to 5.82.2.
- [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.79.0...v5.82.2)

---
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 requested a review from a team as a code owner December 23, 2024 12:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Dec 23, 2024
@dependabot dependabot bot requested review from dms1981, sb21460 and asifamirat00 and removed request for a team December 23, 2024 12:36
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 network-access-control terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants