From cd5925ebbd03ef64bd3b7537faf551d63c924926 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 13 May 2020 15:43:51 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b848559..fda52fae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,14 @@ * update consul and vault dependencies [GH-9205] ### BUG FIXES: +* builder/digitalocean: Use correct image type for Droplet creates. [GH-9212] +* builder/openstack: Don't error if metadata can't be set. Old versions of + openstack don't support that API call. [GH-9198] * builder/virtualbox: Fix bug using checksum files. [GH-9101] * builder/vsphere: Fix iso config prepare being called incorrectly, which caused `iso_url` field to fail. [GH-9197] +* core: fix regression that broke use of pwd when retrieving the checksum from + a file [GH-9129]. * post-processor/vsphere-template: Add VSphere builder's artifact to vsphere- template's supported types [GH-9146]