Skip to content

v0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@rdnfn rdnfn released this 01 Jul 18:15
· 101 commits to main since this release
  • Known issues (!)

    • This release breaks the experiment container build process for most machines. Thus, this release was yanked on pypi and is not installed unless specifically pinned to. See this comment for more details.
  • Improvements:

    • Add more informative error when there are issues with access to Docker from Beobench. (#82)
  • Fixes:

    • Revert default build command to docker build from docker buildx build. Only arm64 machines use buildx now. This aims to enable usage of older docker versions such as v19.03 on non-arm64 machines. Arm64 machines require buildx and thus also newer docker versions. (#82)
    • Fix wrong env name in logging output. Removes unused default env name var and fix logging output to use new env name location. (#82)