Skip to content

Commit

Permalink
docs(changelog): version 1.15.0 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.15.0

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 12, 2023
1 parent eec6543 commit 7fc8d76
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ <h2 id="storage_pools"><code>storage_pools</code></h2>
<li><p><code>type</code></p>
<p>This specifies the type of pool to manage. Valid values for
<code>type</code>: <code>lvm</code>.</p></li>
<li><p><code>shared</code></p>
<p>If set to <code>true</code>, the role creates or manages a shared
volume group. Requires lvmlockd and dlm services configured and
running.</p>
<p>Default: <code>false</code></p>
<p><strong>WARNING</strong>: Modifying the <code>shared</code> value on
an existing pool is a destructive operation. The pool itself will be
removed as part of the process.</p></li>
<li><p><code>disks</code></p>
<p>A list which specifies the set of disks to use as backing storage for
the pool. Supported identifiers include: device node (like
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[1.15.0] - 2023-12-12
--------------------

### New Features

- feat: Added support for creating shared LVM setups (#388)

### Other Changes

- ci: Bump actions/github-script from 6 to 7 (#405)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#406)

[1.14.1] - 2023-11-29
--------------------

Expand Down

0 comments on commit 7fc8d76

Please sign in to comment.