docs(changelog): version v0.22.0 [citest skip] (#263)

Update changelog and .README.html for version v0.22.0

Signed-off-by: Matt Willsher <matt@monki.org.uk>
This commit is contained in:
Matt Willsher 2023-10-18 11:18:51 +01:00 committed by GitHub
parent 59ee0c9715
commit 7d50893deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
--------------------