Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

build(deps): bump hashicorp/aws from 4.34.0 to 4.36.1 in /terraform #2129

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps hashicorp/aws from 4.34.0 to 4.36.1.

Release notes

Sourced from hashicorp/aws's releases.

v4.36.1

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)

v4.36.0

FEATURES:

  • New Data Source: aws_elasticache_subnet_group (#27233)
  • New Data Source: aws_sesv2_dedicated_ip_pool (#27278)
  • New Resource: aws_lightsail_certificate (#25283)
  • New Resource: aws_lightsail_domain_entry (#27309)
  • New Resource: aws_lightsail_lb (#27339)
  • New Resource: aws_lightsail_lb_attachment (#27339)
  • New Resource: aws_sesv2_dedicated_ip_pool (#27278)

ENHANCEMENTS:

  • data-source/aws_route53_zone: Add primary_name_server attribute (#27293)
  • resource/aws_appstream_stack: Add validation for application_settings. (#27257)
  • resource/aws_lightsail_container_service: Add private_registry_access argument (#27236)
  • resource/aws_mq_broker: Add configurable timeouts (#27035)
  • resource/aws_resourcegroups_group: Add configuration argument (#26934)
  • resource/aws_route53_zone: Add primary_name_server attribute (#27293)
  • resource/aws_rum_app_monitor: Add app_monitor_id attribute (#26994)
  • resource/aws_sns_platform_application: Add apple_platform_bundle_id and apple_platform_team_id arguments. NOTE: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#23147)

BUG FIXES:

  • resource/aws_appstream_stack: Fix panic with application_settings. (#27257)
  • resource/aws_sqs_queue: Change sqs_managed_sse_enabled to Computed as newly created SQS queues use SSE-SQS encryption by default. This means that Terraform will only perform drift detection of the attribute's value when present in a configuration (#26843)
  • resource/aws_sqs_queue: Respect configured sqs_managed_sse_enabled value on resource Create. In particular a configured false value is sent to the AWS API, which overrides the new service default value of true (#27335)

v4.35.0

FEATURES:

  • New Data Source: aws_rds_reserved_instance_offering (#26025)
  • New Data Source: aws_vpc_ipam_pools (#27101)
  • New Resource: aws_codepipeline_custom_action_type (#8123)
  • New Resource: aws_comprehend_document_classifier (#26951)
  • New Resource: aws_inspector2_delegated_admin_account (#27229)
  • New Resource: aws_rds_reserved_instance (#26025)
  • New Resource: aws_s3control_storage_lens_configuration (#27097)
  • New Resource: aws_sesv2_configuration_set (#27056)
  • New Resource: aws_transfer_tag (#27131)

ENHANCEMENTS:

  • data-source/aws_dx_connection: Add vlan_id attribute (#27148)
  • data-source/aws_vpc: Add enable_network_address_usage_metrics attribute (#27165)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

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)

FEATURES:

  • New Data Source: aws_elasticache_subnet_group (#27233)
  • New Data Source: aws_sesv2_dedicated_ip_pool (#27278)
  • New Resource: aws_lightsail_certificate (#25283)
  • New Resource: aws_lightsail_domain_entry (#27309)
  • New Resource: aws_lightsail_lb (#27339)
  • New Resource: aws_lightsail_lb_attachment (#27339)
  • New Resource: aws_sesv2_dedicated_ip_pool (#27278)

ENHANCEMENTS:

  • data-source/aws_route53_zone: Add primary_name_server attribute (#27293)
  • resource/aws_appstream_stack: Add validation for application_settings. (#27257)
  • resource/aws_lightsail_container_service: Add private_registry_access argument (#27236)
  • resource/aws_mq_broker: Add configurable timeouts (#27035)
  • resource/aws_resourcegroups_group: Add configuration argument (#26934)
  • resource/aws_route53_zone: Add primary_name_server attribute (#27293)
  • resource/aws_rum_app_monitor: Add app_monitor_id attribute (#26994)
  • resource/aws_sns_platform_application: Add apple_platform_bundle_id and apple_platform_team_id arguments. NOTE: Because we cannot easily test this functionality, it is best effort and we ask for community help in testing (#23147)

BUG FIXES:

  • resource/aws_appstream_stack: Fix panic with application_settings. (#27257)
  • resource/aws_sqs_queue: Change sqs_managed_sse_enabled to Computed as newly created SQS queues use SSE-SQS encryption by default. This means that Terraform will only perform drift detection of the attribute's value when present in a configuration (#26843)
  • resource/aws_sqs_queue: Respect configured sqs_managed_sse_enabled value on resource Create. In particular a configured false value is sent to the AWS API, which overrides the new service default value of true (#27335)

4.35.0 (October 17, 2022)

FEATURES:

  • New Data Source: aws_rds_reserved_instance_offering (#26025)
  • New Data Source: aws_vpc_ipam_pools (#27101)
  • New Resource: aws_codepipeline_custom_action_type (#8123)
  • New Resource: aws_comprehend_document_classifier (#26951)
  • New Resource: aws_inspector2_delegated_admin_account (#27229)
  • New Resource: aws_rds_reserved_instance (#26025)
  • New Resource: aws_s3control_storage_lens_configuration (#27097)
  • New Resource: aws_sesv2_configuration_set (#27056)
  • New Resource: aws_transfer_tag (#27131)

ENHANCEMENTS:

... (truncated)

Commits
  • 876f042 Update CHANGELOG.md
  • 4cc2e29 Update CHANGELOG.md for #27377
  • 6ef43f2 Merge pull request #27377 from hashicorp/b-aws_default_tags-null-map
  • 00f7164 Merge pull request #26830 from grimm26/route53_record_doc
  • 2b8ef56 Merge pull request #27346 from sonodar/d-aws_rum_app_monitor-fix-attr-name
  • 046bf3d Merge pull request #27143 from baolsen/aws_ssm_association_schedule_expression
  • 4c5a61a d/aws_default_tags: Add 'TestAccMetaDefaultTagsDataSource_MigrateFromPluginSD...
  • a831982 Merge pull request #27321 from hashicorp/dependabot/go_modules/github.com/aws...
  • 244eefb Add CHANGELOG entry.
  • a4fdefd d/aws_default_tags: Fix regression with null vs. empty map.
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner October 24, 2022 09:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Oct 24, 2022
Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.34.0 to 4.36.1.
- [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.34.0...v4.36.1)

---
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 force-pushed the dependabot/terraform/terraform/hashicorp/aws-4.36.1 branch from 610c4fd to 9726f76 Compare October 24, 2022 20:28
@codecov-commenter
Copy link

Codecov Report

Base: 49.52% // Head: 57.56% // Increases project coverage by +8.03% 🎉

Coverage data is based on head (9726f76) compared to base (44d0534).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2129      +/-   ##
==========================================
+ Coverage   49.52%   57.56%   +8.03%     
==========================================
  Files          14       37      +23     
  Lines        2441    11655    +9214     
==========================================
+ Hits         1209     6709    +5500     
- Misses       1117     4831    +3714     
  Partials      115      115              
Flag Coverage Δ
facilitator_tests 59.69% <ø> (?)
key_rotator_tests 56.02% <ø> (ø)
workflow_manager_tests 39.28% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
facilitator/src/retries.rs 98.90% <0.00%> (ø)
facilitator/src/idl.rs 87.48% <0.00%> (ø)
facilitator/src/transport.rs 21.87% <0.00%> (ø)
facilitator/src/gcp_oauth.rs 36.74% <0.00%> (ø)
facilitator/src/sample.rs 88.79% <0.00%> (ø)
facilitator/src/transport/local.rs 78.78% <0.00%> (ø)
facilitator/src/metrics.rs 41.60% <0.00%> (ø)
facilitator/src/aws_credentials.rs 58.03% <0.00%> (ø)
facilitator/src/intake.rs 86.68% <0.00%> (ø)
facilitator/src/aggregation.rs 67.69% <0.00%> (ø)
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tgeoghegan tgeoghegan merged commit c1dfbc5 into main Oct 24, 2022
@tgeoghegan tgeoghegan deleted the dependabot/terraform/terraform/hashicorp/aws-4.36.1 branch October 24, 2022 20:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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