From 2869c1744a072c791aa167b106cf7c8feae505e7 Mon Sep 17 00:00:00 2001 From: sophia Date: Thu, 6 Aug 2020 16:01:49 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a6969f5..cb652fc99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ BUG FIXES: - guest/suse: Allow setting of hostname according to `hostname` option [GH-11567] - providers/docker: Ensure new containers don't grab existing bound ports [GH-11602] - providers/virtualbox: Fix inability to create disk with same name across multiple guests [GH-11767] +- provisioners/docker: Allow to specify docker image version using the `run` option [GH-11806] - provisioners/file: Allow creating empty folders [GH-11805] - provisioners/shell: Ensure Windows shell provisioner gets the correct file extension [GH-11644] - util/powershell: Use correct powershell executable for privileged commands [GH-11787]