Skip to content

12.1.0

Choose a tag to compare

@fmhoeger fmhoeger released this 09 Jan 17:21
· 90 commits to master since this release
e8c966c

Changed

  • docker-ssh server storage location moved to ~/.dallinger/docker-ssh/hosts:
    The dallinger docker-ssh servers add command now stores server information in ~/.dallinger/docker-ssh/hosts
    instead of the platform-specific location (e.g., ~/.local/share/dallinger/hosts on Linux).
    This platform-independent location works better with DevContainers and other containerized environments.
    Hosts found in the old location are automatically imported to the new location on first access.
  • Dashboard authentication is now disabled if Dallinger detects that it is running in debug mode
    in GitHub Codespaces. This stops users from having to type in dashboard credentials every time they debug.

Fixed

  • Fixed bug where server_pem was not propagated to the Docker remote build process.
  • Pinned paramiko to <4.0.0 to address incompatibility with sshtunnel
    (see discussion).
  • Fixed bug in dallinger constraints generate when using pyproject.toml in combination with a Git Dallinger dependency.

Updated

  • Updated dependencies

Documentation

  • Made minor clarifications about the use of SSH keys and AWS permissions.