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

Commit 73f2769

Browse files
author
Derek Gonyeo
authored
Merge pull request #152 from dgonyeo/v0.8.0
news: add news for v0.8.0
2 parents 08d9fa0 + 4fe94fc commit 73f2769

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

NEWS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
10-Apr-2018 CONFIG-TRANSPILER v0.8.0
2+
3+
Changes
4+
5+
- Generate Ignition 2.2.0 configs
6+
- Add fields present in Ignition 2.2.0 spec
7+
- Emit a warning when a unit is enabled but no "Install" section is defined
8+
9+
Fixes
10+
11+
- Emit an error when more than one source is specified for a file
12+
113
14-Feb-2018 CONFIG-TRANSPILER v0.7.0
214

315
Features:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ gpg2 --verify /tmp/ct-${CT_VER}-${ARCH}-${OS}.asc /tmp/ct-${CT_VER}-${ARCH}-${OS
7777
To build from source you'll need to have the go compiler installed on your system.
7878

7979
```shell
80-
git clone --branch v0.7.0 https://github.com/coreos/container-linux-config-transpiler
80+
git clone --branch v0.8.0 https://github.com/coreos/container-linux-config-transpiler
8181
cd container-linux-config-transpiler
8282
make
8383
```

0 commit comments

Comments
 (0)