Skip to content

Commit 6a4986c

Browse files
Release 1.70.0 (#4744)
Signed-off-by: Cristian Le <git@lecris.dev> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 35b6f0b commit 6a4986c

10 files changed

Lines changed: 21 additions & 14 deletions

File tree

docs/releases/1.70.0/4333.fmf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
description: |
2+
The :ref:`/plugins/provision/container` plugin now supports the
3+
``expose-device`` key to expose runner devices to the guest. For example,
4+
``expose-device: /dev/kvm`` can be used for testing ``qemu`` with ``kvm``
5+
acceleration. Option ``--exposable-runner-devices`` or environment variable ``TMT_EXPOSABLE_RUNNER_DEVICES``
6+
**must** be specified to use this.
7+
order: 11

docs/releases/1.70.0/4660.fmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
description: |
2-
New :ref:`/plugins/prepare/verify-installation` plugin to verify that
3-
packages were installed from expected repositories.
2+
Introduced the :ref:`/plugins/prepare/verify-installation` prepare plugin.
3+
This verifies that packages were installed from expected repositories.

docs/releases/1.70.0/4662.fmf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
description: |
2+
Rsync commands will now use temporary directories, preventing some issues
3+
with incomplete rsync transfers.

docs/releases/1.70.0/4705.fmf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
description: |
2+
Introduced the ``--exposable-runner-devices`` tmt command option, and
3+
a corresponding environment variable, ``TMT_EXPOSABLE_RUNNER_DEVICES``.
4+
When a :term:`guest` asks for a :term:`runner` device to be exposed to said guest, e.g.
5+
via podman's ``--device`` option or as a libvirt "node device", only
6+
the devices whose path matches any of the regular expressions passed
7+
to the option would be exposed to said guest. If this is not set,
8+
no runner devices will be allowed to be shared with the guests.
9+
order: 10

docs/releases/pending/4333.fmf

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/releases/pending/4705.fmf

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)