Add back the snf_image_activate_helper check
[snf-image] / snf-image-helper / ChangeLog
1 2012-09-14, v0.6
2         * Make sure EnforcePersonality is the last task that runs before
3           UmountImage. Doing this ensures that user-enjected files never
4           get overwritten by any other configuration task.
5
6 2012-08-31, v0.5
7         * Add a new progress monitoring mechanish
8         * Add support for arch linux
9
10 2012-06-29, v0.4.2
11         * Make the name of image properties case-insensitive
12
13 2012-05-28, v0.4.1
14         * Fix a bug in FixPartitionTable where in some cases the script
15           failed to create the logical swap partition.
16
17 2012-05-17, v0.4
18         * Add support for creating SWAP partitions
19         * Add support for GPT partition tables
20         * Add support for resizing logical partitions
21         * Add mechanism for overwritting Unattend.xml
22
23 2012-03-29, v0.3.6
24
25 2012-03-26, v0.3.5
26         * Force Automatic Update in Windows images
27
28 2012-03-05, v0.3.4
29         * Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
30           bash option
31
32 2012-02-29, v0.3.3
33         * Check if the images partition table is valid
34
35 2012-02-06, v0.3.2
36
37 2012-01-26, v0.3.1
38         * Fix a bug in the OS detection code
39
40 2012-01-12, v0.3
41         * Warn and in some cases fail if the instance is of an unknown
42         * Force a resize when the filesystem is clean, even if resize2fs
43           complains
44         * Make sure OSFAMILY image property is specified
45
46 2011-11-18, v0.2
47         * Add support for Image Properties
48         * Add new FixPartitionTable task
49         * Add new task that disables RDP connections during windows setup
50         * Extend image personalization to support custom ownership and
51           permissions in the injected files
52
53 2011-10-20, v0.1.2
54
55 2011-10-17, v0.1.1
56         * Fix a bug in ChangePassword task
57         * Add timestamps in output of the tasks
58
59 2011-10-04, v0.1
60         * Initial release