Skip to content

Commit

Permalink
docs(changelog): version v0.22.0 [citest skip] (#263)
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version v0.22.0

Signed-off-by: Matt Willsher <[email protected]>
  • Loading branch information
mattwillsher authored Oct 18, 2023
1 parent 59ee0c9 commit 7d50893
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------

Expand Down

0 comments on commit 7d50893

Please sign in to comment.