Skip to content

Commit

Permalink
Release notes for 108.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <jarichte@redhat.com>
  • Loading branch information
richtja committed Oct 7, 2024
1 parent ddb7106 commit f588638
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 6 deletions.
65 changes: 65 additions & 0 deletions docs/source/releases/108_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
========================
108.0 - Oppenheimer
========================

The Avocado team is proud to present another release: Avocado 108.0,
AKA "Oppenheimer", is now available!

Release documentation: `Avocado 108.0
<http://avocado-framework.readthedocs.io/en/108.0/>`_

Users/Test Writers
==================

* Avocado introduces new way how to resolve test references with
`exec-runnables-recipe`. It allows a user to point to a file that
will be executed, and that is expected to generate (on its ``STDOUT``)
content compatible with the Runnable recipe format. More info
abotu this new featrue can be found in `documentaion
<https://avocado-framework.readthedocs.io/en/latest/guides/writer/chapters/recipes.html#using-dynamically-generated-recipes>`_

* Documentaion about avocado-instrumented test lifecycle has been `improved
<https://avocado-framework.readthedocs.io/en/latest/guides/reference/chapters/avocado_instrumented.html>`_

Utility Modules
===============

* :mod:`avocado.utils.network.interfaces` got RHEL10 support.

* :func:`avocado.utils.nvme.get_block_size` has been fix to not raise
``non iterable error``.

Bug Fixes
=========

* Tap runner skipping test failures has been fixed. Now the test
failures will be always visible.

* Fail reason for interuptions during setUp and tearDown has been fixed.

Internal changes
================

* Avocado's static-checks has been moved to standalone repository and are
provided via submodule. If you are checking out a fresh clone of Avocado,
the instructions on how to proceed are already documented `here.
<https://avocado-framework.readthedocs.io/en/latest/guides/contributor/chapters/how.html#git-workflow>`_
But if you already have a clone, then *now*, you'd also need to run::

git submodule update --init --recursive

* Functinal tests for Debian has been added to test :mod:`avocado.utils.disto`

Additional information
======================

For more information, please check out the complete
`Avocado changelog
<https://github.com/avocado-framework/avocado/compare/107.0...108.0>`_.

For more information on the actual issues addressed, please check out
the `milestone information
<https://github.com/avocado-framework/avocado/milestone/34>`_.

For more information on the release codename, please refer to `IMDb
<https://www.imdb.com/title/tt15398776/>`_.
1 change: 1 addition & 0 deletions docs/source/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Regular Releases
.. toctree::
:maxdepth: 1

108_0
107_0
106_0
105_0
Expand Down
17 changes: 11 additions & 6 deletions docs/source/releases/next.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
========================
105.0 - TBD
109.0 - TBD
========================

The Avocado team is proud to present another release: Avocado 105.0,
The Avocado team is proud to present another release: Avocado 109.0,
AKA "TBD", is now available!

Release documentation: `Avocado 105.0
<http://avocado-framework.readthedocs.io/en/105.0/>`_
Release documentation: `Avocado 109.0
<http://avocado-framework.readthedocs.io/en/109.0/>`_

Users/Test Writers
==================
Expand All @@ -23,16 +23,21 @@ Bug Fixes

*

Internal changes
================

*

Additional information
======================

For more information, please check out the complete
`Avocado changelog
<https://github.com/avocado-framework/avocado/compare/104.0...105.0>`_.
<https://github.com/avocado-framework/avocado/compare/108.0...109.0>`_.

For more information on the actual issues addressed, please check out
the `milestone information
<https://github.com/avocado-framework/avocado/milestone/31>`_.
<https://github.com/avocado-framework/avocado/milestone/35>`_.

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

0 comments on commit f588638

Please sign in to comment.