5ef0c894d5fd9e2ae74d406c27f9c809d698570a
[snf-image] / snf-image-host / ChangeLog
1 2013-08-27, v0.9.2
2         * Use devflow building system
3         * In pithcat if the provided URL is a pithosmap, initialize the backend
4           with no database
5
6 2013-05-16, v0.9.1
7         * Change pinned version for ufsutils package
8
9 2013-04-23, v0.9
10         * Add support for FreeBSD images
11
12 2013-03-12, v0.8.1
13         * Fix a bug in helper-monitor.py
14         * Make snf-image-update-helper install a patched version of ntfs-3g.
15           The debian squeeze version does not recognize the "--no-mtab" option
16         * Update contact email address
17
18 2013-03-09, v0.8
19         * Add support for xen
20         * Increase the default HELPER_SIZE and TIMEOUT values
21         * Cleanup the code and remove settings no longer used
22         * Rename snf-image-host to snf-image
23
24 2013-01-21, v0.7.6
25         * Make the size of the helper VM image configurable
26
27 2013-01-17, v0.7.5
28         * Cleanup defaults file and remove redundant variables
29         * Make defaults file inherit the configuration options
30           passed with ./configure
31
32 2013-01-08, v0.7.4
33
34 2013-01-04, v0.7.3
35         * Fix multistrap.conf to work with apt2.dev.grnet.gr
36
37 2013-01-04, v0.7.2
38         * Change snf-image-helper repository to apt2.dev.grnet.gr
39
40 2012-12-07, v0.7.1
41         * Make pithcat work with pithosmap URLs
42
43 2012-12-03, v0.7
44         * Abandon debootstrap in favor of multistrap. This way we can define
45           more than 1 repositories to retrieve packages from.
46         * Add a mechanism for pinning repositories and package versions
47         * Add a version check in snf-image-update-helper. After the creation
48           of the helper, check if the versions of snf-image-{host,helper} match
49         * Remove the HELPER_PKG variable from common.sh. The helper package by
50           default should get downloaded from a repo using
51           snf-image-update-helper. You can still install a package from the
52           local file system using the -p variable.
53         * Specify snf-image-helper as the init process when running the helper
54           VM
55
56 2012-11-20, v0.6.5
57
58 2012-11-15, v0.6.4
59         * Fix a bug in snf-image-update-helper introduced in v0.6.3
60
61 2012-11-13, v0.6.3
62         * Fix a bug in snf-image-update-helper where the temporary image file
63           was not removed if an error occured.
64
65 2012-10-12, v0.6.2
66         * Seperate the error messages that should be logged by the system from
67           those that should be propagated to the user through the monitoring
68           mechanism. Don't allow internal configuration options get revieled to
69           the user.
70
71 2012-10-05, v0.6.1
72         * Use Coordinated Universal Time when logging.
73         * Fix a bug in the way snf-image-update-helper reads the links of the
74           kernel and the initrd in the helper VM.
75         * Use environmental variables instead of input options to pass sensitive
76           data to pithcat. This is needed because when pithcat is running, every
77           user can see the program's command line by using ps.
78
79 2012-09-15, v0.6
80         * Fix import and export scripts
81         * Add new config_url os parameter. This can be used by snf-image to
82           download a json file that contains the value for other os parameters
83
84 2012-08-31, v0.5
85         * Add a new progress monitoring mechanism. With this new mechanism,
86           snf-image can output progress and error messages to external programs
87           when running.
88         * Make the name of image properties case insensitive
89         * Abandon timelimit command in favor of timeout
90         * Add support for null image backend type. This backend type can be
91           used if we want snf-image to configure the VM disk without first
92           copying an image to it.
93
94 2012-06-29, v0.4.2
95
96 2012-05-28, v0.4.1
97
98 2012-05-17, v0.4
99         * Remove progress-monitor-support flag. An external progress monitor
100           programm will be used if --with-progress-monitor flag is used in
101           configure or if PROGRESS_MONITOR variable in the defaults file has a
102           non-empty value
103         * Remove --enable-pithos-backend option in configure. This will be
104           detected at runtime
105         * Create package list in snf-update-helper every time debootstrap is
106           performed. If a cache file is found, snf-update-helper will use this
107           list to determine if it is OK to use this cache file or not.
108         * Add mechanism for overwritting the helper's Unattend.xml file
109
110 2012-03-29, v0.3.6
111         * Make snf-image-update-helper ask whether to use the found deboostrap
112           cache file when in interactive mode.
113         * Make the system update the default debootstrap cache file when -c
114           option is used and it's value does not point to a cache file.
115
116 2012-03-26, v0.3.5
117
118 2012-03-05, v0.3.4
119
120 2012-02-29, v0.3.3
121         * Fix a bug in pithcat where the restored image had incorrect
122           size. The trailing zeros in the image files where not restored.
123
124 2012-02-06, v0.3.2
125         * Make pithcat work with pithos v0.8.3
126
127 2012-01-26, v0.3.1
128
129 2011-01-12, v0.3
130         * Put all helpers run-time created files in a tmpfs jail
131         * Remove the ARCH field from the image name
132         * Support remote (network accessable) and pithos hosted images
133         * Remove custom images format (remote images is a supergroup)
134
135 2011-11-18, v0.2
136         * Support diskdump format
137         * Support custom images format. Custom images are diskdump images
138           that can be accessed from a URL
139         * Add a new OS parameter (img_properties)
140
141 2011-10-20, v0.1.2
142         * Fix a debootstrap bug in snf-image-update-helper
143         * Use --one-file-system option when creating cache for update-helper
144         * Add setting for allowing the user to manually pick a debian mirror
145           for debootstrap.
146
147 2011-10-17, v0.1.1
148         * Replace $(var) with ${var} in defaults file.
149         * Fix a dangerous-use-of-xargs bug in create.
150
151 2011-10-04, v0.1
152         * Initial release