diff --git a/collection_release.yml b/collection_release.yml index 265ce25..1da2c35 100644 --- a/collection_release.yml +++ b/collection_release.yml @@ -42,7 +42,7 @@ crypto_policies: sourcenum: 14 sshd: org: willshersystems - ref: v0.25.0 + ref: v0.26.0 repo: ansible-sshd sourcenum: 15 ssh: diff --git a/galaxy.yml b/galaxy.yml index f181ba8..0ac25ad 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: "fedora" name: "linux_system_roles" -version: "1.93.0" +version: "1.94.0" description: "Ansible roles for linux system components management" authors: diff --git a/lsr_role2collection/COLLECTION_CHANGELOG.md b/lsr_role2collection/COLLECTION_CHANGELOG.md index 53df23b..df729e0 100644 --- a/lsr_role2collection/COLLECTION_CHANGELOG.md +++ b/lsr_role2collection/COLLECTION_CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========= +[1.94.0] - 2025-01-07 +--------------------- + +### New Features + +- sshd - feat: Use sshd_config instead of sshd which has been deprecated (#299) +- sshd - feat: New options in OpenSSH + fixes for bugx in OpenSSH 9.9p1 (#304) + +### Bug Fixes + +- sshd - fix: Reload the service when needed (#303) +- sshd - fix: use quote with command, shell and validate with variable (#298) + [1.93.0] - 2024-12-13 ---------------------