From 2d71bebe08cabf99e9af98016ec9e1086f178862 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 27 Oct 2014 17:01:52 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3465e5e..bdcc6925e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ BUG FIXES: * builder/qmeu: Use `pc` as default machine type instead of `pc-1.0`. * providers/aws: Ignore transient network errors. [GH-1579] * provisioner/ansible: Don't buffer output so output streams in. [GH-1585] + * provisioner/ansible: Use inventory file always to avoid potentially + deprecated feature. [GH-1562] * provisioner/shell: Quote environmental variables. [GH-1568] * provisioner/salt: Bootstrap over SSL. [GH-1608] * post-processors/docker-push: Work with docker-tag artifacts. [GH-1526]