Releases: elabit/robotmk
Releases · elabit/robotmk
v3.0.0-alpha-9
This is a test build not intended for public use.
- Include RCC catalog zip path in configuration and take into account when building environments.
v3.0.0-alpha-8
This is a test build not intended for public use.
- Support for
RCC_REMOTE_ORIGIN
in scheduler config. - Started to implement support for import of RCC catalog ZIP file during environment building (not yet available in config).
- Dedicated type for Robot Framework variables.
- Added version number and label to plan config for managed robots.
- Log robot type and version info (if managed) when executing plan.
v3.0.0-alpha-7
This is a test build not intended for public use.
- Don't delete entire working directory on scheduler startup. Leave working directories of currently configured plans untouched.
- Deliver static binaries for Linux.
v3.0.0-alpha-6
This is a test build not intended for public use.
- Stop using temporary files when writing results. On some Linux distributions such Fedora and openSUSE,
$TMPDIR
points to a tmpfs file system. Renaming across file systems does not work.
v3.0.0-alpha-5
This is a test build not intended for public use.
- Improve error formatting.
- Check archive size before unpacking managed robot archives.
- Make agent plugin run under Linux.
- Include Linux binaries in release artifacts.
v3.0.0-alpha-4
This is a test build not intended for public use.
- Linux: Cooperative child process interruption on CTRL+C or timeout.
- Avoid exit code 1 during shutdown.
- Improve some error messages.
- Fix crash during RCC setup if no plans were configured to run in the current session.
Robotmk version 2.0.2
- Fix crash in RCC setup if no plan is configured to run in the current session
v3.0.0-alpha-3
This is a test build not intended for public use.
- Add --version flag to scheduler and agent plugin. Output will be according to what is written in Cargo.toml.
v3.0.0-alpha-2
This is a test build not intended for public use.
- Use .tar.gz format for managed robots.
- Steps towards make scheduler running on Linux.
- Improve reporting of errors during setup: Report failures when setting up managed directories, report all setup failures in a single section.
Robotmk version 2.0.1
- Disable sharing of holotrees via RCC
- Reworked permissions in working directory
- Cleanup working directory upon startup