From feb7118818fd26fbea61dc051bbb539061962bb1 Mon Sep 17 00:00:00 2001 From: Derek Gonyeo Date: Fri, 12 Jan 2018 13:44:36 -0800 Subject: [PATCH] news: add news for v0.6.0 --- NEWS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NEWS b/NEWS index 74be263..daff008 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +12-Jan-2018 CONFIG-TRANSPILER v0.6.0 + + Changes + + - Releases now include arm64 binaries + - Enable the coreos-metadata-sshkeys service when generating OpenStack + configs + - Unset file modes now default to 0644 for files and 0755 for directories + + Features + + - Local files on disk can now be referenced in CLCs in place of including a + file inline + + Fixes + + - Report URL parse errors in remote file URLs + - Stop creating an empty file when invoked with the -out-file flag and + conversion fails + 25-Sep-2017 CONFIG-TRANSPILER v0.5.0 Changes