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 ```