Skip to content

Commit bd70d66

Browse files
committed
docs(changelog): version 1.17.0 [citest skip]
Update changelog and .README.html for version 1.17.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent 15b1738 commit bd70d66

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

.README.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
6161
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
62+
pre > code.sourceCode > span { line-height: 1.25; }
6363
pre > code.sourceCode > span:empty { height: 1.2em; }
6464
.sourceCode { overflow: visible; }
6565
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +70,7 @@
7070
}
7171
@media print {
7272
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
73+
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
7474
}
7575
pre.numberSource code
7676
{ counter-reset: source-line 0; }
@@ -206,6 +206,10 @@ <h2 id="storage_pools"><code>storage_pools</code></h2>
206206
<li><p><code>type</code></p>
207207
<p>This specifies the type of pool to manage. Valid values for
208208
<code>type</code>: <code>lvm</code>.</p></li>
209+
<li><p><code>grow_to_fill</code></p>
210+
<p>When set, the pool Physical Volumes will be resized to match their
211+
respective device sizes. (e.g. after Virtual Machine disk size
212+
increase)</p></li>
209213
<li><p><code>shared</code></p>
210214
<p>If set to <code>true</code>, the role creates or manages a shared
211215
volume group. Requires lvmlockd and dlm services configured and
@@ -255,6 +259,16 @@ <h2 id="storage_pools"><code>storage_pools</code></h2>
255259
<p>s the LUKS key size (in bytes).</p></li>
256260
<li><p><code>encryption_luks_version</code></p>
257261
<p>This integer specifies the LUKS version to use.</p></li>
262+
<li><p><code>encryption_clevis_pin</code></p>
263+
<p>For Stratis pools, the clevis method that should be used to encrypt
264+
the created pool. Accepted values are: <code>tang</code> and
265+
<code>tpm2</code></p></li>
266+
<li><p><code>encryption_tang_url</code></p>
267+
<p>When creating a Stratis pool encrypted via NBDE using a tang server,
268+
specifies the URL of the server.</p></li>
269+
<li><p><code>encryption_tang_thumbprint</code></p>
270+
<p>When creating a Stratis pool encrypted via NBDE using a tang server,
271+
specifies the thumbprint of the server.</p></li>
258272
</ul>
259273
<h2 id="storage_volumes"><code>storage_volumes</code></h2>
260274
<p>The <code>storage_volumes</code> variable is a list of volumes to

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.17.0] - 2024-06-11
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: PV resize support (#438)
10+
- feat: Stratis support (#439)
11+
12+
### Bug Fixes
13+
14+
- fix: Fix 'possibly-used-before-assignment' pylint issues (#440)
15+
- fix: Get same sector size disks for multi device LVM tests (#441)
16+
- fix: Fix expected error message in tests_misc.yml (#446)
17+
18+
### Other Changes
19+
20+
- ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#442)
21+
- ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#445)
22+
- test: lsblk can return LOG_SEC or LOG-SEC (#447)
23+
- ci: Add supported_ansible_also to .ansible-lint (#448)
24+
- test: lvm pool members test fix (#449)
25+
426
[1.16.5] - 2024-04-22
527
--------------------
628

0 commit comments

Comments
 (0)