Releases: elabit/robotmk
Releases · elabit/robotmk
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.
v2.0.0-beta-1
This is a test build not intended for public use.
Changes
- Update dependencies
- Skip RCC configuration if there are no RCC suites
- Remove debug information from release artefacts
Release 1.4.4
Fixed
Compatible with Checkmk 2.2 and 2.3
- Relative library/resource imports did not work properly in past versions, because the Robot Framework suite wasn't executed in the suite base directory.
- Disabling suite execution by placing a
DISABLED
file did not work when a .robot file was executed instead of a directory. - Fixed a bug in pathdir function.
- Incremental re-execution strategy did not merge results when suite finally ended OK.
Release v1.4.3
Compatibility version for Checkmk V2.3
This will be the last version of Robotmk v1.
Robotmk will be continued as an integration in Checkmk v2.3 (aka "Synthetic Monitoring").
v2.0.0-beta-0
This is a test build not intended for public use.
Changes
- Fixed runtime monitoring
- Allowed forwarding
variant
andapplication
v2.0.0-alpha-13
This is a test build not intended for public use.
Changes
- Adds missing
--merge
flag to rebot command. This caused incorrect service names. - Fixes an error, where a task would be incorrectly detect to have completed.
- add
robotmk_core-1.0.0.mkp
v2.0.0-alpha-12
This is a test build not intended for public use.
Changes
- Introduce suite grouping
v2.0.0-alpha-11
This is a test build not intended for public use.
Changes
- Add application name to config and suite execution report
- Manage Windows tasks via WinApi instead via
schtasks.exe
- Adjust permissions per user instead of for group "Users"
- Relax check if user has active session when running task to avoid localization issues
- Print hint to not close window in Windows task windows
v2.0.0-alpha-10
This is a test build not intended for public use.
Changes
- Delete Windows tasks also after successful completion. Previously, they were only deleted in case of an error.
- Update dependencies.
- Update RCC to version 17.12.0.
- Implement optional grace period in scheduler.
v2.0.0-alpha-9
This is a test build not intended for public use.
Changes
- Internal improvements regarding error and termination handling
- Minor changes to config and results models
- RCC setup failure results now include error messages