From 93ab5c8f63d09d77362757265e107a76e2bb63d7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 13 Oct 2013 22:46:31 -1000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c25ccda..d675be0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ BUG FIXES: * builder/all: timeout waiting for SSH connection is a failure. [GH-491] * builder/amazon: Scrub sensitive data from the logs. [GH-521] +* builder/amazon: Handle the situation where an EC2 instance might not + be immediately available. [GH-522] * builder/digitalocean: don't panic if erroneous API response doesn't contain error message. [GH-492] * builder/digitalocean: scrub API keys from config debug output [GH-516]