From 703023d47e552ee548542c47f4445d1cc6c039bc Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Tue, 11 Aug 2020 08:34:45 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6115a78f5..882172aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ [GH-9649] * provisioner/file: Clean up, bugfix, and document previously-hidden `sources` option. [GH-9725] [GH-9735] +* provisioner/salt-masterless: Add option to option to download community + SaltStack formulas [GH-9726] +* builder/azure: Add FreeBSD support to azure/chroot builder. [GH-9697] ### BUG FIXES: * build: Fix bug in code generator that caused generation to fail in nested @@ -27,11 +30,13 @@ * builder/scaleway: Fix config issue that made scaleway builder fail when used with HCL2 config. [GH-9677] * builder/vsphere: Fix `alt`, `ctrl`, and `shift` keypresses in the - boot_command. [GH-9702] + boot_command. [GH-9702] [GH-9739] * builder/vsphere: Fix the configuration_parameters option so that it is always applied, not just when the tool sync policy is set. [GH-9713] * core: Make `max_retries` provisioner option a string to allow variable interpolation. [GH-9673] +* post-processor/vsphere-template: Fix ReregisterVM to default to true instead + of false. [GH-9736] ## 1.6.1 (July 30, 2020)