Releases: linux-system-roles/ssh
Version 1.1.15
[1.1.15] - 2023-04-27
Other Changes
- ci: Add commitlint GitHub action to ensure conventional commits
- ci: Remove Debian stretch (9)
- test: check generated files for ansible_managed, fingerprint
Version 1.1.14
Version 1.1.13
[1.1.13] - 2023-04-06
Bug Fixes
Other Changes
Version 1.1.12
Version 1.1.11
[1.1.11] - 2022-09-27
New Features
- Add final version of the option RequiredRSASize (#53)
Update source template to match generated template
Add final name of the RequiredRSASize parameter
keeping the old version for backward compatibility.
Upstream commit:
openssh/openssh-portable@54b333d1
Bug Fixes
- none
Other Changes
- none
Version 1.1.10
[1.1.10] - 2022-09-19
New Features
- none
Bug Fixes
- cast value to string in jinja macro (#50)
Some versions of jinja will not automatically convert values to
string in a {{ ... }} block, so use | string to ensure that
it is converted to string.
Other Changes
- none
Version 1.1.9
Version 1.1.8
[1.1.8] - 2022-07-19
New Features
- none
Bug Fixes
- none
Other Changes
- make all tests work with gather_facts: false (#39)
Ensure that all of the tests work when using ANSIBLE_GATHERING=explicit
- make min_ansible_version a string in meta/main.yml (#40)
The Ansible developers say that min_ansible_version in meta/main.yml
must be a string value like "2.9", not a float value like 2.9.
- Add CHANGELOG.md (#41)
Update supported OS versions, fix CI
README: Update supported OS versions and add badges
CI: The actions are fixed now
meta: Update relevancy for Ubuntu
fix debian/ubuntu CI
[citest skip] bump tox-lsr version to 2.11.0; remove py37; add py310 (#36)
tox-lsr version 2.11.0 has support for collection-requirements.yml,
runqemu improvements, and support for python 3.10
python 3.7 is not used on any supported platform, so remove it
Signed-off-by: Rich Megginson rmeggins@redhat.com