diff --git a/CHANGELOG.md b/CHANGELOG.md index 8274485..07fce60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ Changelog ### Bug Fixes - [ALL - facts being gathered unnecessarily](https://bugzilla.redhat.com/show_bug.cgi?id=2223032) -- [ad_integration - leaks credentials when in check_mode](https://bugzilla.redhat.com/show_bug.cgi?id=2223764) +- [ad_integration - leaks credentials when in check_mode](https://bugzilla.redhat.com/show_bug.cgi?id=2232758) - [certificate - does not re-issue after updating key_size](https://bugzilla.redhat.com/show_bug.cgi?id=2224138) - [firewall - fix: reload on resetting to defaults](https://bugzilla.redhat.com/show_bug.cgi?id=2223764) - [firewall - Check mode fails with replacing previous rules](https://issues.redhat.com/browse/RHEL-898) diff --git a/linux-system-roles.spec b/linux-system-roles.spec index 42af1f4..9270d93 100644 --- a/linux-system-roles.spec +++ b/linux-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: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and MIT and BSD and Python %global _pkglicensedir %{_licensedir}/%{name} @@ -672,6 +672,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \ %endif %changelog +* Tue Aug 22 2023 Rich Megginson - 1.22.0-2 +- Resolves:rhbz#2232758 : ad_integration - leaks credentials when in check_mode + NOTE: changelog entry below has the wrong bz + * Tue Aug 15 2023 Rich Megginson - 1.22.0-1 - Resolves:rhbz#2223764 : ad_integration - leaks credentials when in check_mode - Resolves:rhbz#2232241 : kdump - "Write new authorized_keys if needed" task idempotency issues