Skip to content

Commit 222e927

Browse files
authored
Release 1.67.0 (#4580)
1 parent b20289b commit 222e927

16 files changed

Lines changed: 34 additions & 13 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ description: |
22
A new section :ref:`parametrize-tests` describing several ways
33
to efficiently parametrize tests using environment variables
44
has been added to the :ref:`guide`.
5+
order: 30
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ description: |
44
constraint, allowing users to explicitly select BIOS or UEFI boot
55
method for their x86_64 guests. For other architectures, the boot
66
method is set automatically and cannot be changed.
7+
order: 12

docs/releases/1.67.0/4342.fmf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: |
2+
The ``tmt plan export`` command now includes user-defined
3+
:tmt:story:`/spec/core/extra` keys from the plan data in the
4+
exported output, so that custom metadata such as
5+
``extra-nitrate`` or ``extra-myproject`` is preserved when
6+
exporting plans.

docs/releases/1.67.0/4379.fmf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
description: |
2+
New ``adjust-plans`` key for :tmt:story:`/spec/plans/import` has
3+
been implemented. It allows selective modification and addition of
4+
steps when importing remote plans using the same powerful rule
5+
system as the context :tmt:story:`/spec/core/adjust` key.
6+
order: 11

docs/releases/1.67.0/4481.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
description: |
2+
The ``tmt run login --test`` command no longer includes a login
3+
at the last enabled step, instead only after test executions.
4+
Use ``--step`` explicitly to also login at a specific step.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ description: |
33
plan environment variables to the container via ``podman run --env-file``.
44
This allows container images that require environment variables for
55
initialization to receive them at container startup time.
6+
order: 21

docs/releases/1.67.0/4495.fmf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: |
2+
The prepare :ref:`/plugins/prepare/shell` plugin now supports image
3+
mode guests. Shell commands are collected into a Containerfile,
4+
built into a new image, and applied via ``bootc switch`` and reboot.
5+
order: 13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
description: |
22
:tmt:story:`Policies </spec/policy>` can now be applied to plans, including
33
their steps and all their phases.
4+
order: 10

0 commit comments

Comments
 (0)