MoveoTech / terraform-aws-rest-api-architecture

REST API architecture baseline
Apache License 2.0
4 stars 1 forks source link

build(deps): update hashicorp/aws requirement from <= 4.67.0 to <= 5.7.0 #822

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from hashicorp/aws's releases.

v5.6.1

BUG FIXES:

  • provider: Prevent resource recreation if tags or tags_all are updated (#32297)
Changelog

Sourced from hashicorp/aws's changelog.

5.6.1 (June 30, 2023)

BUG FIXES:

  • provider: Prevent resource recreation if tags or tags_all are updated (#32297)

5.6.0 (June 29, 2023)

FEATURES:

  • New Data Source: aws_opensearchserverless_access_policy (#32231)
  • New Data Source: aws_opensearchserverless_collection (#32247)
  • New Data Source: aws_sfn_alias (#32176)
  • New Data Source: aws_sfn_state_machine_versions (#32176)
  • New Resource: aws_ec2_instance_connect_endpoint (#31858)
  • New Resource: aws_sfn_alias (#32176)
  • New Resource: aws_transfer_agreement (#32203)
  • New Resource: aws_transfer_certificate (#32203)
  • New Resource: aws_transfer_connector (#32203)
  • New Resource: aws_transfer_profile (#32203)

ENHANCEMENTS:

  • resource/aws_batch_compute_environment: Add placement_group attribute to the compute_resources configuration block (#32200)
  • resource/aws_emrserverless_application: Do not recreate the resource if release_label changes (#32278)
  • resource/aws_fis_experiment_template: Add log_configuration configuration block (#32102)
  • resource/aws_fis_experiment_template: Add parameters attribute to the target configuration block (#32160)
  • resource/aws_fis_experiment_template: Add support for Pods and Tasks to action.*.target (#32152)
  • resource/aws_lambda_event_source_mapping: The queues argument has changed from a set to a list with a maximum of one element. (#31931)
  • resource/aws_pipes_pipe: Add activemq_broker_parameters, dynamodb_stream_parameters, kinesis_stream_parameters, managed_streaming_kafka_parameters, rabbitmq_broker_parameters, self_managed_kafka_parameters and sqs_queue_parameters attributes to the source_parameters configuration block. NOTE: Because we cannot easily test all this functionality, it is best effort and we ask for community help in testing (#31607)
  • resource/aws_pipes_pipe: Add batch_job_parameters, cloudwatch_logs_parameters, ecs_task_parameters, eventbridge_event_bus_parameters, http_parameters, kinesis_stream_parameters, lambda_function_parameters, redshift_data_parameters, sagemaker_pipeline_parameters, sqs_queue_parameters and step_function_state_machine_parameters attributes to the target_parameters configuration block. NOTE: Because we cannot easily test all this functionality, it is best effort and we ask for community help in testing (#31607)
  • resource/aws_pipes_pipe: Add enrichment_parameters argument (#31607)
  • resource/aws_resourcegroups_group: resource_query no longer conflicts with configuration (#30242)
  • resource/aws_s3_bucket_logging: Retry on empty read of logging config (#30916)
  • resource/aws_sfn_state_machine: Add description, publish, revision_id, state_machine_version_arn and version_description attributes (#32176)

BUG FIXES:

  • resource/aws_db_instance: Fix resource Create returning instances not in the available state when identifier_prefix is specified (#32287)
  • resource/aws_resourcegroups_resource: Fix crash when resource Create fails (#30242)
  • resource/aws_route: Fix reading Route in Route Table (rtb-1234abcd) with destination (1.2.3.4/5): couldn't find resource errors when reading new resource (#32196)
  • resource/aws_vpc_security_group_egress_rule: security_group_id is Required (#32148)
  • resource/aws_vpc_security_group_ingress_rule: security_group_id is Required (#32148)

5.5.0 (June 23, 2023)

NOTES:

  • provider: Updates to Go 1.20, the last release that will run on any release of Windows 7, 8, Server 2008 and Server 2012. A future release will update to Go 1.21, and these platforms will no longer be supported. (#32108)
  • provider: Updates to Go 1.20, the last release that will run on macOS 10.13 High Sierra or 10.14 Mojave. A future release will update to Go 1.21, and these platforms will no longer be supported. (#32108)

... (truncated)

Commits
  • 76b6597 Update CHANGELOG.md for #32297
  • 326b728 Merge pull request #32297 from hashicorp/b-tags-ForceNew
  • 1d064eb Merge pull request #32294 from hashicorp/d-calliope-test
  • 67f39ff Merge pull request #32298 from hashicorp/ewbankkit-patch-1
  • a99efe0 Next release is v5.6.1
  • 1fadbb1 Add CHANGELOG entry.
  • f55b0a2 Revert "internal/tags: Used shared memory allocation for shared tag schemas"
  • 79c2673 TestAccVPC_tags: Ensure that 'tags' update isn't ForceNew.
  • 55c3812 Update tfproviderdocs
  • 2daa731 Update CHANGELOG.md after v5.6.0
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #825.