Releases: JonathonReinhart/scuba
Releases Β· JonathonReinhart/scuba
Release v2.13.1
This is a bugfix release.
Fixed
- Fixed
SIGPIPE
disposition being set to ignore in the executed process by scubainit (#255)
Release v2.13.0
Release v2.12.0
Release v2.11.0
This is a minor release.
Changed
- Introduced
pyproject.toml
and moved metadata fromsetup.py
(#211) - Added type annotations to scuba package and mypy checking in CI (#207)
Removed
- Drop support for Python 3.5 - 3.6 (#205)
Fixed
- Fixed bug causing invalid volume spec error on Docker 24.0.5 and newer (#217)
Release v2.10.1
This is a bugfix release.
Fixed
- Create directories for volumes as invoking user rather than root. (#201)
Release v2.10.0
Release v2.9.0
Release v2.8.0
This is a minor release.
Added
- Add ability to specify additional docker arguments in
.scuba.yml
(#177)
Changed
- Switched testing framework from from
nose
topytest
Release v2.7.0
This is a minor release.
Changed
- Switched to using
argcomplete
to provide Bash command line completion (#162)- When updating, remove the old
/etc/bash_completion.d/scuba
script, and enable Bash completion as described in the README.
- When updating, remove the old
Release v2.6.1
This is a bugfix release.
Fixed
- scubainit ignores matching passwd/group/shadow file entries when creating the
user. This allows transparently running scuba as root. (#164) - Fixed bug where scubainit incorrectly displayed the exit status of a failed
hook script. (#165) - Fixed bug where user home directory was not writable when scuba workdir
existed below the home directory. (#169)