diff --git a/CHANGELOG.md b/CHANGELOG.md index cca3d8b..7056f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.22.0-0.8] - 2023-05-30 +---------------------------- + +### New Features + +- [storage - [RFE] user-specified mount point owner and permissions](https://bugzilla.redhat.com/show_bug.cgi?id=2181661) + +### Bug Fixes + +- [storage - Cannot set chunk size for RAID: Unsupported parameters for (blivet) module: pools.raid_chunk_size](https://bugzilla.redhat.com/show_bug.cgi?id=2193057) + [1.22.0-0.7] - 2023-05-23 ---------------------------- diff --git a/rhel-system-roles.spec b/rhel-system-roles.spec index e280ed2..071e864 100644 --- a/rhel-system-roles.spec +++ b/rhel-system-roles.spec @@ -27,7 +27,7 @@ Name: linux-system-roles Url: https://github.com/linux-system-roles Summary: Set of interfaces for unified system management Version: 1.22.0 -Release: 0.7%{?dist} +Release: 0.8%{?dist} License: GPLv3+ and MIT and BSD and Python %global _pkglicensedir %{_licensedir}/%{name} @@ -654,6 +654,11 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Tue May 30 2023 Rich Megginson - 1.22.0-0.8 +- Resolves:rhbz#2181661 : storage - [RFE] user-specified mount point owner and permissions +- Resolves:rhbz#2193057 : storage - Cannot set chunk size for RAID: Unsupported parameters for (blivet) module: pools.raid_chunk_size +- Resolves:rhbz#2211247 : storage - Failed to commit changes to disk: Failed to format device: Input/output error + * Tue May 23 2023 Rich Megginson - 1.22.0-0.7 - remove upstream only docs from README.md files - python3-setuptools is now required for release_collection.py