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

Update hashicorp/aws requirement from ~> 3.38 to ~> 4.37 in /terraform-post-packer #184

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2022

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

Release notes

Sourced from hashicorp/aws's releases.

v4.37.0

NOTES:

  • resource/aws_medialive_multiplex_program: The statemux_settings argument has been deprecated. Use the statmux_settings argument instead (#27223)

FEATURES:

  • New Data Source: aws_dx_router_configuration (#27341)
  • New Resource: aws_inspector2_enabler (#27505)
  • New Resource: aws_lightsail_lb_certificate (#27462)
  • New Resource: aws_lightsail_lb_certificate_attachment (#27462)
  • New Resource: aws_route53_resolver_config (#27487)
  • New Resource: aws_sesv2_dedicated_ip_assignment (#27361)
  • New Resource: aws_sesv2_email_identity (#27260)

ENHANCEMENTS:

  • data-source/aws_acmpca_certificate_authority: Add usage_mode attribute (#27496)
  • data-source/aws_outposts_assets: Add host_id_filter and status_id_filter arguments (#27303)
  • resource/aws_acmpca_certificate_authority: Add usage_mode argument to support short-lived certificates (#27496)
  • resource/aws_apprunner_vpc_connector: Add ability to update tags (#27345)
  • resource/aws_datasync_task: Add security_descriptor_copy_flags to options configuration block (#26992)
  • resource/aws_ec2_capacity_reservation: Add placement_group_arn argument (#27458)
  • resource/aws_ec2_transit_gateway: Add support to modify amazon_side_asn argument (#27306)
  • resource/aws_elasticache_global_replication_group: Add global_node_groups and num_node_groups arguments (#27500)
  • resource/aws_elasticache_global_replication_group: Add timeouts. (#27500)
  • resource/aws_evidently_project: Support configurable timeouts for create, update, and delete (#27336)
  • resource/aws_flow_log: Amazon VPC Flow Logs supports Kinesis Data Firehose as destination (#27340)
  • resource/aws_medialive_multiplex_program: Add ability to update multiplex_program_settings in place (#27223)
  • resource/aws_network_interface_attachment: Added import capabilities for the resource (#27364)
  • resource/aws_sesv2_dedicated_ip_pool: Add scaling_mode attribute (#27388)
  • resource/aws_ssm_parameter: Support aws:ssm:integration as a valid value for data_type (#27329)

BUG FIXES:

  • data-source/aws_route53_traffic_policy_document: Fixed incorrect capitalization for GeoproximityLocations (#27473)
  • resource/aws_connect_contact_flow: Change type to ForceNew (#27347)
  • resource/aws_ecs_service: Correctly handle unconfigured task_definition, making EXTERNAL deployments possible (#27390)
  • resource/aws_lb_target_group: Fix import issues on aws_lb_target_group when specifying ip_address_type of ipv4 (#27464)
  • resource/aws_rds_proxy_endpoint: Respect configured provider default_tags value on resource Update (#27367)
  • resource/aws_vpc_ipam_pool_cidr: Fix crash when IPAM Pool CIDR not found (#27512)
Changelog

Sourced from hashicorp/aws's changelog.

4.37.0 (October 27, 2022)

NOTES:

  • resource/aws_medialive_multiplex_program: The statemux_settings argument has been deprecated. Use the statmux_settings argument instead (#27223)

FEATURES:

  • New Data Source: aws_dx_router_configuration (#27341)
  • New Resource: aws_inspector2_enabler (#27505)
  • New Resource: aws_lightsail_lb_certificate (#27462)
  • New Resource: aws_lightsail_lb_certificate_attachment (#27462)
  • New Resource: aws_route53_resolver_config (#27487)
  • New Resource: aws_sesv2_dedicated_ip_assignment (#27361)
  • New Resource: aws_sesv2_email_identity (#27260)

ENHANCEMENTS:

  • data-source/aws_acmpca_certificate_authority: Add usage_mode attribute (#27496)
  • data-source/aws_outposts_assets: Add host_id_filter and status_id_filter arguments (#27303)
  • resource/aws_acmpca_certificate_authority: Add usage_mode argument to support short-lived certificates (#27496)
  • resource/aws_apprunner_vpc_connector: Add ability to update tags (#27345)
  • resource/aws_datasync_task: Add security_descriptor_copy_flags to options configuration block (#26992)
  • resource/aws_ec2_capacity_reservation: Add placement_group_arn argument (#27458)
  • resource/aws_ec2_transit_gateway: Add support to modify amazon_side_asn argument (#27306)
  • resource/aws_elasticache_global_replication_group: Add global_node_groups and num_node_groups arguments (#27500)
  • resource/aws_elasticache_global_replication_group: Add timeouts. (#27500)
  • resource/aws_evidently_project: Support configurable timeouts for create, update, and delete (#27336)
  • resource/aws_flow_log: Amazon VPC Flow Logs supports Kinesis Data Firehose as destination (#27340)
  • resource/aws_medialive_multiplex_program: Add ability to update multiplex_program_settings in place (#27223)
  • resource/aws_network_interface_attachment: Added import capabilities for the resource (#27364)
  • resource/aws_sesv2_dedicated_ip_pool: Add scaling_mode attribute (#27388)
  • resource/aws_ssm_parameter: Support aws:ssm:integration as a valid value for data_type (#27329)

BUG FIXES:

  • data-source/aws_route53_traffic_policy_document: Fixed incorrect capitalization for GeoproximityLocations (#27473)
  • resource/aws_connect_contact_flow: Change type to ForceNew (#27347)
  • resource/aws_ecs_service: Correctly handle unconfigured task_definition, making EXTERNAL deployments possible (#27390)
  • resource/aws_lb_target_group: Fix import issues on aws_lb_target_group when specifying ip_address_type of ipv4 (#27464)
  • resource/aws_rds_proxy_endpoint: Respect configured provider default_tags value on resource Update (#27367)
  • resource/aws_vpc_ipam_pool_cidr: Fix crash when IPAM Pool CIDR not found (#27512)

4.36.1 (October 21, 2022)

BUG FIXES:

  • data-source/aws_default_tags: Fix regression setting tags to null instead of an empty map ({}) when no default_tags are defined (#27377)

4.36.0 (October 20, 2022)

... (truncated)

Commits
  • 3caa099 Update CHANGELOG.md for #27487
  • cae97fd Merge pull request #27487 from hashicorp/f-aws_route53_resolver_config
  • 1de12b2 Merge pull request #27496 from bschaatsbergen/acmpca-short-lived-certs
  • 6412e24 Fix typo.
  • 09b0318 r/aws_acmpca_certificate_authority: Tidy up acceptance tests.
  • 5f4de21 d/aws_acmpca_certificate_authority: Use 'ComposeAggregateTestCheckFunc' in ac...
  • 0dba5e5 d/aws_acmpca_certificate_authority: Correct some error messages.
  • 73909c3 d/aws_acmpca_certificate_authority: Alphabetize attributes.
  • adc6a93 r/aws_acmpca_certificate_authority: Correct some error messages.
  • e890ab9 r/aws_acmpca_certificate_authority: Use '_Values()' function (#14601).
  • 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 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)

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@v3.38.0...v4.37.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 31, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2022

Superseded by #185.

@dependabot dependabot bot closed this Nov 7, 2022
@dependabot dependabot bot deleted the dependabot/terraform/terraform-post-packer/hashicorp/aws-tw-4.37 branch November 7, 2022 20:01
cisagovbot pushed a commit that referenced this pull request Sep 25, 2024
Add a lower-bound pin for the `flake8-docstrings` `pip` package
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.

None yet

0 participants