Skip to content

Commit c8b0d44

Browse files
committed
Release 1.40.0
1 parent ebcf9ff commit c8b0d44

File tree

3 files changed

+30
-22
lines changed

3 files changed

+30
-22
lines changed

docs/guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ copied to the guest.
878878
Conditional step configuration
879879
------------------------------
880880

881-
.. versionadded:: 1.39
881+
.. versionadded:: 1.40
882882

883883
Sometimes, the plan is expected to cover a broad set of environments;
884884
however, some step configurations may not be applicable everywhere.

docs/overview.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,8 @@ James Molet, Cristian Le, Lili Nie, Martin Čermák, Michael Vogt,
781781
Qinghua Cheng, Michael Engel, Anatoli Babenia, Colin Walters,
782782
Link Dupont, Mario Casquero, Martin Klusoň, Pavel Holica,
783783
Otto Šabart, Ismail Ibrahim Quwarah, Sergei Petrosian, Tom
784-
Koscielniak, Han Han, Luigi Pellecchia, Siteshwar Vashisht and
785-
Chris Kyrouac.
784+
Koscielniak, Han Han, Luigi Pellecchia, Siteshwar Vashisht,
785+
Chris Kyrouac and Xiaofeng Wang.
786786

787787

788788
Copyright

docs/releases.rst

+27-19
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,47 @@
88
tmt-1.40.0
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1010

11-
Add the ``--workdir-root`` option for the ``tmt clean`` and ``tmt run``
12-
commands so that users can specify the directory they want.
11+
The execution of individual step configurations can be controlled
12+
using the new :ref:`when<when-config>` key. Enable and disable
13+
selected step phase easily with the same syntax as used for the
14+
context :ref:`/spec/core/adjust` rules.
15+
16+
When the ``login`` command is used to enter an interactive session
17+
on the guest, for example during a ``tmt try`` session, the
18+
current working directory is set to the path of the last executed
19+
test, so that users can easily investigate the test code there and
20+
experiment with it directly on the guest.
21+
22+
A new ``--workdir-root`` option is now supported in the ``tmt
23+
clean`` and ``tmt run`` commands so that users can specify the
24+
directory which should be cleaned up and where new test runs
25+
should be stored.
1326

14-
Add the ``--keep`` option for the ``tmt clean guests`` and ``tmt clean``
15-
commands. Users can now choose to keep the selected number of latest guests,
16-
and maybe also runs, clean the rest to release the resources.
27+
New ``--keep`` option has been implemented for the ``tmt clean
28+
guests`` and ``tmt clean`` commands. Users can now choose to keep
29+
the selected number of latest guests, and maybe also runs, clean
30+
the rest to release the resources.
1731

1832
The log file paths of tmt subresults created by shell tests by
1933
calling the ``tmt-report-result`` or by calling beakerlib's
2034
``rlPhaseEnd`` saved in ``results.yaml`` are now relative to the
2135
``execute`` directory.
2236

23-
Documentation pages now use the `new tmt logo`__ designed by Maria Leonova.
24-
25-
__ https://github.com/teemtee/docs/tree/main/logo
26-
27-
When the ``login`` command is used to enter an interactive session
28-
on the guest, for example during the ``tmt try`` command, the
29-
current working directory is set to the path of the last
30-
executed test, so that users can easily investigate the test
31-
code there and experiment with it directly on the guest.
32-
3337
The :ref:`/plugins/report/reportportal` plugin now handles the
3438
timestamps for ``custom`` and ``restraint`` results correctly. It
3539
should prevent the ``start-time`` of a result being higher than
3640
the ``end-time``. It should be also ensured that the end time of
3741
all launch items is the same or higher than the start time of a
3842
parent item/launch.
3943

40-
The :ref:`/plugins/provision/beaker` provision plugin gains support
41-
for adding pubkeys to instance by populating the kickstart file.
44+
The :ref:`/plugins/provision/beaker` provision plugin gained
45+
support for adding public keys to the guest instance by populating
46+
the kickstart file.
47+
48+
Documentation pages now use the `new tmt logo`__ designed by Maria
49+
Leonova.
50+
51+
__ https://github.com/teemtee/docs/tree/main/logo
4252

4353

4454
tmt-1.39.0
@@ -71,8 +81,6 @@ Limits can be controlled using the newly introduced
7181
``--traceback-size-limit`` or the respective environment
7282
variables.
7383

74-
The execution of individual step configurations can be controlled
75-
using the :ref:`when-config` key.
7684

7785
tmt-1.38.0
7886
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)