Remove duplicate entry point + sort entry points
[slapos.git] / CHANGES.txt
1 Changes
2 =======
3
4 0.71.1 (2013-01-04)
5 -------------------
6
7  * Frontend: Sort instances by reference to avoid attacks. [Cedric de Saint
8    Martin]
9  * Frontend: Add public_ipv4 parameter support to ease deployment of slave
10    frontend. [Cedric de Saint Martin]
11  * Frontend: Move apache_frontend wrappers to watched directory (etc/service).
12    [Cedric de Saint Martin]
13  * Frontend: Add native path to varnish environment. [Cedric de Saint Martin]
14
15 0.71 (2012-12-20)
16 -----------------
17
18  * frontend: Add "path" parameter for Zope instances. [Cedric de Saint Martin]
19
20 0.70 (2012-11-05)
21 -----------------
22
23  * KVM: Add support for disk-type, second nbd and cpu-count. [Cedric de Saint
24    Martin]
25
26 0.69 (2012-10-30)
27 -----------------
28
29  * handle multiple notification_url values in notifier recipe [Marco Mariani]
30  * createWrapper() sh alternative to execute.execute() for simple cases
31    [Marco Mariani]
32  * fixed secret key generation in apachephp config [Marco Mariani]
33
34 0.68.1 (2012-10-03)
35 -------------------
36
37   * slaprunner: fix "logfile" parameter to "log_file"
38
39 0.68 (2012-10-02)
40 -----------------
41
42   * request.py: Remove useless calls to master, fix "update" method. [Cedric
43     de Saint Martin]
44   * Add webrunner test recipe. [Alain Takoudjou]
45   * Add logfile for slaprunner. [Cedric de Saint Martin]
46   * Fix check_url_available promise (syntax + checks + IPv6 support). [Cedric
47     de Saint Martin]
48
49 0.67 (2012-09-26)
50 -----------------
51
52   * Add check_page_content promise generator. [Cedric Le Ninivin]
53   * Fix check_url_available recipe. [Cedric de Saint Martin]
54   * Set up timezone database in mariab's mysql table so that we can use
55     timezone conversion function. [Kazuhiko Shiozaki]
56   * Add many resiliency-based recipes [Timothée Lacroix]
57   * Fix and unify request and requestoptional recipes [Cedric de Saint Martin]
58   * Fix Dropbear. [Antoine Catton]
59
60 0.66 (2012-09-10)
61 -----------------
62
63   * Add check_page_content promise generator. [Cedric Le Ninivin]
64
65 0.65 (2012-09-07)
66 -----------------
67
68   * Add egg_test, recipe allowing to do "python setup.py test" on a list of
69     eggs. [Rafael Monnerat, Cedric de Saint Martin]
70
71 0.64.2 (2012-08.28)
72 -------------------
73
74   * Specify description on gitinit recipe. [Antoine Catton]
75
76 0.64.1 (2012-08-28)
77 -------------------
78
79   * Fix: minor fix on downloader recipe in order to allow cross-device renaming.
80     [Antoine Catton]
81
82 0.64 (2012-08-27)
83 ----------------
84
85   * Fix: remove "template" recipe which was collinding with slapos.recipe.template.
86     [Antoine Catton]
87
88 0.63 (2012-08-22)
89 ----------------
90
91   * Add the ability to run command line in shellinabox. [Antoine Catton]
92   * Add the ability to run shellinabox as root. (for LXC purpose) [Antoine Catton]
93   * Add "uuid" recipe. [Antoine Catton]
94   * Add "downloader" recipe. [Antoine Catton]
95
96 0.62 (2012-08-21)
97 -----------------
98
99   * Add "wrapper" recipe. [Antoine Catton]
100   * Add "gitinit" recipe. [Antoine Catton]
101   * librecipe.execute code clean up and factorization. [Antoine Catton]
102   * Add "template" recipe. [Antoine Catton]
103
104 0.61 (2012-08-17)
105 -----------------
106
107   * Add "debug" option for slaprunner. [Alain Takoudjou]
108
109 0.60 (2012-08-13)
110 -----------------
111
112   * New recipe: requestoptional, like "request", but won't fail if instance is
113     not ready. [Cedric de Saint Martin]
114   * Update zabbix to return strings as parameters. [Cedric de Saint Martin]
115   * Add check in check_url_promise in case of empty URL. [Cedric de Saint
116     Martin]
117   * Upgrade slaprunner recipe to be compatible with newest version. [Alain
118     Takoudjou]
119
120 0.59 (2012-07-12)
121 -----------------
122
123   * Zabbix: add temperature monitoring using custom commands.
124
125 0.58 (2012-07-06)
126 -----------------
127
128   * Agent rewrite. [Vincent Pelletier]
129
130 0.57 (2012-06-22)
131 -----------------
132
133   * Do not use system curl. [Romain Courteaud]
134
135 0.56 (2012-06-18)
136 -----------------
137
138   * Add signalwrapper, generate.mac, generate.password recipes. [Romain
139     Courteaud]
140
141 0.55 (2012-06-18)
142 -----------------
143
144   * Add slapmonitor and slapreport recipes. [Mohamadou Mbengue]
145
146 0.54.1 (2012-06-18)
147 -----------------
148
149   * Fix 0.54 release containing wrong code in request.py.
150
151 0.54 (2012-06-18)
152 -----------------
153
154   * Apache frontend: won't block sending slave informations to SlapOS Master
155     in case of problem from one slave instance.[Cedric de Saint Martin]
156   * Apache frontend will send IP informations for slaves in case slave is about
157     custom domain. [Cedric de Saint Martin]
158   * Ability to use LAMP applications without configuration. [Cedric de Saint
159     Martin]
160   * Users can specify custom domain in LAMP applications. [Cedric de Saint
161     Martin]
162
163 0.53 (2012-06-07)
164 -----------------
165
166   * Switch slaprunner into generic recipe, and add cloud9 recipe. [Cedric de
167     Saint Martin]
168
169 0.52 (2012-05-16)
170 -----------------
171
172   * Request bugfix: Correct default software_type (was: RootInstanceSoftware).
173     [Cedric de Saint Martin]
174   * Request will raise again if requested instance is not ready
175     [Romain Courteaud]
176   * Apache Frontend: assume apache is available from standard ports.
177     Consequence: url connection parameter of slave instance doesn't contain
178     port. [Cedric de Saint Martin]
179   * Apache Frontend bugfix: correctly detect slave instance type (zope).
180     [Cedric de Saint Martin]
181   * Apache Frontend: "default" slave instances are available through http
182     in addition to https. [Cedric de Saint Martin]
183   * Apache Frontend: Configuration: Add mod_deflate and set ProxyPreserveHost
184     [Cedric de Saint Martin]
185
186 0.51 (2012-05-14)
187 -----------------
188
189   * LAMP stack bugfix: Users were losing data when slapgrid is ran (Don't
190     erase htdocs if it already exist). [Cedric de Saint Martin]
191
192 0.50 (2012-05-12)
193 -----------------
194
195   * LAMP stack bugfix: fix a crash where recipe was trying to restart
196     non-existent httpd process. [Cedric de Saint Martin]
197   * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
198   * Apache Frontend: Improve Apache configuration, inspired by Nexedi
199     production frontend. [Cedric de Saint Martin]
200   * Allow sysadmin of node to customize frontend instance.
201     [Cedric de Saint Martin]
202   * Apache Frontend: Change 'zope=true' option to 'type=zope'.
203     [Cedric de Saint Martin]
204   * Apache Frontend: listens to plain http port as well to redirect to https.
205     [Cedric de Saint Martin]
206
207 0.49 (2012-05-10)
208 -----------------
209
210   * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
211
212 0.48 (2012-04-26)
213 -----------------
214
215   * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
216     [Cedric de Saint Martin]
217   * New promise recipe: slapos.recipe.url_available: check if url returns http
218     code 200. [Cedric de Saint Martin]
219   * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
220     [Cedric de Saint Martin]
221   * Fix: slapos.recipe.request won't assume instance reference if not
222     specified. [Cedric de Saint Martin]
223
224 0.47 (2012-04-19)
225 -----------------
226
227   * Slap Test Agent [Yingjie Xu]
228
229 0.46 (2012/04/12)
230 -----------------
231
232   * xvfb and firefox initial release [Romain Courteaud]
233
234 0.45 (2012-03-29)
235 -----------------
236
237   * slaprunner: change number of available partitions to 7 [Alain Takoudjou]
238
239 0.44 (2012-03-28)
240 -----------------
241
242   * minor: apachephp: update apache configuration to work with Apache2.4
243
244 0.43 (2012-03-28)
245 -----------------
246
247   * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
248
249 0.42 (2012-03-26)
250 -----------------
251
252  * erp5: Add web_checker recipe. [Tatuya Kamada]
253  * erp5: Add generic_varnish recipe. [Tatuya Kamada]
254  * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
255  * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
256
257 0.41 (2012-03-21)
258 -----------------
259
260  * Release new "generic" version of KVM, includes frontend.
261    [Cedric de Saint Martin]
262
263 0.40.1 (2012-03-01)
264 -----------------
265
266  * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
267
268 0.40 (2012-03-01)
269 -----------------
270
271  * apache_frontend initial release. [Cedric de Saint Martin]
272
273 0.39 (2012-02-20)
274 -----------------
275
276  * seleniumrunner initial release. [Cedric de Saint Martin]
277
278 0.38 (2011-12-05)
279 -----------------
280
281  * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
282  * erp5: Improve haproxy configuration. [Sebastien Robin]
283  * erp5: Support sphinxd. [Kazuhiko Shiozaki]
284  * erp5: Improve and make logging more usual. [Sebastien Robin]
285  * erp5: Allow mysql connection from localhost. [Romain Courteaud]
286  * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
287  * erp5: Increase precision in logs [Julien Muchembled]
288  * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
289
290 0.37 (2011-11-24)
291 -----------------
292
293  * KVM : allow access to several KVM instances without SSL certificate duplicate
294    problem. [Cedric de Saint Martin]
295
296 0.36 (2011-11-16)
297 -----------------
298
299  * erp5testnode : the code of testnode is not in slapos repository anymore
300
301 0.35 (2011-11-10)
302 -----------------
303
304  * KVM : Promise are now working properly. [Łukasz Nowak]
305  * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
306  * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
307
308 0.34 (2011-11-08)
309 -----------------
310
311   * Any LAMP software can specify its own php.ini [Alain Takoudjou]
312   * LAMP : Fix bug where buildout does not has sufficient rights to update
313     application parts. [Alain Takoudjou]
314   * LAMP : Update formatting when returning list of renamed files.
315     [Alain Takoudjou]
316
317 0.33 (2011-10-31)
318 -----------------
319
320   * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
321
322 0.32 (2011-10-28)
323 -----------------
324
325   * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will
326    configure PHP application instance when needed. [Alain Takoudjou Kamdem]
327
328 0.31 (2011-10-16)
329 -----------------
330
331  * Split big redundant recipes into small ones. In order to factorize the code
332    and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
333    Łukasz Nowak]
334  * LAMP : Update apache and php configuration files to work with a lot of different
335    PHP software. [Alain Takoudjou Kamdem]
336  * LAMP : Recipe can launch scripts, move or remove files or directories
337    when a given condition is filled. Useful when PHP apps require you to
338    remove "admin" directory after configuration for example.
339    [Alain Takoudjou Kamdem]
340
341 0.30 (2011-10-06)
342 -----------------
343
344  * LAMP : Update apache and php configuration files to work with a lot of different
345    PHP software. [Alain Takoudjou Kamdem]
346
347 0.29 (2011-09-28)
348 -----------------
349
350  * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
351
352 0.28 (2011-09-27)
353 -----------------
354
355  * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
356  * lamp.request: adding support of remote backup repo (using a different
357    software type). The default remote backup is a davstorage. [Antoine Catton]
358
359 0.27 (2011-09-27)
360 -----------------
361
362  * mysql: add backup and backup recovering using different software type. [Antoine Catton]
363
364 0.26 (2011-09-27)
365 -----------------
366
367  * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
368  * Other mysql minor fixes. [Antoine Catton]
369
370 0.25 (2011-09-21)
371 -----------------
372
373  * mysql: Restore to default behaviour. [Antoine Catton]
374  * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
375
376 0.24 (2011-09-19)
377 -----------------
378
379  * mysql: Unhardcode the requested url. [Antoine Catton]
380
381 0.23 (2011-09-19)
382 -----------------
383
384  * Clean code in mysql recipe [Cedric de Saint Martin]
385  * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
386  * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
387  * davstorage: Initial version. [Antoine Catton]
388  * mysql: Support DAV backup. [Antoine Catton]
389
390 0.22 (2011-09-12)
391 -----------------
392
393  * Fix haproxy setup for erp5 [Sebastien Robin]
394
395 0.21 (2011-09-12)
396 -----------------
397
398  * Update PHP configuration to set session and date options.
399    [Alain Takoudjou Kamdem]
400  * Improve logrotate policy and haproxy config for erp5
401    [Sebastien Robin]
402
403 0.20 (2011-09-07)
404 -----------------
405
406  * Update and fix KVM/noVNC installation to be compatible with new WebSocket
407    protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
408    [Cedric de Saint Martin]
409
410 0.19 (2011-09-06)
411 -----------------
412
413  * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
414
415 0.18 (2011-08-25)
416 -----------------
417
418  * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
419
420 0.17 (2011-08-25)
421 -----------------
422
423  * Add XWiki software release [Cedric de Saint Martin]
424
425 0.16 (2011-07-15)
426 -----------------
427
428  * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
429  * Use configurator for Vifib [Rafael Monnerat]
430
431 0.15 (2011-07-13)
432 -----------------
433
434  * Encrypt connection by default. [Vivien Alger]
435
436 0.14 (2011-07-13)
437 -----------------
438
439  * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
440
441 0.13 (2011-07-13)
442 -----------------
443
444  * Implement generic execute_wait wrapper, which allows to wait for some files
445    to appear before starting service depending on it. [Łukasz Nowak]
446
447 0.12 (2011-07-11)
448 -----------------
449
450  * Fix slaprunner, phpmyadmin software releases, added
451    wordpress software release. [Cedric de Saint Martin]
452
453 0.11 (2011-07-07)
454 -----------------
455
456  * Enable test suite runner for vifib.
457
458 0.10 (2011-07-01)
459 -----------------
460
461  * Add PHPMyAdmin software release used in SlapOS tutorials
462  [Cedric de Saint Martin]
463  * Add slaprunner software release [Cedric de Saint Martin]
464
465
466 0.9 (2011-06-24)
467 ----------------
468
469  * mysql recipe : Changing slapos.recipe.erp5.execute to
470    slapos.recipe.librecipe.execute [Cedric de Saint Martin]
471
472 0.8 (2011-06-15)
473 ----------------
474
475  * Add MySQL and MariaDB standalone software release and recipe
476    [Cedric de Saint Martin]
477  * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]
478
479 0.7 (2011-06-14)
480 ----------------
481
482  * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
483  * Improve slapos.recipe.erp5testnode partition instantiation error reporting
484    [Sebastien Robin]
485
486 0.6 (2011-06-13)
487 ----------------
488
489  * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]
490
491 0.5 (2011-06-13)
492 ----------------
493
494  * Implement zabbix agent instantiation. [Łukasz Nowak]
495  * Drop dependency on Zope2. [Łukasz Nowak]
496  * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]
497
498 0.4 (2011-06-09)
499 ----------------
500
501  * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
502  * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
503  * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
504
505 0.3 (2011-06-09)
506 ----------------
507
508  * Moved out template and build to separate distributions [Łukasz Nowak]
509  * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
510  * Fix apache module configuration [Kazuhiko Shiozaki]
511  * Allow to control full environment in erp5 module [Łukasz Nowak]
512
513 0.2 (2011-05-30)
514 ----------------
515
516   * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
517
518 0.1 (2011-05-27)
519 ----------------
520
521   * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]