From 16e1e488d424507d8d19559daa11fb90397137b1 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Sun, 26 Feb 2017 17:56:23 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43122b54e..158442fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * builder/amazon: Add BuildRegion and SourceAMI template variables. [GH-4399] * builder/amazon: Change EC2 Windows password timeout to 20 minutes. [GH-4590] +* builder/amazon-chroot: support encrypted boot volume. [GH-4584] * builder/docker: create export dir if needed. [GH-4439] * builder/googlecompute: Add `on_host_maintenance` option. [GH-4544] * builder/openstack: add reuse_ips option to try to re-use existing IPs. [GH-4564]