Skip to content

Commit 406f29b

Browse files
committed
Release 69.0
Signed-off-by: Cleber Rosa <[email protected]>
1 parent cc90659 commit 406f29b

File tree

20 files changed

+778
-272
lines changed

20 files changed

+778
-272
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
68.0
1+
69.0

docs/source/release_notes/64_0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Users/Test Writers
2929
available on Python 3 based RPM packages.
3030

3131
* The :mod:`avocado.utils.iso9660` module gained a pycdlib based
32-
backend, which is very capable, and pyre Python ISO9660 library.
32+
backend, which is very capable, and pure Python ISO9660 library.
3333
This allows us to have a working :mod:`avocado.utils.iso9660`
3434
backend on environments in which other backends may not be easily
3535
installable.

docs/source/release_notes/69_0.rst

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
======================
2+
69.0 The King's Choice
3+
======================
4+
5+
The Avocado team is proud to present another LTS (Long Term Stability)
6+
release: Avocado 69.0, AKA "The King's Choice", is now available!
7+
8+
Release documentation: `Avocado 69.0
9+
<http://avocado-framework.readthedocs.io/en/69.0/>`_
10+
11+
LTS Release
12+
===========
13+
14+
For more information on what a LTS release means, please read
15+
:ref:`rfc-long-term-stability`.
16+
17+
For a complete list of changes from the last LTS release to this one,
18+
please refer to :ref:`69.0 LTS <lts_69_0>`.
19+
20+
The major changes introduced on this version (when compared to 68.0)
21+
are listed below, roughly categorized into major topics and intended
22+
audience:
23+
24+
Bug Fixes
25+
=========
26+
27+
* INSTRUMENTED tests would not send content to the test's individual
28+
log files when the logger name was not ``avocado.test``. Now tests
29+
can declare and use their own logger (with their own names) and the
30+
content will be directed to the test's own log files.
31+
32+
* The JSON result plugin would store empty failure data as a string
33+
representation of Python's ``None``, instead of JSON's own ``null``.
34+
Because the JSON file is used internally between the local and remote
35+
runners, the Human UI would show a ``"None"`` "failure" reason
36+
when tests succeeded.
37+
38+
Internal Changes
39+
================
40+
41+
* Document the Copr repo, including the repository build status for
42+
our packages on our README and Getting Started pages.
43+
44+
* Documentation improvements with a more accurate list of available
45+
plugins.
46+
47+
* Deployment checks for a setup of Avocado and Avocado-VT installed via
48+
PIP from the latest sources were added.
49+
50+
* Deployment checks for a setup of Avocado and Avocado-VT installed via
51+
the Copr repository packages were added.
52+
53+
* Reliability improvements for the unittest
54+
``selftests.test_utils.ProcessTest.test_process_start``.
55+
56+
* Skip the unittest ``selftests.test_utils_network`` when the Python
57+
netifaces library is not available.
58+
59+
For more information, please check out the complete
60+
`Avocado changelog
61+
<https://github.com/avocado-framework/avocado/compare/68.0...69.0>`_.

docs/source/release_notes/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ released.
1616
.. toctree::
1717
:maxdepth: 1
1818

19+
69_0
1920
68_0
2021
67_0
2122
66_0
@@ -75,5 +76,6 @@ have 6 months of supportability overlap.
7576
.. toctree::
7677
:maxdepth: 1
7778

79+
lts/69_0
7880
lts/52_0
7981
lts/next

0 commit comments

Comments
 (0)