forked from coreos/container-linux-config-transpiler
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
165 lines (101 loc) · 4.12 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
18-May-2018 CONFIG-TRANSPILER v0.9.0
Fixes:
- Fix Makefile dependencies to ensure modified files are rebuilt
- Do not ignore fields when explicitly set to go zero values for the etcd,
flannel, and locksmith sections
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:
- Add support for custom metadata providers
- Add support for etcd 3.3.x
- Automatically build docker images as part of CI
19-Jan-2018 CONFIG-TRANSPILER v0.6.1
Fixes
- Signatures for the v0.6.0 release binaries were generated incorrectly
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
- Support Ignition spec 2.1.0
Features
- Common partition type GUIDs can be specified via aliases
Fixes
- Fix regression in validation logic causing inaccurate line and column
reporting
- Fix issue where locksmith fields would generate double quoted strings
in /etc/coreos/update.conf
08-Aug-2017 CONFIG-TRANSPILER v0.4.2
Fixes
- Emit an error when an unsupported platform is used
- Always emit an empty create object for non-core users to ensure Ignition
creates them
14-Jul-2017 CONFIG-TRANSPILER v0.4.1
Fixes
- Fixed the build process to properly set version number
12-Jul-2017 CONFIG-TRANSPILER v0.4.0
Features
- Added support for vagrant-virtualbox provider
- Added 'network_config' section for flannel
- Added new etcd-v3.2 flags
Fixes
- Handle omitted versions for flannel correctly
- Fixed envvar name LOCKSMITHD_ENDPOINT
04-May-2017 CONFIG-TRANSPILER v0.3.1
Features
- Added 'enable-pprof' flag in etcd
Fixes
- Non-string values in the etcd and flannel sections are now formatted
correctly
- On GCE the PUBLIC_IPV4 and PRIVATE_IPV4 dynamic data fields produced the
incorrect environment variable names, this has been fixed
20-Apr-2017 CONFIG-TRANSPILER v0.3.0
Features
- The locksmith section gained many more fields for configuration, including
reboot windows and etcd configuration
Fixes
- The openstack-metadata provider will now override the platform in
coreos-metadata to set the platform to use the metadata service. This is
necessary for the coreos-metadata unit to run successfully.
03-Apr-2017 CONFIG-TRANSPILER v0.2.2
Features
- Version field no longer required for etcd and flannel sections
28-Mar-2017 CONFIG-TRANSPILER v0.2.1
Features
- Added platform support for openstack-metadata
Fixes
- reboot-strategy under the locksmith section renamed to reboot_strategy to
be consistent with the rest of the schema
20-Mar-2017 CONFIG-TRANSPILER v0.2.0
Features
- New etcd and flannel sections have been added, allowing for easy
configuration of the service.
- New -strict flag, that causes warnings to be treated as errors
- New update section added, for easy selection of the OS update group and
server
- Dynamic data support added, allowing things like the machine's ipv4
address to be referenced in the etcd and flannel sections
- New docker section added, for easy configuration of flags on the docker
daemon
- New locksmith section added for configuring of reboot strategy
Fixes
- -in-file and -out-file flags were broken
29-Dec-2016 CONFIG-TRANSPILER v0.1.0
Features
- Support for Ignition spec v2.0.0