From 7d50893deb2b31e49d136110dea1cb54ba4b95f1 Mon Sep 17 00:00:00 2001 From: Matt Willsher Date: Wed, 18 Oct 2023 11:18:51 +0100 Subject: [PATCH] docs(changelog): version v0.22.0 [citest skip] (#263) Update changelog and .README.html for version v0.22.0 Signed-off-by: Matt Willsher --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e43542..cdad83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Changelog ========= +[v0.22.0] - 2023-10-18 +-------------------- + +### Bug Fixes + +- fix: Symlink sub-directories under tests/roles/ansible-sshd to avoid recursive loop (#262) + + Enhancement: + Moved symlinking a level down in test/roles to avoid a recursive look via the test directory. + + Reason: + Ansible Core >= 2.15.5 does not allow recursive directory trees. + + Result: + CI should still run correctly, the problem with the recursive symlinks with Ansible Core 2.15.5 should be fixed. + + Issue Tracker Tickets (Jira or BZ if any): + #259 #260 #261 + + [v0.21.0] - 2023-09-12 --------------------