From bdb5b3d665b6461a7d9105dfe8cbf43a931b4e52 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 30 May 2023 12:38:42 -0600 Subject: [PATCH] docs(changelog): version 1.10.0 [citest skip] Create changelog update and release for version 1.10.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899fc588..789ce5e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +[1.10.0] - 2023-05-30 +-------------------- + +### New Features + +- feat: User-specified mount point owner and permissions + +### Bug Fixes + +- fix: Allow using raid_chunk_size for RAID pools and volumes + +### Other Changes + +- docs: Consistent contributing.md for all roles - allow role specific contributing.md section +- docs: add Collection requirements section to README +- test: use SYSTEM_ROLES_REMOVE_CLOUD_INIT=1 with remove-cloud-init + [1.9.8] - 2023-04-13 --------------------