Skip to content

Releases: linux-system-roles/ssh

Version 1.1.15

28 Apr 01:03

Choose a tag to compare

[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

14 Apr 14:28
144ccfa

Choose a tag to compare

[1.1.14] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when for conditional tasks (#84)

Version 1.1.13

06 Apr 18:56
670281a

Choose a tag to compare

[1.1.13] - 2023-04-06

Bug Fixes

  • Proper indent when lists are used in block (#80)
  • add vars files for Rocky 8/9 (links) (#81)

Other Changes

  • fix shellcheck issues; fix ansible-lint issues in generation (#69)
  • Add check for non-inclusive language (#64)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#78)
  • Fingerprint RHEL System Role managed config files (#79)

Version 1.1.12

21 Jan 16:41
f3d14e3

Choose a tag to compare

[1.1.12] - 2023-01-20

New Features

  • none

Bug Fixes

  • ansible-lint 6.x fixes (#60)

Other Changes

  • none

Version 1.1.11

27 Sep 16:07
d88b3d3

Choose a tag to compare

[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

19 Sep 23:21
091faa2

Choose a tag to compare

[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

28 Jul 14:30
7b18e79

Choose a tag to compare

[1.1.9] - 2022-07-26

New Features

  • add RSAMinSize parameter (#45)

Bug Fixes

  • none

Other Changes

  • changelog_to_tag action - support other than "master" for the main branch name, as well (#46)

Version 1.1.8

21 Jul 01:01
c1890b1

Choose a tag to compare

[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

02 Jun 23:11

Choose a tag to compare

README: Update supported OS versions and add badges

CI: The actions are fixed now

meta: Update relevancy for Ubuntu

fix debian/ubuntu CI

16 May 19:20

Choose a tag to compare

[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

ci: Use last three Debian versions for testing instead of unstable latest

ci: Avoid broken Ubuntu container images