Skip to content

Lago v0.41

Compare
Choose a tag to compare
@gbenhaim gbenhaim released this 31 Jul 15:58
· 262 commits to master since this release

Hi All!

On behalf of the Lago team, I'm pleased to announce that the new release of
Lago 0.41 is available for download.

This release is focused on bug fixes.

General Improvements

  1. Release subnet leases when destroying an environment.
  2. Raise an informative message when qemu doesn't have the necessary permissions
    to access a disk.
  3. Drop warning when lago group doesn't exist.

Bug Fixes

  1. Fixed lago list command which lists all the prefixes in a given Workdir.
  2. Print warning when failing to load plugins.
  3. guestfs: Fixed a bug where the exception would not be re-raised after max
    attempts exceeded to remount.

Packaging

SDK

Docs

  1. Added installation guide for Ubuntu.
  2. Added docs for Lago's repo metadata format.

Testing

  1. Added fc26 to SDK functional tests.
  2. mock: Don't install the rpm of packages which are installed later by pip.

Python 3 Compatibility

  1. Use backported Python 3 super method.

Installing And Upgrading

To upgrade using yum or dnf, simply run:

yum/dnf update lago

Installing with pip: please refer to the docs - https://lago.readthedocs.io/en/latest/Installation.html

Resources

Lago Docs: http://lago.readthedocs.io/en/latest/
GitHub: https://github.com/lago-project/lago/
YUM Repository: http://resources.ovirt.org/repos/lago/stable/0.0/rpm/
Pypi: https://pypi.python.org/pypi/lago
OST Docs: http://ovirt-system-tests.readthedocs.io/en/latest/
Changelog: http://lago.readthedocs.io/en/0.41/_static/ChangeLog.txt

As always, if you find any problems, please open an issue in the GitHub page.

Enjoy!

Gal.