CHANGES.txt 13 KB
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
Changes
=======
3

4 5
0.65 (2012-09-07)
-----------------
6

7 8
  * Add egg_test, recipe allowing to do "python setup.py test" on a list of
    eggs. [Rafael Monnerat, Cedric de Saint Martin]
9

10 11
0.64.2 (2012-08.28)
-------------------
12

13
  * Specify description on gitinit recipe. [Antoine Catton]
14

15 16
0.64.1 (2012-08-28)
-------------------
17

18 19
  * Fix: minor fix on downloader recipe in order to allow cross-device renaming.
    [Antoine Catton]
20

21
0.64 (2012-08-27)
22 23
----------------

24 25
  * Fix: remove "template" recipe which was collinding with slapos.recipe.template.
    [Antoine Catton]
26

27
0.63 (2012-08-22)
28 29
----------------

30 31 32 33
  * Add the ability to run command line in shellinabox. [Antoine Catton]
  * Add the ability to run shellinabox as root. (for LXC purpose) [Antoine Catton]
  * Add "uuid" recipe. [Antoine Catton]
  * Add "downloader" recipe. [Antoine Catton]
34

35
0.62 (2012-08-21)
36 37
-----------------

38 39 40 41
  * Add "wrapper" recipe. [Antoine Catton]
  * Add "gitinit" recipe. [Antoine Catton]
  * librecipe.execute code clean up and factorization. [Antoine Catton]
  * Add "template" recipe. [Antoine Catton]
42

43
0.61 (2012-08-17)
44 45
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
46
  * Add "debug" option for slaprunner. [Alain Takoudjou]
47

48
0.60 (2012-08-13)
49 50
-----------------

51 52 53 54 55 56 57
  * New recipe: requestoptional, like "request", but won't fail if instance is
    not ready. [Cedric de Saint Martin]
  * Update zabbix to return strings as parameters. [Cedric de Saint Martin]
  * Add check in check_url_promise in case of empty URL. [Cedric de Saint
    Martin]
  * Upgrade slaprunner recipe to be compatible with newest version. [Alain
    Takoudjou]
58

59
0.59 (2012-07-12)
60 61
-----------------

62
  * Zabbix: add temperature monitoring using custom commands.
63

64
0.58 (2012-07-06)
65 66
-----------------

67
  * Agent rewrite. [Vincent Pelletier]
68

69
0.57 (2012-06-22)
70 71
-----------------

72
  * Do not use system curl. [Romain Courteaud]
73

74
0.56 (2012-06-18)
75 76
-----------------

77 78
  * Add signalwrapper, generate.mac, generate.password recipes. [Romain
    Courteaud]
79

80
0.55 (2012-06-18)
81 82
-----------------

83
  * Add slapmonitor and slapreport recipes. [Mohamadou Mbengue]
84

85
0.54.1 (2012-06-18)
86 87
-----------------

88
  * Fix 0.54 release containing wrong code in request.py.
89

90
0.54 (2012-06-18)
91 92
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
93 94
  * Apache frontend: won't block sending slave informations to SlapOS Master
    in case of problem from one slave instance.[Cedric de Saint Martin]
95 96
  * Apache frontend will send IP informations for slaves in case slave is about
    custom domain. [Cedric de Saint Martin]
Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
97 98 99 100
  * Ability to use LAMP applications without configuration. [Cedric de Saint
    Martin]
  * Users can specify custom domain in LAMP applications. [Cedric de Saint
    Martin]
101

102
0.53 (2012-06-07)
103 104
-----------------

105 106
  * Switch slaprunner into generic recipe, and add cloud9 recipe. [Cedric de
    Saint Martin]
107

108
0.52 (2012-05-16)
109 110
-----------------

111 112 113 114 115 116 117 118 119 120 121 122 123
  * Request bugfix: Correct default software_type (was: RootInstanceSoftware).
    [Cedric de Saint Martin]
  * Request will raise again if requested instance is not ready
    [Romain Courteaud]
  * Apache Frontend: assume apache is available from standard ports.
    Consequence: url connection parameter of slave instance doesn't contain
    port. [Cedric de Saint Martin]
  * Apache Frontend bugfix: correctly detect slave instance type (zope).
    [Cedric de Saint Martin]
  * Apache Frontend: "default" slave instances are available through http
    in addition to https. [Cedric de Saint Martin]
  * Apache Frontend: Configuration: Add mod_deflate and set ProxyPreserveHost
    [Cedric de Saint Martin]
124

125
0.51 (2012-05-14)
126 127
-----------------

128 129
  * LAMP stack bugfix: Users were losing data when slapgrid is ran (Don't
    erase htdocs if it already exist). [Cedric de Saint Martin]
130

131
0.50 (2012-05-12)
132 133
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
134 135 136
  * LAMP stack bugfix: fix a crash where recipe was trying to restart
    non-existent httpd process. [Cedric de Saint Martin]
  * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
137 138 139 140 141 142 143 144
  * Apache Frontend: Improve Apache configuration, inspired by Nexedi
    production frontend. [Cedric de Saint Martin]
  * Allow sysadmin of node to customize frontend instance.
    [Cedric de Saint Martin]
  * Apache Frontend: Change 'zope=true' option to 'type=zope'.
    [Cedric de Saint Martin]
  * Apache Frontend: listens to plain http port as well to redirect to https.
    [Cedric de Saint Martin]
145

146
0.49 (2012-05-10)
147 148
-----------------

149
  * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
150

151
0.48 (2012-04-26)
152 153
-----------------

154 155 156 157 158 159 160 161
  * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
    [Cedric de Saint Martin]
  * New promise recipe: slapos.recipe.url_available: check if url returns http
    code 200. [Cedric de Saint Martin]
  * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
    [Cedric de Saint Martin]
  * Fix: slapos.recipe.request won't assume instance reference if not
    specified. [Cedric de Saint Martin]
162

Yingjie Xu's avatar
Yingjie Xu committed
163
0.47 (2012-04-19)
164 165
-----------------

Yingjie Xu's avatar
Yingjie Xu committed
166
  * Slap Test Agent [Yingjie Xu]
167

168
0.46 (2012/04/12)
169 170
-----------------

171
  * xvfb and firefox initial release [Romain Courteaud]
172

173 174 175 176 177
0.45 (2012-03-29)
-----------------

  * slaprunner: change number of available partitions to 7 [Alain Takoudjou]

178
0.44 (2012-03-28)
179 180
-----------------

181
  * minor: apachephp: update apache configuration to work with Apache2.4
182

183
0.43 (2012-03-28)
184 185
-----------------

186
  * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
187

188
0.42 (2012-03-26)
189 190
-----------------

191 192 193 194
 * erp5: Add web_checker recipe. [Tatuya Kamada]
 * erp5: Add generic_varnish recipe. [Tatuya Kamada]
 * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
 * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
195

196 197 198 199 200 201
0.41 (2012-03-21)
-----------------

 * Release new "generic" version of KVM, includes frontend.
   [Cedric de Saint Martin]

202
0.40.1 (2012-03-01)
203 204
-----------------

205
 * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
206

207
0.40 (2012-03-01)
208 209
-----------------

210
 * apache_frontend initial release. [Cedric de Saint Martin]
211

212
0.39 (2012-02-20)
Łukasz Nowak's avatar
Łukasz Nowak committed
213 214
-----------------

215
 * seleniumrunner initial release. [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
216

Łukasz Nowak's avatar
Łukasz Nowak committed
217
0.38 (2011-12-05)
218
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
219 220 221 222 223 224 225 226 227

 * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
 * erp5: Improve haproxy configuration. [Sebastien Robin]
 * erp5: Support sphinxd. [Kazuhiko Shiozaki]
 * erp5: Improve and make logging more usual. [Sebastien Robin]
 * erp5: Allow mysql connection from localhost. [Romain Courteaud]
 * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
 * erp5: Increase precision in logs [Julien Muchembled]
 * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
228

229 230 231 232 233 234
0.37 (2011-11-24)
-----------------

 * KVM : allow access to several KVM instances without SSL certificate duplicate
   problem. [Cedric de Saint Martin]

235 236 237 238 239
0.36 (2011-11-16)
-----------------

 * erp5testnode : the code of testnode is not in slapos repository anymore

240
0.35 (2011-11-10)
Łukasz Nowak's avatar
Łukasz Nowak committed
241 242
-----------------

243 244 245
 * KVM : Promise are now working properly. [Łukasz Nowak]
 * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
 * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
246

247
0.34 (2011-11-08)
248 249
-----------------

250 251 252 253 254
  * Any LAMP software can specify its own php.ini [Alain Takoudjou]
  * LAMP : Fix bug where buildout does not has sufficient rights to update
    application parts. [Alain Takoudjou]
  * LAMP : Update formatting when returning list of renamed files.
    [Alain Takoudjou]
255

256
0.33 (2011-10-31)
257 258
-----------------

259
  * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
260

261
0.32 (2011-10-28)
262 263
-----------------

264
  * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will
265
   configure PHP application instance when needed. [Alain Takoudjou Kamdem]
266

267
0.31 (2011-10-16)
268 269
-----------------

Antoine Catton's avatar
Antoine Catton committed
270 271 272
 * Split big redundant recipes into small ones. In order to factorize the code
   and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
   Łukasz Nowak]
273 274 275 276 277 278
 * LAMP : Update apache and php configuration files to work with a lot of different
   PHP software. [Alain Takoudjou Kamdem]
 * LAMP : Recipe can launch scripts, move or remove files or directories
   when a given condition is filled. Useful when PHP apps require you to
   remove "admin" directory after configuration for example.
   [Alain Takoudjou Kamdem]
279

280
0.30 (2011-10-06)
281 282
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
283 284
 * LAMP : Update apache and php configuration files to work with a lot of different
   PHP software. [Alain Takoudjou Kamdem]
285

286
0.29 (2011-09-28)
287 288
-----------------

289
 * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
290

291
0.28 (2011-09-27)
292 293
-----------------

294
 * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
295
 * lamp.request: adding support of remote backup repo (using a different
296
   software type). The default remote backup is a davstorage. [Antoine Catton]
297

298
0.27 (2011-09-27)
Antoine Catton's avatar
Antoine Catton committed
299 300
-----------------

301
 * mysql: add backup and backup recovering using different software type. [Antoine Catton]
Antoine Catton's avatar
Antoine Catton committed
302

303
0.26 (2011-09-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
304 305
-----------------

306 307
 * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
 * Other mysql minor fixes. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
308

309
0.25 (2011-09-21)
Łukasz Nowak's avatar
Łukasz Nowak committed
310 311
-----------------

312 313
 * mysql: Restore to default behaviour. [Antoine Catton]
 * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
314

Łukasz Nowak's avatar
Łukasz Nowak committed
315
0.24 (2011-09-19)
Łukasz Nowak's avatar
Łukasz Nowak committed
316 317
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
318
 * mysql: Unhardcode the requested url. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
319

320
0.23 (2011-09-19)
321 322
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
323
 * Clean code in mysql recipe [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
324 325
 * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
 * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
Łukasz Nowak's avatar
Łukasz Nowak committed
326 327
 * davstorage: Initial version. [Antoine Catton]
 * mysql: Support DAV backup. [Antoine Catton]
328

329
0.22 (2011-09-12)
330 331
-----------------

332
 * Fix haproxy setup for erp5 [Sebastien Robin]
333 334

0.21 (2011-09-12)
335 336
-----------------

Cédric de Saint Martin's avatar
Cédric de Saint Martin committed
337 338
 * Update PHP configuration to set session and date options.
   [Alain Takoudjou Kamdem]
339 340
 * Improve logrotate policy and haproxy config for erp5
   [Sebastien Robin]
341

342
0.20 (2011-09-07)
343 344
-----------------

345 346 347
 * Update and fix KVM/noVNC installation to be compatible with new WebSocket
   protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
   [Cedric de Saint Martin]
348

349
0.19 (2011-09-06)
350 351
-----------------

352
 * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
353

354
0.18 (2011-08-25)
355 356
-----------------

357
 * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
358 359

0.17 (2011-08-25)
Łukasz Nowak's avatar
Łukasz Nowak committed
360 361
-----------------

362
 * Add XWiki software release [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
363

Łukasz Nowak's avatar
Łukasz Nowak committed
364
0.16 (2011-07-15)
Łukasz Nowak's avatar
Łukasz Nowak committed
365 366
-----------------

Łukasz Nowak's avatar
Łukasz Nowak committed
367 368
 * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
 * Use configurator for Vifib [Rafael Monnerat]
Łukasz Nowak's avatar
Łukasz Nowak committed
369

Łukasz Nowak's avatar
Łukasz Nowak committed
370
0.15 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
371
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
372

Łukasz Nowak's avatar
Łukasz Nowak committed
373
 * Encrypt connection by default. [Vivien Alger]
Łukasz Nowak's avatar
Łukasz Nowak committed
374

Łukasz Nowak's avatar
Łukasz Nowak committed
375
0.14 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
376
-----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
377

Łukasz Nowak's avatar
Łukasz Nowak committed
378
 * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
Łukasz Nowak's avatar
Łukasz Nowak committed
379

Łukasz Nowak's avatar
Łukasz Nowak committed
380
0.13 (2011-07-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
381
-----------------
382

Łukasz Nowak's avatar
Łukasz Nowak committed
383 384
 * Implement generic execute_wait wrapper, which allows to wait for some files
   to appear before starting service depending on it. [Łukasz Nowak]
385 386

0.12 (2011-07-11)
Łukasz Nowak's avatar
Łukasz Nowak committed
387
-----------------
388

389 390
 * Fix slaprunner, phpmyadmin software releases, added
   wordpress software release. [Cedric de Saint Martin]
391 392

0.11 (2011-07-07)
Łukasz Nowak's avatar
Łukasz Nowak committed
393
-----------------
394 395 396 397

 * Enable test suite runner for vifib.

0.10 (2011-07-01)
Łukasz Nowak's avatar
Łukasz Nowak committed
398
-----------------
399 400 401 402 403

 * Add PHPMyAdmin software release used in SlapOS tutorials
 [Cedric de Saint Martin]
 * Add slaprunner software release [Cedric de Saint Martin]

404

405
0.9 (2011-06-24)
Łukasz Nowak's avatar
Łukasz Nowak committed
406
----------------
407 408 409 410 411

 * mysql recipe : Changing slapos.recipe.erp5.execute to
   slapos.recipe.librecipe.execute [Cedric de Saint Martin]

0.8 (2011-06-15)
Łukasz Nowak's avatar
Łukasz Nowak committed
412
----------------
413 414 415 416 417 418

 * Add MySQL and MariaDB standalone software release and recipe
   [Cedric de Saint Martin]
 * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]

0.7 (2011-06-14)
Łukasz Nowak's avatar
Łukasz Nowak committed
419
----------------
420 421 422 423 424 425

 * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
 * Improve slapos.recipe.erp5testnode partition instantiation error reporting
   [Sebastien Robin]

0.6 (2011-06-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
426
----------------
427 428 429 430

 * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]

0.5 (2011-06-13)
Łukasz Nowak's avatar
Łukasz Nowak committed
431
----------------
432 433 434 435 436

 * Implement zabbix agent instantiation. [Łukasz Nowak]
 * Drop dependency on Zope2. [Łukasz Nowak]
 * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]

437
0.4 (2011-06-09)
Łukasz Nowak's avatar
Łukasz Nowak committed
438
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
439

440 441 442
 * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
 * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
 * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
Łukasz Nowak's avatar
Łukasz Nowak committed
443

Łukasz Nowak's avatar
Łukasz Nowak committed
444
0.3 (2011-06-09)
Łukasz Nowak's avatar
Łukasz Nowak committed
445
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
446 447 448 449 450 451

 * Moved out template and build to separate distributions [Łukasz Nowak]
 * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
 * Fix apache module configuration [Kazuhiko Shiozaki]
 * Allow to control full environment in erp5 module [Łukasz Nowak]

452
0.2 (2011-05-30)
Łukasz Nowak's avatar
Łukasz Nowak committed
453
----------------
Łukasz Nowak's avatar
Łukasz Nowak committed
454

455
  * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
Łukasz Nowak's avatar
Łukasz Nowak committed
456

Łukasz Nowak's avatar
Łukasz Nowak committed
457
0.1 (2011-05-27)
Łukasz Nowak's avatar
Łukasz Nowak committed
458
----------------
459

460
  * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]