Releases: elabit/robotmk
Releases · elabit/robotmk
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
variantandapplication
v2.0.0-alpha-13
This is a test build not intended for public use.
Changes
- Adds missing
--mergeflag 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
v2.0.0-alpha-8
This is a test build not intended for public use.
Changes
- Improve logging: Log more on
infolevel - Attempts: Switch to 1-based indices and include index in result output
- Improve task-related error messages
v2.0.0-alpha-7
This is a test build not intended for public use.
Changes
- Fix mixup of timeout and termination when running tasks
- RCC environment building and rebot command: Run in specific session
v2.0.0-alpha-6
This is a test build not intended for public use.
Changes
- More integration tests and small changes to environment build results models.
- RCC profile config: explicitly set either custom or default model.
- Make RCC environment building more robust by executing a no-op inside the environment as build step.
- Add start time to suite execution report.
- Align timestamps in log with timestamps in directory names.
- Add log rotation.