Releases: elabit/robotmk
Releases · elabit/robotmk
v3.0.0-alpha-15
This is a test build not intended for public use.
- Include RCC binaries for MacOS in release page
- Incompatibly update dependencies
v3.0.0-alpha-14
This is a test build not intended for public use.
- Do not obfuscate
ROBOCORP_HOME
environment variable. - RCC plans: Take environment variables (eg. Robot Framework environment variables) into account.
v3.0.0-alpha-13
This is a test build not intended for public use.
- Implement option to configure secret environment variables for RF executions.
v3.0.0-alpha-12
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
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
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
v3.0.0-alpha-9
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
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
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.