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