Skip to content

Commit 32ca248

Browse files
authored
Release 1.52.0 (teemtee#3860)
Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
1 parent 40633b8 commit 32ca248

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

docs/releases.rst

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
Releases
55
======================
66

7-
tmt-1.52.0
8-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9-
10-
The :ref:`/plugins/report/reportportal` report plugin now supports
11-
a new ``upload-log-pattern`` key. This key allows users to select
12-
which logs should be uploaded by specifying the pattern to search
13-
for in the log file names. Check result logs are also affected by
14-
this key but are uploaded only if the check fails or if an error
15-
occurs during execution.
16-
17-
187
tmt-1.52.0
198
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
209

@@ -29,18 +18,39 @@ https://tmt.testing-farm.io/ and can be used together with the
2918
``tmt link`` command to :ref:`link-issues` with related tests and
3019
plans.
3120

21+
Files submitted during a test via
22+
:ref:`tmt-file-submit</stories/features/report-log>` or BeakerLib's
23+
``rlFileSubmit`` are now a part of main test result as logs.
24+
3225
The ``--environment`` option now properly supports dotenv files as
3326
documented. Previously, while the help text indicated that both YAML
3427
and dotenv formats were supported, only YAML files worked correctly.
3528
Now dotenv files can be used with the ``@filename.env`` syntax.
3629

30+
The :ref:`/plugins/report/reportportal` report plugin now supports
31+
a new ``upload-log-pattern`` key. This key allows users to select
32+
which logs should be uploaded by specifying the pattern to search
33+
for in the log file names. Check result logs are also affected by
34+
this key but are uploaded only if the check fails or if an error
35+
occurs during execution.
36+
37+
Improvements have been made to prevent tmt scripts (``tmt-reboot``,
38+
``tmt-abort``, ``tmt-file-submit``, ``tmt-report-result``) from being
39+
executed outside of their intended test execution context.
3740

38-
tmt-1.52.0
39-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41+
The application of :ref:`policies </spec/policy>` is now more visible
42+
in the log output. When a policy is applied, tmt will report this
43+
even without the policy log topic enabled, making it easier to
44+
understand when policies are affecting test execution.
4045

41-
Files submitted during a test via
42-
:ref:`tmt-file-submit</stories/features/report-log>` or BeakerLib's
43-
``rlFileSubmit`` are now a part of main test result as logs.
46+
The :ref:`/plugins/prepare/feature` plugin for EPEL now provides
47+
better error handling and warnings when attempting to enable EPEL
48+
repositories on unsupported distributions.
49+
50+
Documentation of :ref:`TMT_GIT_CREDENTIALS_* <command-variables>`
51+
variables has been improved for cloning private repositories from GitLab,
52+
providing clearer instructions for using personal access tokens and proper
53+
username configuration.
4454

4555

4656
tmt-1.51.0

0 commit comments

Comments
 (0)