diff --git a/CHANGELOG.md b/CHANGELOG.md index b1eb5a7f5..a47df5a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -166,6 +166,7 @@ BUG FIXES: * provider/azure: Update for [breaking change to upstream client library](https://github.com/Azure/azure-sdk-for-go/commit/68d50cb53a73edfeb7f17f5e86cdc8eb359a9528). [GH-4300] * provider/digitalocean: Fix issue where a floating IP attached to a missing droplet causes a panic [GH-4214] * provider/google: Fix project metadata sshKeys from showing up and causing unnecessary diffs [GH-4512] + * provider/heroku: Retry drain create until log channel is assigned [GH-4823] * provider/openstack: Handle volumes in "deleting" state [GH-4204] * provider/rundeck: Tolerate Rundeck server not returning project name when reading a job [GH-4301] * provider/vsphere: Create and attach additional disks before bootup [GH-4196]