Skip to content

v2022.1012

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 12:49
· 69 commits to main since this release

What's Changed

From this version on, the home directory (/home/aiida/) is mounted as a docker volume rather than a bind mount. This avoids issues with permissions and related problems especially on non-Linux systems or where the user id of the host user differs from the one on the container. Existing profiles with bind mounts are still used and not automatically migrated.

Highlights

  • Enable use of docker volume instead of bind mount for home directory by @csadorf in #74
  • Enhance/configuration change detection by @csadorf in #83
  • Remove option to only reset apps directory. by @csadorf in #91

Fixes

  • Fix issue with the apps reset function. by @csadorf in #68
  • Fix: Create parent directories for home dir bind mount if necessary. by @csadorf in #78
  • Fix: Correctly Distinguish been configured and actually used host port. by @csadorf in #79

Internal

Full Changelog: v2022.1011...v2022.1012