forked from coreos/ignition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
352 lines (199 loc) · 7.06 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
13-Mar-2017 IGNITION v0.14.0
Changes
- Update the services for the Azure OEM
- Update the services for the BrightBox OEM
- Update the services for the EC2 OEM
- Update the services for the OpenStack OEM
- Update the services for the Packet OEM
- Update the services for the VMware OEM
01-Mar-2017 IGNITION v0.13.0
Bug Fixes
- Read from both the config-drive and metadata service when using the
OpenStack provider
- Properly reports errors encountered while creating files
- Fix GCE gcloud alias to properly invoke the container
Features
- Add support for experimental features via a newer config spec
- Allow file provider's config path to be overridden
- Perform basic syntactic validation on the contents of systemd units
Experimental (2.1.0-experimental)
- Add ability to explicitly create directories
- Add configuration for HTTP-related timeouts
14-Dec-2016 IGNITION v0.12.1
Bug Fixes
- Enable coreos-metadata-sshkeys on Packet
- Assert validity of data URLs during config validation
29-Nov-2016 IGNITION v0.12.0
Features
- Allow kernel command-line parameter to override OEM config
07-Oct-2016 IGNITION v0.11.2
Bug Fixes
- Correctly set the partition typecode
Changes
- Update the services for the GCE OEM
20-Sep-2016 IGNITION v0.11.1
Bug Fixes
- Fix potential deadlock when waiting for multiple disks
07-Sep-2016 IGNITION v0.11.0
Features
- Add support for DigitalOcean
- Add experimental support for OpenStack
26-Aug-2016 IGNITION v0.10.1
Bug Fixes
- Fix handling of oem:// URLs
- Use stable symlinks when operating on devices
- Retry failed requests when fetching Packet userdata
- Log the raw configurations instead of the parsed result
23-Aug-2016 IGNITION v0.10.0
Features
- Add support for QEMU Firmware Configuration Device
15-Aug-2016 IGNITION v0.9.2
Bug Fixes
- Do not retry HTTP requests that result in non-5xx status codes
11-Aug-2016 IGNITION v0.9.1
Bug Fixes
- Properly validate data URLs
11-Aug-2016 IGNITION v0.9.0
Features
- Add detailed configuration validation
Bug Fixes
- Add retry to all HTTP requests
- Fix potential panic when parsing certain URLs
26-Jul-2016 IGNITION v0.8.0
Features
- Add support for Packet
13-Jul-2016 IGNITION v0.7.1
Bug Fixes
- Interpret files without a URL to be empty instead of invalid
- HTTP fetches time out while waiting for response header instead of body
- Stream remote assets to disk instead of loading them into memory
Changes
- Improve configuration validation
15-Jun-2016 IGNITION v0.7.0
Features
- Allow HTTPS URLs
Bug Fixes
- Don't overwrite existing data when formatting ext4 unless force is set
- Ensure service unit in /etc doesn't exist before masking
- Capture and log stdout of subprocesses
Changes
- Drop YAML tags from the config package
18-May-2016 IGNITION v0.6.0
Features
- All URL schemes (currently http, oem, and data) are now supported
everywhere a URL can be provided
- Add base OEM and default user configurations for GCE
04-May-2016 IGNITION v0.5.0
Features
- Add support for GCE
Bug Fixes
- Write files after users and home directories are created
Changes
- Strip support for EC2 SSH keys (these are handled by coreos-metadata now)
- Add OEM-specific base configs and execute even if user config is empty
05-Apr-2016 IGNITION v0.4.0
Features
- Update the config spec to v2.0.0 (see the migration guide for more info)
- v1 configs will be automatically translated to v2.0.0
- Add HTTP "User-Agent" and "Accept" headers to all requests
Changes
- Use Go's vendor directory for all dependencies
- Split source into a public "config" package and "internal"
25-Mar-2016 IGNITION v0.3.3
Bug Fixes
- Fix compilation errors when building for ARM
- Properly fetch configs from EC2
17-Mar-2016 IGNITION v0.3.2
Bug Fixes
- Properly decode VMware guest variables before parsing config
Changes
- Move config structures from config package to config/types
02-Mar-2016 IGNITION v0.3.1
Bug Fixes
- Allow building on non-AMD64 architectures
Changes
- Major refactoring of the internal processing of OEMs and providers
24-Feb-2016 IGNITION v0.3.0
Features
- Add support for VMware
13-Jan-2016 IGNITION v0.2.6
Features
- Improve validation of storage.filesystems options
Bug Fixes
- Properly zap GPT tables when they are partially valid
06-Jan-2016 IGNITION v0.2.5
Bug Fixes
- Recognize and ignore gzipped cloud-configs
19-Nov-2015 IGNITION v0.2.4
Bug Fixes
- Correctly escape device unit names
17-Nov-2015 IGNITION v0.2.3
Features
- Provide logging to pinpoint JSON errors in invalid configs
Bug Fixes
- Ensure that /mnt/oem exists before mounting
- Remove /sysroot/ prefix from alternate config path
20-Oct-2015 IGNITION v0.2.2
Bug Fixes
- Mount the oem partition for oem:// schemes when needed
15-Oct-2015 IGNITION v0.2.1
Bug Fixes
- Allow empty CustomData on Azure
29-Sep-2015 IGNITION v0.2.0
Features
- Added support for Azure
- Added support for formatting partitions as xfs
Bug Fixes
- Removed online timeout for EC2
09-Sep-2015 IGNITION v0.1.6
Features
- --fetchtimeout becomes --online-timeout
- --online-timeout of 0 now represents infinity
- Added recognition of "interoute" OEM
Documentation
- Examples have been removed and supported platforms added
- Various minor cleanups
Bug Fixes
- Ensure added SSH keys are newline terminated
Build System Changes
- Fix gofmt invocation from test script to fail when appropriate
28-Aug-2015 IGNITION v0.1.5
Bug Fixes
- Disable EC2 provider for now
27-Aug-2015 IGNITION v0.1.4
Features
- Add support for oem:// scheme config urls
Documentation
- Added guides
- Updated config specification
Bug Fixes
- Add DefaultDependencies=false to WaitOnDevices() transient unit
- Updated JSON configuration keys to match style
Build System Changes
- Added script for tagging releases
11-Aug-2015 IGNITION v0.1.3
Features
- Add support for ssh keys on EC2
- Log version at runtime
Bug Fixes
- Log ssh keys as they are added
- Various small cleanups
Build System Changes
- Derive version from git describe at build time
- Use bash build and test scripts instead of make
22-Jul-2015 IGNITION v0.1.2
Bug Fixes
- Fix validation of drop-in names
- Properly handle a lack of userdata on EC2
22-Jul-2015 IGNITION v0.1.1
Bug Fixes
- Ignore empty configs
- Ignore unsupported CoreOS OEMs
- Panic on incorrect OEM flag configurations
14-Jul-2015 IGNITION v0.1.0
Features
- Initial release of Ignition!
- Support for disk partitioning, partition formatting, writing files,
RAID, systemd units, networkd units, users, and groups.
- Supports reading the config from a remote URL (via
config.coreos.url) or from the Amazon EC2 metadata service.