|
| 1 | +======================== |
| 2 | +111.0 - Iron Man |
| 3 | +======================== |
| 4 | + |
| 5 | +The Avocado team is proud to present another release: Avocado 111.0, |
| 6 | +AKA "Iron Man", is now available! |
| 7 | + |
| 8 | +Release documentation: `Avocado 111.0 |
| 9 | +<http://avocado-framework.readthedocs.io/en/111.0/>`_ |
| 10 | + |
| 11 | +Users/Test Writers |
| 12 | +================== |
| 13 | + |
| 14 | +* The installation of Avocado from distribution's packages, changed |
| 15 | + when compared to the previous version due to changes in repositories |
| 16 | + and support for "package modules" in some distributions. Please |
| 17 | + refer to the installation guide instructions |
| 18 | + (:ref:`installing-from-packages`) for updated instructions |
| 19 | + |
| 20 | +* New TMT plugin for Avocado is now available. This plugin allows |
| 21 | + Avocado to generate results in a format for TMT (Test Management Tool). |
| 22 | + |
| 23 | +* ``avocado plugins`` command now supports the ``--capabilities`` option to print |
| 24 | + capabilities of avocado spawners. |
| 25 | + |
| 26 | +Utility Modules |
| 27 | +=============== |
| 28 | + |
| 29 | +* :mod:`avocado.utils.archive` supports detection and extraction of |
| 30 | + files without proper extension. |
| 31 | + |
| 32 | +* :mod:`avocado.utils.archive` got support for BZIP2 files. |
| 33 | + |
| 34 | +* :mod:`avocado.utils.linux` now supports enabling statistics of the Linux |
| 35 | + scheduler. by `is_sched_schedstats_enabled` and `enable_sched_schedstats` methods. |
| 36 | + |
| 37 | +* :mod:`avocado.utils.cpu.lscpu` got socets and threads information. |
| 38 | + |
| 39 | +Bug Fixes |
| 40 | +========= |
| 41 | + |
| 42 | +* :mod:`avocado.utils.software_manager.backends.zypper` was fixed to |
| 43 | + use the correct commands for removing packages. |
| 44 | + |
| 45 | +* HTML plugin layout resizing was fixed. |
| 46 | + |
| 47 | +* Previously, the filename API in :mod:`avocado.core.test` returned a |
| 48 | + relative path in Python ≤3.9 and an absolute path in Python ≥3.10, |
| 49 | + leading to inconsistency. The behavior has been standardized to |
| 50 | + always return an absolute path, ensuring consistency across Python versions. |
| 51 | + |
| 52 | +Internal changes |
| 53 | +================ |
| 54 | + |
| 55 | +* The code coverage was increased for :mod:`avocado.utils.aurl`. |
| 56 | + |
| 57 | +* The setuptools version was freezed ``<80`` version to keep compatibility |
| 58 | + with avocado's `setup.py develop` command. |
| 59 | + |
| 60 | +Additional information |
| 61 | +====================== |
| 62 | + |
| 63 | +For more information, please check out the complete |
| 64 | +`Avocado changelog |
| 65 | +<https://github.com/avocado-framework/avocado/compare/110.0...111.0>`_. |
| 66 | + |
| 67 | +For more information on the actual issues addressed, please check out |
| 68 | +the `milestone information |
| 69 | +<https://github.com/avocado-framework/avocado/milestone/37>`_. |
| 70 | + |
| 71 | +For more information on the release codename, please refer to `IMDb |
| 72 | +<https://www.imdb.com/title/tt0371746>`_. |
0 commit comments