From 85cede70766adcb53d601f9a323685cd7881f752 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Thu, 12 Oct 2017 17:07:37 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73cd1fc65..838f58d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * builder/amazon: Output AMI Name during prevalidation. [GH-5389] * builder/docker: Add option to set `--user` flag when running `exec`. [GH-5406] * post-processor/vagrant: When building from a builder/hyper-v artifact, link instead of copy when available. [GH-5207] +* builder/amazon: Add `temporary_security_group_source_cidr` option to control ingress to source instances. [GH-5384] * builder/vmware: Add `disable_vnc` option to prevent VNC connections from being made. [GH-5436] ### BUG FIXES: