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