Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
html { -webkit-text-size-adjust: 100%; }
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +71,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -217,7 +218,7 @@ <h2 id="snapshot_lvm_action">snapshot_lvm_action</h2>
Allocations are rounded up to the next multiple of the volume group
extent size.</p></li>
<li><p><code>mount</code>: Mount a filesystem on a mount point</p></li>
<li><p><code>umount</code>: Unmount a filesytem</p></li>
<li><p><code>umount</code>: Unmount a filesystem</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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

[1.5.0] - 2025-05-19
--------------------

### New Features

- feat: add support for snapshot manager backing the role (#97)

### Other Changes

- ci: ansible-plugin-scan is disabled for now (#87)
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#90)
- ci: Check spelling with codespell (#91)
- ci: Add test plan that runs CI tests and customize it for each role (#92)
- ci: In test plans, prefix all relate variables with SR_ (#93)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): Typo: 'relate' should be 'related'.

Change 'relate' to 'related' so it reads 'related variables'.

Suggested change
- ci: In test plans, prefix all relate variables with SR_ (#93)
- ci: In test plans, prefix all related variables with SR_ (#93)

- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#94)
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#95)
- ci: use tox-lsr 3.6.0; improve qemu test logging (#98)
- ci: skip storage scsi, nvme tests in github qemu ci (#99)
- ci: Bump sclorg/testing-farm-as-github-action from 3 to 4 (#100)
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#101)
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#105)

[1.4.3] - 2025-01-09
--------------------

Expand Down
Loading