From b49ead622552dc66ddcc368482d0ee89479a1f0a Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 6 Nov 2017 15:56:59 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 132082417..16227d26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * builder/triton: Add `source_machine_image_filter` option to select an image ID based on a variety of parameters. [GH-5538] * communicator/ssh: Add socks 5 proxy support. [GH-5439] * builder/lxc: Add new `publish_properties` field to set image properties. [GH-5475] +* builder/virtualbox-ovf: Retry while removing VM to solve for transient errors. [GH-5512] ### BUG FIXES: