Remove hardcoded FLOPPY_DEV in helper
[snf-image] / snf-image-helper / ChangeLog
1 2013-01-21, v0.7.6
2         * Mount /proc and /dev before chrooting
3         * Fix a bug in DeleteSSHKeys task where the code for checking for
4           non-default keys was never called.
5
6 2013-01-17, v0.7.5
7
8 2013-01-08, v0.7.4
9         * Fix a bug in the code that determines which partition to resize
10         * On linux images, mount all local partition during deployment. Not
11           just /.
12
13 2013-01-04, v0.7.3
14
15 2013-01-04, v0.7.2
16         * In windows images make sure the file C:\Window\panther\Unattend.xml
17           gets removed after sysprep runs
18         * Support extended partitions with id 0x0f
19         * Fix a bug in the error monitoring system
20         * Fix a bug in AssignHostname for archlinux images
21         * In AssignHostname check for the presence of /etc/hostname before
22           trying to determine the disto of a Linux image.
23
24 2012-12-07, v0.7.1
25         * Fix a race condition where in some cases could lead to a kernel
26           panic for the helper VM.
27
28 2012-12-03, v0.7
29         * Make snf-image-helper the init process of the system
30         * Shutdown the helper image fast using the apropriate SysRq key
31         * Use eatmydata to omit the syncs performed by resize2fs when
32           resizing a file system. You can supress this behaviour by defining
33           the DO_SYNC image property.
34
35 2012-11-20, v0.6.5
36         * Fix a bug in AssignHostname configuration task where the script did
37           not search for the presence of the Unattend.xml file in the VM, in
38           a case-insensitive way
39
40 2012-11-15, v0.6.4
41
42 2012-11-13, v0.6.3
43         * Don't overwrite C:\Unattend.xml file in windows images, unless the
44           image property USE_DEFAULT_UNATTEND is defined.
45         * Fix a bug in the error monitoring system
46         * Correct some error messages
47
48 2012-10-12, v0.6.2
49         * Remove the rule of updating the password for user `user' in Fedora
50           and Ubuntu when the USERS image property is missing.
51         * Check if a user exists before updating its password.
52
53 2012-10-05, v0.6.1
54         * Supress a very noisy warning in 40DisableRemoteDesktopConnections
55           task created by reglookup. This is triggered only when reading
56           registry files from windows 2012 systems.
57         * User Coordinated Universal Time when logging.
58
59 2012-09-14, v0.6
60         * Make sure EnforcePersonality is the last task that runs before
61           UmountImage. Doing this ensures that user-enjected files never
62           get overwritten by any other configuration task.
63
64 2012-08-31, v0.5
65         * Add a new progress monitoring mechanish
66         * Add support for arch linux
67
68 2012-06-29, v0.4.2
69         * Make the name of image properties case-insensitive
70
71 2012-05-28, v0.4.1
72         * Fix a bug in FixPartitionTable where in some cases the script
73           failed to create the logical swap partition.
74
75 2012-05-17, v0.4
76         * Add support for creating SWAP partitions
77         * Add support for GPT partition tables
78         * Add support for resizing logical partitions
79         * Add mechanism for overwritting Unattend.xml
80
81 2012-03-29, v0.3.6
82
83 2012-03-26, v0.3.5
84         * Force Automatic Update in Windows images
85
86 2012-03-05, v0.3.4
87         * Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
88           bash option
89
90 2012-02-29, v0.3.3
91         * Check if the images partition table is valid
92
93 2012-02-06, v0.3.2
94
95 2012-01-26, v0.3.1
96         * Fix a bug in the OS detection code
97
98 2012-01-12, v0.3
99         * Warn and in some cases fail if the instance is of an unknown
100         * Force a resize when the filesystem is clean, even if resize2fs
101           complains
102         * Make sure OSFAMILY image property is specified
103
104 2011-11-18, v0.2
105         * Add support for Image Properties
106         * Add new FixPartitionTable task
107         * Add new task that disables RDP connections during windows setup
108         * Extend image personalization to support custom ownership and
109           permissions in the injected files
110
111 2011-10-20, v0.1.2
112
113 2011-10-17, v0.1.1
114         * Fix a bug in ChangePassword task
115         * Add timestamps in output of the tasks
116
117 2011-10-04, v0.1
118         * Initial release