From e9c3dcdd6d3f5023da7c85fc7785f1d299fc05dd Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 11 Apr 2019 11:17:34 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd4ffb55..70d90b476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ -## 1.4.0 (Upcoming) +## 1.4.0 (April 11, 2019) ### IMPROVEMENTS: -* **new builder** `proxmox` implements a builder for https://www.proxmox.com/en - /proxmox-ve [GH-7391] * builder/alicloud: Improve error message for conflicting images name [GH-7415] * builder/amazon-chroot: Allow users to specify custom block device mapping [GH-7370] @@ -23,6 +21,8 @@ * core: Lock Packer VNC ports using a lock file to prevent collisions [GH-7422] * core: Print VerifyChecksum log for the download as ui.Message output [GH-7387] +* core: Users can now set provisioner timeouts [GH-7466] +* core: Switch to using go mod for managing dependencies [GH-7270] * core: Select a new VNC port if initial port is busy [GH-7423] * post-processor/googlecompute-export: Set network project id to builder [GH-7359] @@ -32,7 +32,7 @@ * postprocessor/amazon-import: Support S3 and AMI encryption. [GH-7396] * provisioner/shell provisioner/windows-shell: allow to specify valid exit codes [GH-7385] -* sensitive-vars: Filter sensitive variables out of the ui as well as the logs +* core: Filter sensitive variables out of the ui as well as the logs [GH-7462] ### BUG FIXES: