Skip to content

Commit 72ba4b5

Browse files
committed
docs(changelog): version 1.19.0 [citest skip]
Update changelog and .README.html for version 1.19.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent 50c2437 commit 72ba4b5

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

.README.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,7 @@ <h2 id="storage_volumes"><code>storage_volumes</code></h2>
288288
reside. Valid values for <code>type</code>: <code>lvm</code>,
289289
<code>disk</code>, <code>partition</code> or <code>raid</code>. The
290290
default is determined according to the OS and release (currently
291-
<code>lvm</code>).</p>
292-
<p><strong>NOTE</strong>: Support for managing partition volumes is
293-
currently very limited, the role allows creating only a single partition
294-
spanning the entire disk.</p></li>
291+
<code>lvm</code>).</p></li>
295292
<li><p><code>state</code></p>
296293
<p>Valid values are <code>present</code> (default behavior) or
297294
<code>absent</code>. Volumes marked as <code>absent</code> will be
@@ -464,6 +461,14 @@ <h2 id="storage_volumes"><code>storage_volumes</code></h2>
464461
<li><p><code>thin_pool_size</code></p>
465462
<p>Size for the thin pool. <code>thin_pool_size</code> format is
466463
intended to be human-readable, e.g.: "30g", "50GiB".</p></li>
464+
<li><p><code>part_type</code></p>
465+
<p>This specifies partition type for newly created partitions on
466+
MSDOS/MBR partition table. Supported values include
467+
<code>primary</code>, <code>extended</code> and <code>logical</code>. If
468+
not specified, first three partitions on the disk will be created as
469+
primary and fourth one will be created as logical inside a newly created
470+
extended partition. <code>part_type</code> is ignored on GPT partition
471+
table.</p></li>
467472
</ul>
468473
<h2 id="storage_safe_mode"><code>storage_safe_mode</code></h2>
469474
<p>When true (the default), an error will occur instead of automatically

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Changelog
22
=========
33

4+
[1.19.0] - 2025-10-21
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Add support for creating multiple partitions (#552)
10+
11+
### Bug Fixes
12+
13+
- fix: Allow running on systems without /etc/fstab present (#562)
14+
15+
### Other Changes
16+
17+
- ci: bump actions/checkout from 4 to 5 (#553)
18+
- ci: rollout several recent changes to CI testing (#555)
19+
- ci: support openSUSE Leap in qemu/kvm test matrix (#556)
20+
- ci: use the new epel feature to enable EPEL for testing farm (#558)
21+
- ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#560)
22+
- ci: use JSON format for __bootc_validation (#561)
23+
- ci: bump actions/setup-python from 5 to 6 (#563)
24+
- ci: bump actions/github-script from 7 to 8 (#564)
25+
426
[1.18.20] - 2025-08-01
527
--------------------
628

0 commit comments

Comments
 (0)