Skip to content

Releases: aiidalab/aiidalab-launch

v2024.1020

17 Feb 22:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.1019...v2024.1020

v2023.1019

10 Jul 08:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.1018...v2023.1019

v2023.1018

23 Feb 10:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.1017...v2023.1018

v2023.1017

10 Jan 14:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.1016...v2023.1017

v2022.1016

03 Oct 16:45
Compare
Choose a tag to compare

What's Changed

  • Hide stacktrace unless verbose mode is enabled by @danielhollas in #148
  • Use the Logger.warning() function instead of the deprecated warn(). by @csadorf in #152
  • Improve documentation for developers and maintainers. by @csadorf in #151
  • Support aiidalab/full-stack by @csadorf in #149

Full Changelog: v2022.1015...v2022.1016

v2022.1015

29 Jul 11:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.1014...v2022.1015

v2022.1014

29 Jun 14:53
Compare
Choose a tag to compare

What's Changed

  • Feature: Allow configuration of additional mounted volumes by @danielhollas in #132
  • Fix: Remove conflicting option for exec command by @danielhollas in #131
  • Fix: Add missing await in internal function. by @csadorf in #122
  • Fix: Fix mount configuration change check for bind mounts by @danielhollas in #134
  • Tests: Add valid config artifacts to test config migration paths. by @csadorf in #136
  • Add contribution guidelines by @csadorf in #133

New Contributors

Full Changelog: v2022.1013...v2022.1014

v2022.1013

26 Apr 08:59
Compare
Choose a tag to compare

What's Changed

  • Tests: Make the instance_unknown_image test more robust. by @csadorf in #108
  • Tests: Reduce test flakiness by @csadorf in #109
  • Fix: Do not use RepoDigests image attribute. by @csadorf in #111
  • Fix: Explicitly handle an unknown container state upon start. by @csadorf in #112

Full Changelog: v2022.1012...v2022.1013

v2022.1012

17 Feb 12:49
Compare
Choose a tag to compare

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

v2022.1011

24 Jan 19:43
Compare
Choose a tag to compare

What's Changed

  • Check whether associated instance is running before removing profile. by @csadorf in #59
  • Feature/38 automatically adjust home directory and port number for new profiles by @csadorf in #60
  • Fix: Correctly handle timeout error on start. by @csadorf in #61
  • Fix: Issue where the URL would not show the port. by @csadorf in #62
  • CI: Collect test coverage statistics. by @csadorf in #64
  • Feature: Implement profile reset. by @csadorf in #66

Full Changelog: v2022.1010...v2022.1011