From 349dcbcb6ef10d9b0bb115ed85fd84d34ee14872 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 17 Mar 2017 17:20:25 -0700 Subject: [PATCH] correct 0.12.3 changelog cf #4680 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6427991..3e066e4f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,10 @@ ## 0.12.3 (March 1, 2017) +### BACKWARDS INCOMPATIBILITIES: + +* provisioner/ansible: by default, the staging dir will be randomized. [GH-4472] + ### FEATURES: * **New builder:** `ebs-surrogate` for building AMIs from EBS volumes. [GH-4351] @@ -36,7 +40,6 @@ * communicator/winrm: support ProxyFromEnvironment. [GH-4463] * core: make VNC links clickable in terminal. [GH-4497] [GH-4498] * post-processor/amazon-import: support AMI attributes on import [GH-4216] -* provisioner/ansible: use randomized staging dir [GH-4472] * communicator/ssh: Use SSH agent when enabled for bastion step. [GH-4598] * builder/amazon: enable ena when `enhanced_networking` is set. [GH-4578] * builder/vmware-esxi: try for longer to connect to vnc port. [GH-4480]