diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3695e03..0ba8c449c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,10 +40,13 @@ IMPROVEMENTS: - communicators/winrm: Upgrade to latest WinRM gems [GH-6922] - provisioners/ansible_local: Use `provisioning_path` as working directory for `ansible-galaxy` execution - - provisioners/ansible(both provisioners): Add basic config validators/converters - on `raw_arguments` and `raw_ssh_args` options [GH-7103] + - provisioners/ansible(both provisioners): Add basic config + validators/converters on `raw_arguments` and `raw_ssh_args` options + [GH-7103] - provisioners/chef: Add the ability to install on SUSE [GH-6806] - provisioners/chef: Support legacy solo mode [GH-7327] + - provisioners/docker: Restart container if newer image is available + [GH-7358, GH-6620] - hosts/darwin: Add `extra_args` support for RDP [GH-5523, GH-6602] - hosts/windows: Use SafeExec to capture history in Powershell [GH-6749] - guests/freebsd: Add quotes around hostname [GH-6867]