Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #152 from dgonyeo/v0.8.0
Browse files Browse the repository at this point in the history
news: add news for v0.8.0
  • Loading branch information
Derek Gonyeo committed Apr 11, 2018
2 parents 08d9fa0 + 4fe94fc commit 73f2769
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 73f2769

Please sign in to comment.