Skip to content

Releases: elabit/robotmk

v2.0.0-beta-2

18 Apr 08:28
Compare
Choose a tag to compare
v2.0.0-beta-2 Pre-release
Pre-release

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

26 Mar 10:02
Compare
Choose a tag to compare
v2.0.0-beta-1 Pre-release
Pre-release

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

26 Mar 16:48
Compare
Choose a tag to compare

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

11 Mar 11:22
Compare
Choose a tag to compare

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

05 Mar 09:15
Compare
Choose a tag to compare
v2.0.0-beta-0 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Fixed runtime monitoring
  • Allowed forwarding variant and application

v2.0.0-alpha-13

19 Feb 12:32
Compare
Choose a tag to compare
v2.0.0-alpha-13 Pre-release
Pre-release

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

12 Jan 15:36
Compare
Choose a tag to compare
v2.0.0-alpha-12 Pre-release
Pre-release

This is a test build not intended for public use.

Changes

  • Introduce suite grouping

v2.0.0-alpha-11

12 Jan 10:59
Compare
Choose a tag to compare
v2.0.0-alpha-11 Pre-release
Pre-release

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

08 Jan 16:29
Compare
Choose a tag to compare
v2.0.0-alpha-10 Pre-release
Pre-release

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

21 Dec 10:46
Compare
Choose a tag to compare
v2.0.0-alpha-9 Pre-release
Pre-release

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