Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): version 1.18.7 [citest skip] #483

Merged
merged 1 commit into from
Aug 29, 2024
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
2 changes: 1 addition & 1 deletion .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1 class="toc-title">Contents</h1>
<ul>
<li>disks</li>
<li>LVM volume groups</li>
<li>Stratis pools</li>
<li>Stratis pools (with Stratis v3 and newer)</li>
</ul>
<p>Encryption (using LUKS) and RAID (using MD) is also supported.
Support for managing pre-existing devices is limited, but new LVM
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.18.7] - 2024-08-29
--------------------

### Bug Fixes

- fix: Use blkid instead of lsblk in tests to get partition table (#480)
- fix: Skip Stratis tests on RHEL 8 and document Stratis support (#482)

### Other Changes

- ci: Add tags to TF workflow, allow more [citest bad] formats (#481)

[1.18.6] - 2024-08-21
--------------------

Expand Down
Loading