[rex-users] Rex 0.29.0 released

  • From: Jan Gehring <jan.gehring@xxxxxxxxx>
  • To: rex-users@xxxxxxxxxxxxx
  • Date: Sat, 2 Jun 2012 15:29:39 +0200

Hello,

i've just released Rex 0.29.0 [1]. Packages and documentation have been updated.

There where a lot of code changes in this release. Please report Bugs to [2].

There was also a change in the Rex::Task Module. Please don't use
Rex::Task->run() function anymore. This function will be removed in
version 0.40. Please use Rex::TaskList->run() instead. I will do
another post explaining the new task handling later.

Changes:

  * Fixed wrong error message in LibVirt/create.pm - Sven Dowideit
  * Added dumpxml command (LibVirt) - Sven Dowideit
  * Updated docs - Sven Dowideit
  * Default listening on all ip's for vnc (LibVirt) - Sven Dowideit
  * Added more colorized output options - Samuele Tognini
  * Fixed a logging bug - Samuele Tognini
  * -Tv command line option output information about requested task -
Samuele Tognini
  * -Tv command line option output information about batches and
environments - Samuele Tognini
  * Updated some error messages output - Samuele Tognini
  * Added iflist command (LibVirt) - Jean Charles Passard
  * Added blklist command (LibVirt) - Jean Charles Passard
  * Added vncdisplay command (LibVirt) - Sven Dowideit
  * Fixed a bug with hooks and packages #41 - Jan Gehring
  * Refactored Task Module. Task is now an object - Jan Gehring
  * Added module to parse cli parameters - Jan Gehring
  * Added driver_type for kvm disks
  * fixed a md5 check bug for 'install file =>'
  * fixed bug #50 (extract function)
  * if no rexfile is in the current path try to guess the rexfile from
the taskname - Sven Dowideit
  * added experimental feature: shared variables - Jan Gehring


[1] https://github.com/krimdomu/Rex/wiki/New0.29
[2] https://github.com/krimdomu/Rex/issues


Have fun,

Jan

Other related posts:

  • » [rex-users] Rex 0.29.0 released - Jan Gehring