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.36 in /terraform-post-packer #182

Conversation

dependabot[bot]
Copy link
Contributor

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

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

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)
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 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.36.1)

---
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 Oct 24, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2022

Superseded by #184.

@dependabot dependabot bot closed this Oct 31, 2022
@dependabot dependabot bot deleted the dependabot/terraform/terraform-post-packer/hashicorp/aws-tw-4.36 branch October 31, 2022 20:15
cisagovbot pushed a commit that referenced this pull request Jun 6, 2024
…ible-lint

Pin packages for `ansible-lint`
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.

0 participants