Skip to content

Release v1.1.1-beta

Choose a tag to compare

@github-actions github-actions released this 25 Jul 15:52
· 812 commits to main since this release

Fixed

  • Fixed two bugs in 1.6 bakery: double nested key in robotmk.yml for piggybackhost and robotdir (#141, #143)
  • Fixed a bug on Linux when asynchronous execution failed because the runner could not import the Robotmk module. (#115)
  • Fixed a bug in agent plugin (1.6 & 2): piggyback option without effect (#142)
  • Fixed a bug on Linux: executable bit was not set on agent plugins (#116)
  • Fixed a bug in agent plugin: Client setting UTF-8 not handled (#137)
  • Fixed a bug in Check (1.6 & 2): Fixed stale suite result handling (#134)

Changed

  • log_rotation gets stored now properly as int in robotmk.yml

Added

  • Added documentation for robotmk.yml format for non CEE users