Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jan 26, 2024
1 parent cfe092b commit f10ec73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ <h2 id="snapshot_lvm_action">snapshot_lvm_action</h2>
conflicts and there is sufficient space to take the snapshots</p></li>
<li><p><code>clean</code>: Remove snapshots that conform to the
specified prefix and pattern</p></li>
<li><p><code>revert</code>: Revert to snapshots that are specifed by
either the pattern or set. If either the source LV or snapshot are open,
the merge is deferred until the next time the server reboots and the
source logical volume is activated.</p></li>
</ul>
<h2 id="snapshot_lvm_set">snapshot_lvm_set</h2>
<p>The snapshot role supports sets of volumes. Sets may contain any
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[1.1.0] - 2024-01-26
--------------------

### New Features

- feat: add support for reverting LV back to state of snapshot (#15)

[1.0.0] - 2024-01-24
--------------------

Expand Down

0 comments on commit f10ec73

Please sign in to comment.