From 1f565b8f2781a9c145901edaa85a89724d0b41a8 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Thu, 20 Dec 2018 14:02:09 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 788ddd011..54d61b943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,9 @@ BUG FIXES: - command/cloud publish: Ensure box file exists before path expanding [GH-10468] - command/snapshot: Retain consistent provisioning behavior across all commands [GH-10490] - command/validate: Bypass install checks for validating configs with the `--ignore-provider` flag [GH-10467] +- guest/alt: Fix network configuration errors [GH-10527] - guest/freebsd: Fix defaultrouter rcvar in static network template [GH-10469] +- guest/redhat: Fix network configuration errors [GH-10527] - providers/virtualbox: Adjust version requirement for NIC warning [GH-10486] - util/powershell: Use correct Base64 encoding for encoded commands [GH-10487]