Skip to content

Releases: elabit/robotmk

v3.0.0-alpha-12

29 Nov 11:26

Choose a tag to compare

v3.0.0-alpha-12 Pre-release
Pre-release

This is a test build not intended for public use.

  • Migrate all remaining setup steps to new API.
  • Tighten permissions of ROBOCORP_HOME base (Windows only).
  • Offer direct download links for RCC in release page.
  • Grant permissions to RCC files to all users instead of specific users.
  • Improve and unify logging during setup steps.

v3.0.0-alpha-11

20 Nov 14:13

Choose a tag to compare

v3.0.0-alpha-11 Pre-release
Pre-release

This is a test build not intended for public use.

  • Implement ROBOCORP_HOME environment variable setting for RCC plans.
  • Build RCC from elabit/rcc repository, including micromamba from official GitHub download page.
  • Implement new API for setup steps and start migration of existing steps.

v3.0.0-alpha-10

11 Nov 07:14

Choose a tag to compare

v3.0.0-alpha-10 Pre-release
Pre-release

This is a test build not intended for public use.

  • Fix mix-up of runtime paths for ZIP file import and environment building. Stdio was re-directed to the same files.
  • Change layout of environment building directory to one directory per plan.
  • Windows: Avoid permission issues when building environments as non-privileged user.
  • Specify only base runtime directory in external configuration.
  • Set explicit directory ownerships during directory setup.

v2.0.3

11 Nov 07:22

Choose a tag to compare

  • Avoid permission issues when building environments as non-privileged user.

v3.0.0-alpha-9

30 Oct 10:00

Choose a tag to compare

v3.0.0-alpha-9 Pre-release
Pre-release

This is a test build not intended for public use.

  • Include RCC catalog zip path in configuration and take into account when building environments.

v3.0.0-alpha-8

22 Oct 09:06

Choose a tag to compare

v3.0.0-alpha-8 Pre-release
Pre-release

This is a test build not intended for public use.

  • Support for RCC_REMOTE_ORIGIN in scheduler config.
  • Started to implement support for import of RCC catalog ZIP file during environment building (not yet available in config).
  • Dedicated type for Robot Framework variables.
  • Added version number and label to plan config for managed robots.
  • Log robot type and version info (if managed) when executing plan.

v3.0.0-alpha-7

26 Aug 11:01

Choose a tag to compare

v3.0.0-alpha-7 Pre-release
Pre-release

This is a test build not intended for public use.

  • Don't delete entire working directory on scheduler startup. Leave working directories of currently configured plans untouched.
  • Deliver static binaries for Linux.

v3.0.0-alpha-6

20 Aug 08:54

Choose a tag to compare

v3.0.0-alpha-6 Pre-release
Pre-release

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

13 Aug 17:18

Choose a tag to compare

v3.0.0-alpha-5 Pre-release
Pre-release

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

06 Aug 05:51

Choose a tag to compare

v3.0.0-alpha-4 Pre-release
Pre-release

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.