diff --git a/.README.html b/.README.html index d51764fa..3198518f 100644 --- a/.README.html +++ b/.README.html @@ -165,7 +165,7 @@

Contents

Encryption (using LUKS) and RAID (using MD) is also supported. Support for managing pre-existing devices is limited, but new LVM diff --git a/CHANGELOG.md b/CHANGELOG.md index 90534d64..8931c26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 --------------------