From 1d61d025a7c52fc4acadac0d8ffd25a6e813bcc8 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 13 Jan 2016 14:14:50 -0800 Subject: [PATCH] Added digital ocean wait timeout to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813af357a..9ce1c2383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,9 @@ IMPROVEMENTS: * builder/amazon: Added `ap-northeast-2` (Seoul) [GH-3056] * builder/amazon: packer will try to derive the AZ if only a subnet is specified [GH-3037] + * builder/digitalocean: doubled instance wait timeouts to power off or + shutdown (now 4 minutes) and to complete a snapshot (now 20 minutes) + [GH-2939] * builder/google: `account_file` can now be provided as a JSON string [GH-2811] * builder/google: added support for `preemptible` instances [GH-2982]