From ddd8e2a0ec4a6d0f2d1adaf8f063179955e93373 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 24 Jun 2026 12:03:23 -0600 Subject: [PATCH] docs(changelog): version 1.21.2 [citest_skip] Update changelog and .README.html for version 1.21.2 Signed-off-by: Rich Megginson --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da4578e..de276ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Changelog ========= +[1.21.2] - 2026-06-24 +-------------------- + +### Bug Fixes + +- fix: only install stratis if requested (#624) + +### Other Changes + +- refactor: use ansible.posix 2.1.X for EL7 compatibility [citest_skip] (#621) +- ci: Add config file for CodeRabbit with custom rules (#622) +- ci: Skip reviews for PRs with [citest_skip] in the title (#623) +- test: remove unused files (#626) + [1.21.1] - 2026-05-07 --------------------