Releases: elabit/robotmk
Releases · elabit/robotmk
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
v3.0.0-alpha-1
This is a test build not intended for public use.
- Disable sharing of holotrees via RCC
- Reworked permissions in working directory
- Cleanup working directory upon startup
- Introduce managed robots
Robotmk version 2.0.0
Robotmk scheduler and agent plugin version 2.0.0. Shipped with Checkmk 2.3.0.
v2.0.0-beta-2
This is a test build not intended for public use.
Changes
- Remove the
env_json_path
option from the RCC environment configuration. - Renaming: suite --> plan.
- Bump RCC to 17.18.0.
- Improve handling of working directory and RCC files permission errors.
- Add suite name to plan metadata.
- Renamed some sections to avoid crashes in Checkmk.
- Call RCC with
--bundled
flag to suppress checks for newer versions. - Enriched some log messages with more information such as plan IDs or file paths.