Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / ChangeLog @ c38dcb06

History | View | Annotate | Download (3.9 kB)

1
2013-05-16, v0.9.1
2

    
3
2013-04-12, v0.9
4
	* Add Support for FreeBSD images
5
	* Fix a few bugs in the helper monitoring system
6

    
7
2013-03-12, v0.8.1
8
	* Update contact email address
9

    
10
2013-03-09, v0.8
11
	* Add support for xen
12
	* Cleanup the helper code
13

    
14
2013-01-21, v0.7.6
15
	* Mount /proc and /dev before chrooting
16
	* Fix a bug in DeleteSSHKeys task where the code for checking for
17
	  non-default keys was never called.
18

    
19
2013-01-17, v0.7.5
20

    
21
2013-01-08, v0.7.4
22
	* Fix a bug in the code that determines which partition to resize
23
	* On linux images, mount all local partition during deployment. Not
24
	  just /.
25

    
26
2013-01-04, v0.7.3
27

    
28
2013-01-04, v0.7.2
29
	* In windows images make sure the file C:\Window\panther\Unattend.xml
30
          gets removed after sysprep runs
31
	* Support extended partitions with id 0x0f
32
	* Fix a bug in the error monitoring system
33
	* Fix a bug in AssignHostname for archlinux images
34
	* In AssignHostname check for the presence of /etc/hostname before
35
          trying to determine the disto of a Linux image.
36

    
37
2012-12-07, v0.7.1
38
	* Fix a race condition where in some cases could lead to a kernel
39
	  panic for the helper VM.
40

    
41
2012-12-03, v0.7
42
        * Make snf-image-helper the init process of the system
43
        * Shutdown the helper image fast using the apropriate SysRq key
44
        * Use eatmydata to omit the syncs performed by resize2fs when
45
          resizing a file system. You can supress this behaviour by defining
46
          the DO_SYNC image property.
47

    
48
2012-11-20, v0.6.5
49
	* Fix a bug in AssignHostname configuration task where the script did
50
	  not search for the presence of the Unattend.xml file in the VM, in
51
	  a case-insensitive way
52

    
53
2012-11-15, v0.6.4
54

    
55
2012-11-13, v0.6.3
56
	* Don't overwrite C:\Unattend.xml file in windows images, unless the
57
	  image property USE_DEFAULT_UNATTEND is defined.
58
	* Fix a bug in the error monitoring system
59
	* Correct some error messages
60

    
61
2012-10-12, v0.6.2
62
	* Remove the rule of updating the password for user `user' in Fedora
63
	  and Ubuntu when the USERS image property is missing.
64
	* Check if a user exists before updating its password.
65

    
66
2012-10-05, v0.6.1
67
	* Supress a very noisy warning in 40DisableRemoteDesktopConnections
68
	  task created by reglookup. This is triggered only when reading
69
	  registry files from windows 2012 systems.
70
	* User Coordinated Universal Time when logging.
71

    
72
2012-09-14, v0.6
73
	* Make sure EnforcePersonality is the last task that runs before
74
	  UmountImage. Doing this ensures that user-enjected files never
75
	  get overwritten by any other configuration task.
76

    
77
2012-08-31, v0.5
78
	* Add a new progress monitoring mechanish
79
	* Add support for arch linux
80

    
81
2012-06-29, v0.4.2
82
	* Make the name of image properties case-insensitive
83

    
84
2012-05-28, v0.4.1
85
	* Fix a bug in FixPartitionTable where in some cases the script
86
	  failed to create the logical swap partition.
87

    
88
2012-05-17, v0.4
89
	* Add support for creating SWAP partitions
90
	* Add support for GPT partition tables
91
	* Add support for resizing logical partitions
92
	* Add mechanism for overwritting Unattend.xml
93

    
94
2012-03-29, v0.3.6
95

    
96
2012-03-26, v0.3.5
97
	* Force Automatic Update in Windows images
98

    
99
2012-03-05, v0.3.4
100
	* Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
101
	  bash option
102

    
103
2012-02-29, v0.3.3
104
	* Check if the images partition table is valid
105

    
106
2012-02-06, v0.3.2
107

    
108
2012-01-26, v0.3.1
109
	* Fix a bug in the OS detection code
110

    
111
2012-01-12, v0.3
112
	* Warn and in some cases fail if the instance is of an unknown
113
	* Force a resize when the filesystem is clean, even if resize2fs
114
	  complains
115
	* Make sure OSFAMILY image property is specified
116

    
117
2011-11-18, v0.2
118
	* Add support for Image Properties
119
	* Add new FixPartitionTable task
120
	* Add new task that disables RDP connections during windows setup
121
	* Extend image personalization to support custom ownership and
122
	  permissions in the injected files
123

    
124
2011-10-20, v0.1.2
125

    
126
2011-10-17, v0.1.1
127
	* Fix a bug in ChangePassword task
128
	* Add timestamps in output of the tasks
129

    
130
2011-10-04, v0.1
131
	* Initial release