From 626022670e001a1256fba8ae5dc666597c37c6fc Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 20 Feb 2019 08:49:14 -0800 Subject: [PATCH] Update CHANGELOG for #20374 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91bb7a126..254a90a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * backend/s3: Support for the new AWS region `eu-north-1` [GH-19651] * backend/s3: Enhance retry logic and provide `max_retries` configuration to retry attempts [GH-19951] * backend/s3: Enhance S3 `NoSuchBucket` error to include additional information [GH-19951] +* backend/s3: Remove unused EC2 platform and AWS Account ID lookup, and deprecate equivalent `skip_get_ec2_platforms` and `skip_requesting_account_id` arguments [GH-20374] * core: Enhance service discovery error handling and messaging [GH-19589] * core: Add support to retrieve version constraints to service discovery [GH-19647] * core: Validate provisioner connection blocks, and mark host field as required [GH-19707]