From af8045a55acfdbbdb365733454de5b4ac16a76b9 Mon Sep 17 00:00:00 2001 From: dev-sec CI Date: Tue, 21 Nov 2023 11:23:22 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7274ef7a..b974fc7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [9.0.1](https://github.com/dev-sec/ansible-collection-hardening/tree/9.0.1) (2023-11-21) + +[Full Changelog](https://github.com/dev-sec/ansible-collection-hardening/compare/9.0.0...9.0.1) + +**Fixed bugs:** + +- boolean variable inconsistency? [\#330](https://github.com/dev-sec/ansible-collection-hardening/issues/330) +- Restore idempotency for disabling unused filesystems with Ansible 2.16.0 [\#718](https://github.com/dev-sec/ansible-collection-hardening/pull/718) [[os_hardening](https://github.com/dev-sec/ansible-collection-hardening/labels/os_hardening)] ([akikanellis](https://github.com/akikanellis)) + ## [9.0.0](https://github.com/dev-sec/ansible-collection-hardening/tree/9.0.0) (2023-11-16) [Full Changelog](https://github.com/dev-sec/ansible-collection-hardening/compare/8.8.0...9.0.0) @@ -27,7 +36,6 @@ - Error: No file was found when using first\_found on Ubuntu 20.04 [\#676](https://github.com/dev-sec/ansible-collection-hardening/issues/676) - PUBLIC-role breaks mysql-hardening [\#648](https://github.com/dev-sec/ansible-collection-hardening/issues/648) - Error deploying the playbook [\#630](https://github.com/dev-sec/ansible-collection-hardening/issues/630) -- boolean variable inconcistency ? [\#330](https://github.com/dev-sec/ansible-collection-hardening/issues/330) - Gather facts when os\_hardening role is executed with tags [\#708](https://github.com/dev-sec/ansible-collection-hardening/pull/708) [[os_hardening](https://github.com/dev-sec/ansible-collection-hardening/labels/os_hardening)] ([schurzi](https://github.com/schurzi)) **Closed issues:**