Skip to content

Commit 5ba4de6

Browse files
committed
Release notes for 111.0
Signed-off-by: Jan Richter <[email protected]>
1 parent b4791f3 commit 5ba4de6

File tree

3 files changed

+80
-11
lines changed

3 files changed

+80
-11
lines changed

docs/source/releases/111_0.rst

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
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>`_.

docs/source/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Regular Releases
3737
.. toctree::
3838
:maxdepth: 1
3939

40+
111_0
4041
110_0
4142
109_0
4243
108_0

docs/source/releases/next.rst

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
========================
2-
110.0 - TBD
2+
112.0 - TBD
33
========================
44

5-
The Avocado team is proud to present another release: Avocado 110.0,
5+
The Avocado team is proud to present another release: Avocado 112.0,
66
AKA "TBD", is now available!
77

8-
Release documentation: `Avocado 110.0
9-
<http://avocado-framework.readthedocs.io/en/110.0/>`_
8+
Release documentation: `Avocado 112.0
9+
<http://avocado-framework.readthedocs.io/en/112.0/>`_
1010

1111
Users/Test Writers
1212
==================
1313

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
14+
*
1915

2016
Utility Modules
2117
===============
@@ -37,11 +33,11 @@ Additional information
3733

3834
For more information, please check out the complete
3935
`Avocado changelog
40-
<https://github.com/avocado-framework/avocado/compare/109.0...110.0>`_.
36+
<https://github.com/avocado-framework/avocado/compare/111.0...112.0>`_.
4137

4238
For more information on the actual issues addressed, please check out
4339
the `milestone information
44-
<https://github.com/avocado-framework/avocado/milestone/36>`_.
40+
<https://github.com/avocado-framework/avocado/milestone/38>`_.
4541

4642
For more information on the release codename, please refer to `IMDb
4743
<TBD>`_.

0 commit comments

Comments
 (0)