From 8c137e2bba1d93d7743691452f094e66021b8a0f Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 18 Dec 2019 08:24:22 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a7a9ef3..002d27050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ IMPROVEMENTS: - box/outdated: Allow to force check for box updates and ignore cached check [GH-11231] - guest/alpine: Update apk cache when installing rsync [GH-11220] - provider/virtualbox: Improve error message when machine folder is inaccessible [GH-11239] +- provisioner/ansible_local: Add pip install method for arch guests [GH-11265] BUG FIXES: @@ -28,6 +29,7 @@ BUG FIXES: - core: Do not validate checksums if options are empty string [GH-11211] - provider/docker: Enhance docker build method to match against buildkit output [GH-11205] - provisioner/ansible_local: Don't prompt for input when installing Ansible on Ubuntu and Debian [GH-11191] +- provisioner/ansible_local: Ensure all guest caps accept all passed in arguments [GH-11265] ## 2.2.6 (October 14, 2019)