From 89ba76b4aaa5c9a491d1deb1be3b251162d97171 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 4 Jan 2018 14:39:26 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c42f57c6..9815039e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * builder/docker: Remove credentials from being shown in the log. [GH-5666] * builder/triton: Triton RBAC is now supported. [GH-5741] * 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] ### BUG FIXES: * builder/alicloud-ecs: Attach keypair before starting instance in alicloud builder [GH-5739]