-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
405 lines (340 loc) · 15 KB
/
ChangeLog
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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
2017-12-23, v0.23.1
* Fix a bug were NetBSD was blocking on filesystem resize.
* Fix a bug were CoreOS creation was failing because helper VM was
trying to use the instance's /etc/ssh/sshd_config without checking
for it's presence.
2017-12-14, v0.23
* Make image copy modular by splitting the code to source and
destination backends
* Add new RBD destination backend that supports copying data to an RBD
target from userland.
* Add snf-image-dump-helper script for creating an archive out of a
helper image
* Import a generic Master Boot Record from syslinux and remove
dependency to install-mbr tool.
2017-11-07, v0.22.4
* Specify the format to raw in qemu-nbd connect. Newer versions of
qemu-nbd will refuse to connect unless the format is specified.
2017-10-30, v0.22.3
* Fix a bug where the injected files in the Enforce Personality task
could have had wrong ownership on cloud-init enabled images.
* Do not remove all the injected cloud-init files after the first boot.
This will make the VM to try to perform the configuration again in
the next boot.
2017-08-28, v0.22.2
* Handle non-string image property values
2017-08-02, v0.22.1
* Fix a bug in the computation of the file where user keys are placed.
2017-07-31, v0.22
* Add support for cloud-init images (introduced a new CLOUD_INIT image
property)
* Add a new cloud_userdata OS parameter for defining user data that
will be acted upon by cloud-init
* Add a new inst_properties OS parameter for overwriting individual
image properties
* Add new CLOUD_INIT_DEBUG configuration parameter
* Obsolete VERSION_CHECK configuration parameter
* Move to Debian stretch helper
* Fix bugs
* Update the documentation
2017-06-21, v0.21.1
* Fix a bug where clean up was never called for qemu-nbd and losetup
2016-11-17, v0.21
* Add a new auth_keys OS parameter for injecting SSH keys to the
instance during creation
* Add DEFAULT_NIC_CONFIG configuration parameter for configuring the
default NIC
* Fix small bugs
2016-11-10, v0.20.2
* Fix a bug where the disk was truncated to the size of the image file
if the used disk template was "file" or "sharedfile"
* Make image copying work when using userspace disk URIs
2016-10-04, v0.20.1
* Fix a "no properly formatted MD5 checksum lines found" bug in
snf-image-update-helper
2016-10-03, v0.20
* Add support for NetworkManager in CofigureNetwork configuration task
* Add a new Linux configuration task for regenerating the machine ID
* Update the documentation
2016-07-20, v0.19.1
* Add "auto" to the known Linux file systems
2016-01-28, v0.19
* Support Windows XP/2003 (windows-legacy OSFAMILY)
* Support 32-bit versions of Windows
* Add new os_product_key and os_answer_file OS parameters
* Allow offline resizing for NTFS
* Cleanup the default Unattend.xml file
* Allow defining the Windows time zone in the default Unattend.xml file
* Add new image configuration task that executes user defined code
* Allow the image itself to overwrite configuration tasks that run
during deployment when the image is mounted
* Support Ed24419 ssh keys
* Support making swap in secondary disk
* Strip down the helper kernel (reduces helper image size)
* Support Debian Jessie helpers
* Fix bugs and cleanup the code
* Update the documentation
2015-03-13, v0.18.1
* HELPER: Fix a bug in ConfigureNetwork task that caused a syntax error
if the SUBNET was missing for a NIC
2015-03-03, v0.18
* HELPER: Auto-detect OSFAMILY and ROOT_PARTITION properties if missing
* HELPER: Add new CofigureNetwork image configuration task
* Add new DCHP_TAGS, STATEFUL_DHCPV6_TAGS and STATELESS_DHCPV6_TAGS
configuration parameters
* Update the documentation
* Fix small bugs
2015-01-15, v0.17
* Add support for btrfs
* Add support for xfs
* Add support for CoreOS
* Make all errors one line long
* Create man pages for snf-image-{update,create}-helper
* Shrink the helper VM
* Check the md5sum after downloading the helper VM
* Update the documentation
* Fix bugs
2014-10-30, v0.16.3
* pithcat: Set the default umask to 007 and fix the initialization of
the backend
2014-10-14, v0.16.2
* Fix a bug in img_properties handling introduced in v0.16.1
* Update the documentation
2014-10-13, v0.16.1
* Add an option for controlling pithcat's umask
* HELPER: prevent configuration tasks from running if no image property
is defined
2014-09-22, v0.16
* Add support for Desktop variants of Windows
* Add support for archipelago images
* Update the documentation
2014-07-18, v0.15.2
* Fix configure.ac to work with newer versions of automake
2014-06-02, v0.15.1
* Remove support for OS API version 5, 10, 15
* Make img_passwd an optional parameter
* Allow OS parameters to be defined in /etc/default/snf-image and the
variants files.
* Fix bugs, typos and update the documentation
2014-05-16, v0.15
* Add support for selectable pithos storage backend. Possible storage
backends for pithos are `nfs' or `rados'
* Fix bugs, typos and update the documentation
2014-04-11, v0.14
* Add support for extending NetBSD partitions
* Change the default Virtual RAM size of the helper VM to 512M
* Do various improvements in the documentation
* Optimize image copying by using fullbock iflag in dd
* Fix a kpartx race condition when deploying {ext,ntfs}dump images
2014-02-06, v0.13
* Add support for extending OpenBSD partitions
* Add a new HELPER_MEMORY option in /etc/default/snf-image. This can be
used to specify the Virtual RAM size of the helper VM
2014-01-24, v0.12.1
* Fix a bug affecting import and export scripts
2013-11-04, v0.12
* Add support for OpenBSD and NetBSD images (partition resizing is not
supported yet)
* Fix a bug in ChangePassword task that could lead to the removal of
one or more user entries in the shadow file.
2013-10-21, v0.11.1
* Fix a bug in pithcat
* Minor updates in the documentation
2013-10-18, v0.11
* Update the documentation
* Change local backend identifier from file:// to local//
* Make sure the user does not specify local images outside IMAGE_DIR by
using .. in the IMG_ID parameter
* HELPER: Fix a bug triggered when the image is corrupted
2013-09-23, v0.10.1
* Merge the ChangeLog files of snf-image and snf-image-helper
* Add version check in snf-image-update-helper
* Remove HELPER_URL from common.in
2013-09-19, v0.10
* Move the snf-image-helper image from squeeze to wheezy
* Add documentations under /docs
* Fix a bug in the network backend
2013-09-02, v0.9.3
* Add code to download and install a fixed snf-image-helper image. This
is the default behavior for snf-image-update-helper.
2013-08-27, v0.9.2
* Use devflow building system
* In pithcat if the provided URL is a pithosmap, initialize the backend
with no database
2013-05-16, v0.9.1
* Change pinned version for ufsutils package
2013-04-23, v0.9
* Add support for FreeBSD images
* HELPER: Fix a few bugs in the helper monitoring system
2013-03-12, v0.8.1
* Fix a bug in helper-monitor.py
* Make snf-image-update-helper install a patched version of ntfs-3g.
The Debian Squeeze version does not recognize the "--no-mtab" option
* Update contact email address
2013-03-09, v0.8
* Add support for Xen
* Increase the default HELPER_SIZE and TIMEOUT values
* Cleanup the code and remove settings no longer used
* Rename snf-image-host to snf-image
* HELPER: Add support for Xen
* HELPER: Cleanup the helper code
2013-01-21, v0.7.6
* Make the size of the helper VM image configurable
* HELPER: Mount /proc and /dev before chrooting
* HELPER: Fix a bug in DeleteSSHKeys task where the code for checking
for non-default keys was never called.
2013-01-17, v0.7.5
* Cleanup defaults file and remove redundant variables
* Make defaults file inherit the configuration options
passed with ./configure
2013-01-08, v0.7.4
* HELPER: Fix a bug in the code that determines which partition to
resize
* HELPER: On Linux images, mount all local partitions during the
deployment, not just /.
2013-01-04, v0.7.3
* Fix multistrap.conf to work with apt2.dev.grnet.gr
2013-01-04, v0.7.2
* Change snf-image-helper repository to apt2.dev.grnet.gr
* HELPER: In Windows images make sure the file:
`C:\Windows\panther\Unattend.xml' gets removed after sysprep runs
* HELPER: Support extended partitions with id 0x0f
* HELPER: Fix a bug in the error monitoring system
* HELPER: Fix a bug in AssignHostname for Arch Linux images
* HELPER: In AssignHostname check for the presence of /etc/hostname
before trying to determine the disto of a Linux image.
2012-12-07, v0.7.1
* Make pithcat work with pithosmap URLs
* HELPER: Fix a race condition where in some cases could lead to a
kernel panic for the helper VM.
2012-12-03, v0.7
* Abandon debootstrap in favor of multistrap. This way we can define
more than 1 repositories to retrieve packages from.
* Add a mechanism for pinning repositories and package versions
* Add a version check in snf-image-update-helper. After the creation
of the helper, check if the versions of snf-image-{host,helper} match
* Remove the HELPER_PKG variable from common.sh. The helper package by
default should get downloaded from a repo using
snf-image-update-helper. You can still install a package from the
local file system using the -p variable.
* Specify snf-image-helper as the init process when running the helper
VM
* HELPER: Make snf-image-helper the init process of the system
* HELPER: Shutdown the helper VM fast using the appropriate SysRq key
* HELPER: Use `eatmydata' to omit the syncs performed by resize2fs when
resizing a file system. You can suppress this behavior by defining
the DO_SYNC image property.
2012-11-20, v0.6.5
* HELPER: Fix a bug in AssignHostname configuration task where the
script did not search for the presence of the Unattend.xml file in
the VM, in a case-insensitive way.
2012-11-15, v0.6.4
* Fix a bug in snf-image-update-helper introduced in v0.6.3
2012-11-13, v0.6.3
* Fix a bug in snf-image-update-helper where the temporary image file
was not removed if an error occurred.
* HELPER: Don't overwrite C:\Unattend.xml file in Windows images,
unless the image property USE_DEFAULT_UNATTEND is defined.
* HELPER: Fix a bug in the error monitoring system
* HELPER: Correct some error messages
2012-10-12, v0.6.2
* Separate the error messages that should be logged by the system from
those that should be propagated to the user through the monitoring
mechanism. Don't allow internal configuration options get revealed to
* HELPER: Remove the rule of updating the password for user `user' in
Fedora and Ubuntu when the USERS image property is missing.
* HELPER: Check if a user exists before updating its password.
2012-10-05, v0.6.1
* Use Coordinated Universal Time when logging.
* Fix a bug in the way snf-image-update-helper reads the links of the
kernel and the initrd in the helper VM.
* Use environment variables instead of input options to pass sensitive
data to pithcat. This is needed because when pithcat is running,
every user can see the program's command line by using ps.
2012-09-15, v0.6
* Fix import and export scripts
* Add new config_url os parameter. This can be used by snf-image to
download a json file that contains the value for other os parameters
* HELPER: Make sure EnforcePersonality is the last task that runs
before UmountImage. Doing this ensures that user-injected files never
get overwritten by any other configuration task.
2012-08-31, v0.5
* Add a new progress monitoring mechanism. With this new mechanism,
snf-image can output progress and error messages to external programs
when running.
* Make the name of image properties case insensitive
* Abandon timelimit command in favor of timeout
* Add support for null image backend type. This back-end type can be
used if we want snf-image to configure the VM disk without first
copying an image to it.
* HELPER: Add a new progress monitoring mechanism
* HELPER: Add support for arch Linux
2012-06-29, v0.4.2
* HELPER: Make the name of image properties case-insensitive
2012-05-28, v0.4.1
* HELPER: Fix a bug in FixPartitionTable where in some cases the script
failed to create the logical swap partition.
2012-05-17, v0.4
* Remove progress-monitor-support flag. An external progress monitor
programm will be used if --with-progress-monitor flag is used in
configure or if PROGRESS_MONITOR variable in the defaults file has a
non-empty value
* Remove --enable-pithos-backend option in configure. This will be
detected at runtime
* Create package list in snf-update-helper every time debootstrap is
performed. If a cache file is found, snf-update-helper will use this
list to determine if it is OK to use this cache file or not.
* Add mechanism for overwriting the helper's Unattend.xml file
* HELPER: Add support for creating SWAP partitions
* HELPER: Add support for GPT partition tables
* HELPER: Add support for resizing logical partitions
* HELPER: Add mechanism for overwritting Unattend.xml
2012-03-29, v0.3.6
* Make snf-image-update-helper ask whether to use the found deboostrap
cache file when in interactive mode.
* Make the system update the default debootstrap cache file when -c
option is used and it's value does not point to a cache file.
2012-03-26, v0.3.5
* HELPER: Force Automatic Update in Windows images
2012-03-05, v0.3.4
* HELPER: Fix 2 bugs in Delete SSH Keys task, caused by the use of
pipefail bash option
2012-02-29, v0.3.3
* Fix a bug in pithcat where the restored image had incorrect size.
The trailing zeros in the image files where not restored.
* HELPER: Check if the images partition table is valid
2012-02-06, v0.3.2
* Make pithcat work with pithos v0.8.3
2012-01-26, v0.3.1
* HELPER: Fix a bug in the OS detection code
2011-01-12, v0.3
* Put all helpers run-time created files in a tmpfs jail
* Remove the ARCH field from the image name
* Support remote (network accessible) and Pithos hosted images
* Remove custom images format (remote images is a supergroup)
* HELPER: Warn and in some cases fail if the instance is of an unknown
* HELPER: Force a resize when the file system is clean, even if
resize2fs complains
* HELPER: Make sure OSFAMILY image property is specified
2011-11-18, v0.2
* Support diskdump format
* Support custom images format. Custom images are diskdump images that
can be accessed from a URL
* Add a new OS parameter (img_properties)
* HELPER: Add support for Image Properties
* HELPER: Add new FixPartitionTable task
* HELPER: Add new task to disable RDP connections during Windows setup
* HELPER: Extend image personalization to support custom ownership and
permissions in the injected files
2011-10-20, v0.1.2
* Fix a debootstrap bug in snf-image-update-helper
* Use --one-file-system option when creating cache for update-helper
* Add setting for allowing the user to manually pick a Debian mirror
for debootstrap.
2011-10-17, v0.1.1
* Replace $(var) with ${var} in defaults file.
* Fix a dangerous-use-of-xargs bug in create.
* HELPER: Fix a bug in ChangePassword task
* HELPER: Add timestamps in output of the tasks
2011-10-04, v0.1
* Initial release