Skip to content

Lago v0.45

Compare
Choose a tag to compare
@gbenhaim gbenhaim released this 09 Dec 23:10
· 127 commits to master since this release
7024fb7

Hi All!

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

General Improvements

  • Add support for IO threads and network multi-queue.
  • Add Lago container image to Docker Hub.
  • Multiple improvements to error reporting on the CLI.

Bug Fixes

  • Fix SSH public key authentication on FC28.
  • Locking of image/subnet store is failing due to a stale lock.
  • On error thread stack information will be handled according to the log level.
  • Docs - fixed explanation about required network configurations during installation.

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

Lago container:

docker pull lagoproject/lago

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
Docker Hub: https://hub.docker.com/r/lagoproject/lago/
Changelog: https://lago.readthedocs.io/en/latest/_static/ChangeLog.txt

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

Enjoy!

Gal.