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:terraform]: Update hashicorp/aws requirement from ~> 4.67.0 to ~> 5.91.0 in /terraform/modules/gost_consume_grants #205

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2025

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

Release notes

Sourced from hashicorp/aws's releases.

v5.91.0

NOTES:

  • resource/aws_network_interface_permission: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#40797)

FEATURES:

  • New Resource: aws_network_interface_permission (#40797)
  • New Resource: aws_route53_records_exclusive (#41741)

ENHANCEMENTS:

  • resource/aws_codebuild_project: Add secondary_sources.auth configuration block (#40191)
  • resource/aws_kinesis_firehose_delivery_stream: Add msk_source_configuration.read_from_timestamp argument (#41794)
  • resource/aws_route53_hosted_zone_dnssec: Add configurable operation timeouts (#41741)
  • resource/aws_route53_key_signing_key: Add configurable operation timeouts (#41741)
  • resource/aws_route53_record: Add configurable operation timeouts (#41741)
  • resource/aws_route53_zone: Add configurable operation timeouts (#41741)
  • resource/aws_route53_zone_association: Add configurable operation timeouts (#41741)
  • resource/aws_timestreaminfluxdb_db_instance: Add network_type and port attributes. The following can now be updated in place: allocated_storage, db_instance_type, db_storage_type and deployment_type (#40661)
  • resource/aws_vpc_ipv4_cidr_block_association: Support optional import of the ipv4_ipam_pool_id and ipv4_netmask_length attributes (#41779)
  • resource/aws_vpc_ipv6_cidr_block_association: Support optional import of the ipv6_ipam_pool_id and ipv6_netmask_length attributes (#41779)
  • resource/aws_wafv2_ip_set: Add name_prefix argument and plan-time validation of name (#40889)
  • resource/aws_wafv2_regex_pattern_set: Add name_prefix argument and plan-time validation of name (#40889)
  • resource/aws_wafv2_web_acl: Add name_prefix argument (#40889)
  • resource/aws_wafv2_web_acl: Add rule.challenge_config argument (#40123)

BUG FIXES:

  • resource/aws_msk_cluster: Ensure that storage_mode updates are actually applied to the cluster (#41773)
Changelog

Sourced from hashicorp/aws's changelog.

5.91.0 (March 13, 2025)

NOTES:

  • resource/aws_network_interface_permission: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#40797)

FEATURES:

  • New Resource: aws_network_interface_permission (#40797)
  • New Resource: aws_route53_records_exclusive (#41741)

ENHANCEMENTS:

  • resource/aws_codebuild_project: Add secondary_sources.auth configuration block (#40191)
  • resource/aws_kinesis_firehose_delivery_stream: Add msk_source_configuration.read_from_timestamp argument (#41794)
  • resource/aws_route53_hosted_zone_dnssec: Add configurable operation timeouts (#41741)
  • resource/aws_route53_key_signing_key: Add configurable operation timeouts (#41741)
  • resource/aws_route53_record: Add configurable operation timeouts (#41741)
  • resource/aws_route53_zone: Add configurable operation timeouts (#41741)
  • resource/aws_route53_zone_association: Add configurable operation timeouts (#41741)
  • resource/aws_timestreaminfluxdb_db_instance: Add network_type and port attributes. The following can now be updated in place: allocated_storage, db_instance_type, db_storage_type and deployment_type (#40661)
  • resource/aws_vpc_ipv4_cidr_block_association: Support optional import of the ipv4_ipam_pool_id and ipv4_netmask_length attributes (#41779)
  • resource/aws_vpc_ipv6_cidr_block_association: Support optional import of the ipv6_ipam_pool_id and ipv6_netmask_length attributes (#41779)
  • resource/aws_wafv2_ip_set: Add name_prefix argument and plan-time validation of name (#40889)
  • resource/aws_wafv2_regex_pattern_set: Add name_prefix argument and plan-time validation of name (#40889)
  • resource/aws_wafv2_web_acl: Add name_prefix argument (#40889)
  • resource/aws_wafv2_web_acl: Add rule.challenge_config argument (#40123)

BUG FIXES:

  • resource/aws_msk_cluster: Ensure that storage_mode updates are actually applied to the cluster (#41773)

5.90.1 (March 10, 2025)

NOTES:

  • provider: Restore the godebug tlskyber=0 directive in go.mod. This disables the experimental the post-quantum key exchange mechanism X25519Kyber768Draft00, fixing failed or hanging network connections to various AWS services. This fixes a regression introduced in v5.90.0 (#41740)

FEATURES:

  • New Data Source: aws_datazone_domain (#41480)

ENHANCEMENTS:

  • resource/aws_codepipeline: Add stage.before_entry, stage.on_success and stage.on_failure configuration blocks (#41663)
  • resource/aws_mskconnect_connector: Allow connector_configuration to be updated in-place (#41685)
  • resource/aws_wafv2_rule_group: Add ja3_fingerprint and ja4_fingerprint to custom_key configuration blocks (#41719)
  • resource/aws_wafv2_rule_group: Add ja4_fingerprint to field_to_match configuration blocks (#41719)
  • resource/aws_wafv2_web_acl: Add ja3_fingerprint and ja4_fingerprint to custom_key configuration blocks (#41719)
  • resource/aws_wafv2_web_acl: Add ja4_fingerprint to field_to_match configuration blocks (#41719)

... (truncated)

Commits
  • 77957c2 Merge pull request #41812 from hashicorp/td-modernize-go-sns
  • b4486ff Merge pull request #41806 from hashicorp/td-modernize-go-ec2
  • 9eb352e Update CHANGELOG.md for #41823
  • b08b4d6 Merge pull request #41823 from hashicorp/td-correct-CHANGELOG-location
  • 546c449 Merge pull request #41794 from sappusaketh/f-aws_kinesis_firehose_delivery_st...
  • 8eeb933 Merge pull request #40661 from trevorbonas/f-timestreaminfluxdb_db_instance-m...
  • 64a0f2a Move CHANGELOG entry to correct location (#40123).
  • 98d2567 r/aws_kinesis_firehose_delivery_stream: 'msk_source_configuration.read_from_t...
  • 3ad110d Merge pull request #40889 from rbreslow/f-name_prefix-for-wafv2-resources
  • e9a5210 Skip errors like 'InvalidArgumentException: Read from timestamp feature is no...
  • 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)

….0 to ~> 5.91.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@v4.67.0...v5.91.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Mar 14, 2025
@github-actions github-actions bot added the Infra label Mar 14, 2025
Copy link

Terraform Summary

Step Result
🖌 Terraform Format & Style
⚙️ Terraform Initialization
🤖 Terraform Validation
📖 Terraform Plan

Hint: If "Terraform Format & Style" failed, run terraform fmt -recursive from the terraform/ directory and commit the results.

Output

Validation Output
stdout:

-------------------------------------
stderr:

Plan Summary

Pusher: @dependabot[bot], Action: pull_request_target, Workflow: Continuous Integration

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 Infra terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants