From 68ef44bb9664b09db39927e62df4f66c0fd284f0 Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Sat, 15 Oct 2016 14:58:20 +0200 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f1ad03e7..b2b9acf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,6 +112,7 @@ BUG FIXES: * builder/amazon: Honor ssh_private_ip flag in EC2-Classic. [GH-3752] * builder/amazon: Allow using `ssh_private_key_file` and `ssh_password`. [GH-3953] + * builder/amazon: Properly clean up EBS volumes on failure. [GH-3789] * builder/azure: check for empty resource group [GH-3606] * builder/azure: fix token validity test [GH-3609] * builder/docker: fix docker builder with ansible provisioner. [GH-3476]