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