From 6d6216419cc2f9ce36f7a46e51c9e24b2480f8a9 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 11 Jan 2018 12:14:34 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cafdcfd..429a3c842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * provisioner/ansible: Improve user retrieval. [GH-5758] * post-processor/docker: Remove credentials from being shown in the log. [GH-5666] * builder/amazon: Warn during prepare if we didn't get both an access key and a secret key when we were expecting one. [GH-5762] +* builder/amazon: Replace `InstanceStatusOK` check with `InstanceReady`. This reduces build times universally while still working for all instance types. [GH-5678] ### BUG FIXES: