Skip to content

Commit

Permalink
Release 92.2
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <crosa@redhat.com>
  • Loading branch information
clebergnu committed Apr 30, 2024
1 parent 640e856 commit a4976f8
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
1 change: 1 addition & 0 deletions docs/source/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Long Term Stability Releases

lts/92_0
lts/92_1
lts/92_2
lts/82_0
lts/69_0
lts/52_0
Expand Down
49 changes: 49 additions & 0 deletions docs/source/releases/lts/92_2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.. _lts_92_2:

========
92.2 LTS
========

The Avocado team is proud to present a minor release in the 92.0 LTS
(Long Term Stability) series, version 92.2 LTS, is now available!

LTS Release
===========

For more information on what a LTS release means, please read
:ref:`rfc-long-term-stability`.

Upgrading from 92.1 to 92.2
===========================

Upgrading should be smooth, and there are no additional instructions
besides the steps on the installation method used. For instance,
if using pip, it should be as simple as::

$ pip install avocado-framework==92.2

To use the latest 92.x release, you can also always do::

$ pip install avocado-framework<93.0

Changes since 92.1
==================

* Support for Python 3.12 by using :mod:`importlib` instead of
:mod:`imp`

* Support for z16 on s390x in :mod:`avocado.utils.cpu`.

* Fixes for building the documentation

* Updates to the :mod:`avocaod.utils.vmimage` libraries to make it
work with current providers and repos.

* Many fixes to the CI jobs.

Complete list of changes
------------------------

For a complete list of changes between the last LTS release (92.1) and
this release, please check out `the Avocado commit changelog
<https://github.com/avocado-framework/avocado/compare/92.1...92.2>`_.
2 changes: 1 addition & 1 deletion optional_plugins/golang/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/html/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/result_upload/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/resultsdb/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/robot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/varianter_cit/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/varianter_pict/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
2 changes: 1 addition & 1 deletion optional_plugins/varianter_yaml_to_mux/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
92.1
92.2
9 changes: 6 additions & 3 deletions python-avocado.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
%global gittar avocado-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 0e1dace6c618dcfe39adb5c6df1c560e31d6fe98
%global commit 640e856ca527bfc39546d274b6cf56b6ecaa148c
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20221028
%global commit_date 20240430
%endif
%global shortcommit %(c=%{commit};echo ${c:0:9})
%global gitrel .%{commit_date}git%{shortcommit}
Expand All @@ -26,7 +26,7 @@

Summary: Framework with tools and libraries for Automated Testing
Name: python-avocado
Version: 92.1
Version: 92.2
Release: 1%{?gitrel}%{?dist}
License: GPLv2+ and GPLv2 and MIT
URL: https://avocado-framework.github.io/
Expand Down Expand Up @@ -368,6 +368,9 @@ Again Shell code (and possibly other similar shells).
%{_libexecdir}/avocado*

%changelog
* Tue Apr 30 2024 Cleber Rosa <crosa@redhat.com> - 92.2-1
- New release

* Wed Oct 26 2022 Cleber Rosa <crosa@redhat.com> - 92.1-1
- New release

Expand Down

0 comments on commit a4976f8

Please sign in to comment.