From f588638698a7abc6c8fd670c4268641e70f1df9c Mon Sep 17 00:00:00 2001 From: Jan Richter Date: Mon, 7 Oct 2024 14:49:06 +0200 Subject: [PATCH] Release notes for 108.0 Signed-off-by: Jan Richter --- docs/source/releases/108_0.rst | 65 ++++++++++++++++++++++++++++++++++ docs/source/releases/index.rst | 1 + docs/source/releases/next.rst | 17 +++++---- 3 files changed, 77 insertions(+), 6 deletions(-) create mode 100644 docs/source/releases/108_0.rst diff --git a/docs/source/releases/108_0.rst b/docs/source/releases/108_0.rst new file mode 100644 index 0000000000..dbf2e8876b --- /dev/null +++ b/docs/source/releases/108_0.rst @@ -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 +`_ + +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 + `_ + +* Documentaion about avocado-instrumented test lifecycle has been `improved + `_ + +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. + `_ + 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 +`_. + +For more information on the actual issues addressed, please check out +the `milestone information +`_. + +For more information on the release codename, please refer to `IMDb +`_. diff --git a/docs/source/releases/index.rst b/docs/source/releases/index.rst index f83c25237c..99e64221f1 100644 --- a/docs/source/releases/index.rst +++ b/docs/source/releases/index.rst @@ -37,6 +37,7 @@ Regular Releases .. toctree:: :maxdepth: 1 + 108_0 107_0 106_0 105_0 diff --git a/docs/source/releases/next.rst b/docs/source/releases/next.rst index 435e87f339..7de08ff121 100644 --- a/docs/source/releases/next.rst +++ b/docs/source/releases/next.rst @@ -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 -`_ +Release documentation: `Avocado 109.0 +`_ Users/Test Writers ================== @@ -23,16 +23,21 @@ Bug Fixes * +Internal changes +================ + +* + Additional information ====================== For more information, please check out the complete `Avocado changelog -`_. +`_. For more information on the actual issues addressed, please check out the `milestone information -`_. +`_. For more information on the release codename, please refer to `IMDb `_.