From 4fe94fca1f49b691fc9457e7d7b4b3a3e09ff2ad Mon Sep 17 00:00:00 2001 From: Derek Gonyeo Date: Tue, 10 Apr 2018 14:07:32 -0700 Subject: [PATCH] news: add news for v0.8.0 --- NEWS | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 637e994..cfadf83 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +10-Apr-2018 CONFIG-TRANSPILER v0.8.0 + + Changes + + - Generate Ignition 2.2.0 configs + - Add fields present in Ignition 2.2.0 spec + - Emit a warning when a unit is enabled but no "Install" section is defined + + Fixes + + - Emit an error when more than one source is specified for a file + 14-Feb-2018 CONFIG-TRANSPILER v0.7.0 Features: diff --git a/README.md b/README.md index 52354a8..137dea2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ gpg2 --verify /tmp/ct-${CT_VER}-${ARCH}-${OS}.asc /tmp/ct-${CT_VER}-${ARCH}-${OS To build from source you'll need to have the go compiler installed on your system. ```shell -git clone --branch v0.7.0 https://github.com/coreos/container-linux-config-transpiler +git clone --branch v0.8.0 https://github.com/coreos/container-linux-config-transpiler cd container-linux-config-transpiler make ```