You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.