mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-21 18:40:19 +01:00
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:
parent
59ee0c9715
commit
7d50893deb
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
20
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
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue