Statistics
| Branch: | Tag: | Revision:

root / snf-image-helper / ChangeLog @ 72882e1f

History | View | Annotate | Download (2.9 kB)

1
2012-12-07, v0.7.1
2
	* Fix a race condition where in some cases could lead to a kernel
3
	  panic for the helper VM.
4

    
5
2012-12-03, v0.7
6
        * Make snf-image-helper the init process of the system
7
        * Shutdown the helper image fast using the apropriate SysRq key
8
        * Use eatmydata to omit the syncs performed by resize2fs when
9
          resizing a file system. You can supress this behaviour by defining
10
          the DO_SYNC image property.
11

    
12
2012-11-20, v0.6.5
13
	* Fix a bug in AssignHostname configuration task where the script did
14
	  not search for the presence of the Unattend.xml file in the VM, in
15
	  a case-insensitive way
16

    
17
2012-11-15, v0.6.4
18

    
19
2012-11-13, v0.6.3
20
	* Don't overwrite C:\Unattend.xml file in windows images, unless the
21
	  image property USE_DEFAULT_UNATTEND is defined.
22
	* Fix a bug in the error monitoring system
23
	* Correct some error messages
24

    
25
2012-10-12, v0.6.2
26
	* Remove the rule of updating the password for user `user' in Fedora
27
	  and Ubuntu when the USERS image property is missing.
28
	* Check if a user exists before updating its password.
29

    
30
2012-10-05, v0.6.1
31
	* Supress a very noisy warning in 40DisableRemoteDesktopConnections
32
	  task created by reglookup. This is triggered only when reading
33
	  registry files from windows 2012 systems.
34
	* User Coordinated Universal Time when logging.
35

    
36
2012-09-14, v0.6
37
	* Make sure EnforcePersonality is the last task that runs before
38
	  UmountImage. Doing this ensures that user-enjected files never
39
	  get overwritten by any other configuration task.
40

    
41
2012-08-31, v0.5
42
	* Add a new progress monitoring mechanish
43
	* Add support for arch linux
44

    
45
2012-06-29, v0.4.2
46
	* Make the name of image properties case-insensitive
47

    
48
2012-05-28, v0.4.1
49
	* Fix a bug in FixPartitionTable where in some cases the script
50
	  failed to create the logical swap partition.
51

    
52
2012-05-17, v0.4
53
	* Add support for creating SWAP partitions
54
	* Add support for GPT partition tables
55
	* Add support for resizing logical partitions
56
	* Add mechanism for overwritting Unattend.xml
57

    
58
2012-03-29, v0.3.6
59

    
60
2012-03-26, v0.3.5
61
	* Force Automatic Update in Windows images
62

    
63
2012-03-05, v0.3.4
64
	* Fix 2 bugs in Delete SSH Keys task, caused by the use of pipefail
65
	  bash option
66

    
67
2012-02-29, v0.3.3
68
	* Check if the images partition table is valid
69

    
70
2012-02-06, v0.3.2
71

    
72
2012-01-26, v0.3.1
73
	* Fix a bug in the OS detection code
74

    
75
2012-01-12, v0.3
76
	* Warn and in some cases fail if the instance is of an unknown
77
	* Force a resize when the filesystem is clean, even if resize2fs
78
	  complains
79
	* Make sure OSFAMILY image property is specified
80

    
81
2011-11-18, v0.2
82
	* Add support for Image Properties
83
	* Add new FixPartitionTable task
84
	* Add new task that disables RDP connections during windows setup
85
	* Extend image personalization to support custom ownership and
86
	  permissions in the injected files
87

    
88
2011-10-20, v0.1.2
89

    
90
2011-10-17, v0.1.1
91
	* Fix a bug in ChangePassword task
92
	* Add timestamps in output of the tasks
93

    
94
2011-10-04, v0.1
95
	* Initial release