Skip to content

Releases: JonathonReinhart/scuba

Release v2.14.2

26 Jan 00:22

Choose a tag to compare

This is a bugfix release.

Fixed

  • Fixed !from_yaml not handling multi-document YAML files (#277) (@brxnnan)

Release v2.14.1

27 Jul 02:45

Choose a tag to compare

This is a bugfix release.

Fixed

  • Fixed umask being set incorrectly in the container (#274) (@haboustak)
    • This was broken when scubainit was rewritten in v2.13.0.

Release v2.14.0

08 Jun 09:19

Choose a tag to compare

This is a minor release.

Fixed

  • Fixed regression with Docker Enginer 28.2 (#269)

Removed

  • Dropped support for Python 3.7 (#242)
  • Dropped support for Python 3.8 (#270)

Release v2.13.1

29 May 03:57

Choose a tag to compare

This is a bugfix release.

Fixed

  • Fixed SIGPIPE disposition being set to ignore in the executed process by scubainit (#255)

Release v2.13.0

25 Mar 05:14

Choose a tag to compare

This is a minor release.

Added

  • Added support for Python 3.12 (#244)
  • Added explicit support for mounting named volumes (#250)
    • This officially restores and extends the (unsupported) pre-v2.12 behavior.

Changed

  • Removed use of deprecated pkg_resources (#247)
  • Rewrote scubainit in Rust (#232)

Release v2.12.0

15 Sep 06:55

Choose a tag to compare

This is a minor release.

Added

  • Enable the use of relative paths in a volume hostpath (#227)

Release v2.11.0

09 Sep 05:06

Choose a tag to compare

This is a minor release.

Changed

  • Introduced pyproject.toml and moved metadata from setup.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

08 Mar 04:36
3834833

Choose a tag to compare

This is a bugfix release.

Fixed

  • Create directories for volumes as invoking user rather than root. (#201)

Release v2.10.0

13 Jan 02:32

Choose a tag to compare

This is a minor release.

Added

  • Add ability to use environment variables in volume paths (#192)

Release v2.9.0

16 Sep 02:03

Choose a tag to compare

This is a minor release.

Added

  • Add ability to specify volumes in .scuba.yml (#186)