Skip to content

Releases: oVirt/userstorage

Release 0.5.3

09 May 13:27

Choose a tag to compare

Changes

  • Fix deprecated license classifiers
  • Fix importlib import

What's Changed

Full Changelog: v0.5.2...v0.5.3

Release 0.5.2

09 May 12:10

Choose a tag to compare

Important Changes

  • Project moved to the oVirt Organisation
  • imp has been replaced with importlib to work with Python 3.12
  • CI pipelines have been fixed

PR's

New Contributors

Full Changelog: v0.5.1...v0.5.2

Release 0.5.1

20 Sep 11:01

Choose a tag to compare

This release includes:

  • Remove pytest dependency
  • Make missing storage configurable (#17)

Contributors:

  • Albert Esteve
  • Nir Soffer

Release 0.5

15 Sep 08:35

Choose a tag to compare

This release includes:

  • Backends can be used as context manager
  • Add Mount.tmpdir() method
  • Xfail tests if optional backend is missing
  • Python2.7 is not supported anymore

Contributors:

  • Albert Esteve