From 80aa6f3445ee9dbe14fb132df5cead1df1cc641f Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Tue, 22 Nov 2016 16:47:39 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bafc0c0c6..ae86bff13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ IMPROVEMENTS: BUG FIXES: * core: Unbreak glob patterns in `floppy_files`. [GH-3890] + * provisioner/shell: Treat disconnects as retryable when running cleanup. If + you have a reboot in your script, we'll now wait until the host is + available before attempting to cleanup the script. [GH-4197] ## 0.12.0 (November 15, 2016)