Skip to content

Commit 6b22aa5

Browse files
authored
Release 1.74.0 (#4911)
1 parent c2fdfc4 commit 6b22aa5

13 files changed

Lines changed: 50 additions & 11 deletions

File tree

docs/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ Koscielniak, Han Han, Luigi Pellecchia, Siteshwar Vashisht,
933933
Chris Kyrouac, Xiaofeng Wang, Coiby Xu, Michal Pospíšil, Wayne
934934
Sun, Evgeni Vakhonin, Mike Stowell, Therese Cornell, Mingyu Shi,
935935
Conor Tull, Athrey Vinay, David Pascual, Vaibhav D. Aren, Qin
936-
Yuan, Thiébaud Weksteen, Nisha Saini, Yaakov Selkowitz and
937-
Petr Khartskhaev.
936+
Yuan, Thiébaud Weksteen, Nisha Saini, Yaakov Selkowitz, Petr
937+
Khartskhaev, Bruno Goncalves and Israel Santana.
938938

939939

940940
Copyright

docs/releases/1.74.0/4419.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
description: |
2+
Fixed the display of the ``ansible`` key in plan and guest
3+
output to show the actual specification data instead of an
4+
internal object representation.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
description: |
22
The ``tmt clean`` command now shows the size of each workdir
33
and a summary of total disk space freed.
4+
order: 12

docs/releases/1.74.0/4693.fmf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
description: |
2+
Added specification for reusable hardware configurations
3+
through :tmt:story:`/spec/hardware/preset` files. Presets
4+
allow users to define named hardware profiles in YAML files
5+
and reference them via the ``preset`` key under ``hardware``.
6+
Specification is ready for early user feedback.
7+
order: 14

docs/releases/1.74.0/4751.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
description: |
2+
The ``dmesg`` check plugin now requires ``/bin/dmesg``,
3+
ensuring the check works correctly also on older systems such
4+
as ``rhel-6`` where ``/usr/bin/dmesg`` is not available.

docs/releases/1.74.0/4753.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
description: |
2+
When custom results are missing, the ``output.txt`` file is
3+
referenced in result logs so that the test output is still
4+
available for user inspection.

docs/releases/1.74.0/4800.fmf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: |
2+
The ``epel`` and ``crb`` feature plugins now work in image
3+
mode as well. The Ansible playbook implementation has been
4+
dropped to support the Containerfile-based workflow.
5+
order: 10

docs/releases/1.74.0/4866.fmf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: |
2+
The cleanup step now runs for all provisioned guests,
3+
including those that failed to become ready, ensuring
4+
resources are properly released even after provision
5+
failures.
6+
order: 11

docs/releases/1.74.0/4873.fmf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: |
2+
Shebangs in tmt helper scripts such as ``tmt-reboot`` or
3+
``tmt-report-result`` are no longer mangled during RPM
4+
packaging, ``/bin/bash`` is kept intact which fixes
5+
execution failures on older systems such as ``rhel-6``.

0 commit comments

Comments
 (0)