From 32066cc46e3c875911d093040c5697bc545575aa Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 2 Jul 2019 14:23:58 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07db1192b..169047a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ * builder/tencent: Add `run_tags` to option to tag instance. [GH-7810] * builder/tencent: Remove unnecessary image name validation check. [GH-7786] * builder/tencent: Support data disks for tencentcloud builder [GH-7815] +* builder/amazon: Don't calculate spot bids; Amazon has changed spot pricing to + no longer require this. [GH-7813] ### BUG FIXES: +* builder/amazon: No longer store names of volumes which get deleted on + termination inside ebssurrogate artifact. [GH-7829] * builder/amazon: Allow EC2 Spot Fleet packer instances to run in parallel [GH-7818] * builder/docker: Fix file download hang caused by blocking ReadAll call