Skip to content

Commit

Permalink
Release 1.42 (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
thrix authored Jan 30, 2025
1 parent 0f4eac8 commit 1be8dfa
Showing 1 changed file with 33 additions and 9 deletions.
42 changes: 33 additions & 9 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
Releases
======================

tmt-1.41.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Fedora Rawhide transitioned files from ``/usr/sbin`` to
``/usr/bin``, breaking path-based requirements installation for
the AVC check. This update adjusts the check to rely on packages,
restoring the functionality on Fedora Rawhide.


tmt-1.42.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -41,6 +32,39 @@ using ``flatpak-spawn --host`` on the host system.

__ https://docs.fedoraproject.org/en-US/fedora-silverblue/toolbox/

Add support for running playbooks from Ansible collections specified
using the ``namespace.collection.playbook`` notation.

Added ``--dry`` option for the ``beaker`` provision plugin. When
used it prints the Beaker Job XML without submitting it.

:ref:`Results specification documentation</spec/results>` has now
a dedicated place in the specification for improved discoverability.

The ``rpm-ostree`` package installation now includes the
``--assumeyes`` option for improved compatibility.

Verbosity levels in ``tmt * show`` commands are now honored.

Added new traceback verbosity level, ``TMT_SHOW_TRACEBACK=2``, which
prints local variables in every frame, shorterning long values. See
:ref:`command-variables` for details.

Fixed an issue where ``execute`` step incorrectly attempted to run
disabled ``discover`` phases.

Pre-defined order values of :ref:`prepare phases</spec/plans/prepare>`
were documented.


tmt-1.41.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Fedora Rawhide transitioned files from ``/usr/sbin`` to
``/usr/bin``, breaking path-based requirements installation for
the AVC check. This update adjusts the check to rely on packages,
restoring the functionality on Fedora Rawhide.


tmt-1.41.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

2 comments on commit 1be8dfa

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on your Packit configuration the settings of the @teemtee/stable Copr project would need to be updated as follows:

field old value new value
additional_repos [] ['copr://@teemtee/stable']

Packit was unable to update the settings above as it is missing admin permissions on the @teemtee/stable Copr project.

To fix this you can do one of the following:

  • Grant Packit admin permissions on the @teemtee/stable Copr project on the permissions page.
  • Change the above Copr project settings manually on the settings page to match the Packit configuration.
  • Update the Packit configuration to match the Copr project settings.

Please retrigger the build, once the issue above is fixed.

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on your Packit configuration the settings of the @teemtee/stable Copr project would need to be updated as follows:

field old value new value
additional_repos [] ['copr://@teemtee/stable']

Packit was unable to update the settings above as it is missing admin permissions on the @teemtee/stable Copr project.

To fix this you can do one of the following:

  • Grant Packit admin permissions on the @teemtee/stable Copr project on the permissions page.
  • Change the above Copr project settings manually on the settings page to match the Packit configuration.
  • Update the Packit configuration to match the Copr project settings.

Please retrigger the build, once the issue above is fixed.

Please sign in to comment.