(R)?ex the friendly automation framework

News

2023-08-05
Rex-1.14.3

Rex-1.14.3 is now available on CPAN. It contains bug fixes for local package installation, command existence checks, and Git tests.

2023-05-05
Rex-1.14.2

The Rex-1.14.2 release is now available on CPAN. It contains bug fixes for running local commands on Windows, cloning git repositories, and test suite fixes for the upcoming perl-5.38.0 release.

2023-03-17
Call for papers TPRC 2023

Dean Hamstead from the The Perl and Raku Foundation Marketing Committee has sent an invitation to present about Rex at TPRC 2023. I’m posting it here to increase visibility.

2023-03-05
Rex-1.14.1

The Rex-1.14.1 release is now available on CPAN. It contains bug fixes and documentation updates.

2023-02-05
Rex-1.14.0

The Rex-1.14.0 release is now available on CPAN. It contains improved Rexfile loading, documentation updates, and bumps the minimum required Perl version to 5.12.5.

Events

2021-03-08
Learning automation using Rex

Ferenc Erki (FErki) will be the guest of Gábor Szabó on the next Code Maven live stream to learn about automation using Rex. Register for the free event via Code Maven or Meetup, and join the discussion!

2020-03-05
Unexpected use cases with Rex

Unexpected use cases with Rex at the 22nd German Perl/Raku Workshop 2020 in Erlangen by Ferenc Erki (FErki).

2019-11-09
Rex & Friends

Rex & Friends talk at the Barcelona Perl & Friends 2019 by Ferenc Erki (FErki).

» Home » Docs » Release notes » Release notes for 0.55.0

Release notes for 0.55.0

These are the changes in the 0.55.0 release.

We want to thank every contributor who made this release possible. We also welcome Denis Silakov and Graham Todd as new contributors.

Common

Pack rex with PAR

Now it is possible to create a self-contained binary from a Rex project with:

$ rexify --bundle

This will create one "large" binary out of the Rex project. This binary can be copied to other systems (with the same architecture and compatible glibc). It doesn't need perl on those system.

Once copied, the binary can be executed with the normal rex parameters, for example:

# list the bundled tasks
$ ./rex-bundle -T

# run the bundled setup task
$ ./rex-bundle setup

# run the bundled setup task on server 1.2.3.4
$ ./rex-bundle -H 1.2.3.4 -u root -p pass setup

Known issues: currently this seem to only work for 64-bit systems.

Use Net::OpenSSH as default if possible

If the '0.55' feature flag is enabled, then Net::OpenSSH and Net::SFTP::Foreign would be used by default, provided they found on the system.

use Rex -feature => ['0.55'];

Initial ROSA systems support

ROSA Enterprise Server is based of RHEL with minor editions, while ROSA Desktop is based on old Mandriva, and is similar to Mageia from Rex's point of view. Denis Silakov managed to make most Rex commands work on ROSA Server and ROSA Desktop. Kudos!

Virtualization

rex-kvm-agent

KVM doesn't have a VM agent yet (like VMware, VirtualBox), so it is sometimes impossible to get internal information about them (like the IP of a VM while using bridged networking).

To solve this, we wrote a small agent that can be installed inside a KVM machine. When the VM is created we create a serial adapter that is bound to a TCP port on the host (127.0.0.1). Then rex can communicat via this serial port with the rex-kvm-agent instance running inside the VM.

You can find rex-kvm-agent in its own repository.

Bugfixes

Common

Virtualization

Rex::Test

Proudly powered by Perl and built with Statocles

GitHub repository and discussions / Chat on Matrix and IRC / Mailing list on Google Groups (retired: rex-users@freelists)

MetaCPAN / Twitter / StackShare / Server Fault   -.ô.-   Disclaimer