Skip to content

Releases: linux-system-roles/ssh

Version 1.2.2

08 Sep 13:21
d2923fa
Compare
Choose a tag to compare

[1.2.2] - 2023-09-07

Other Changes

  • ci: Add markdownlint, test_html_build, and build_docs workflows (#108)

  • markdownlint runs against README.md to avoid any issues with
    converting it to HTML

  • test_converting_readme converts README.md > HTML and uploads this test
    artifact to ensure that conversion works fine

  • build_docs converts README.md > HTML and pushes the result to the
    docs branch to publish dosc to GitHub pages site.

  • Fix markdown issues in README.md

Signed-off-by: Sergei Petrosian [email protected]

  • docs: Make badges consistent, run markdownlint on all .md files (#109)

  • Consistently generate badges for GH workflows in README RHELPLAN-146921

  • Run markdownlint on all .md files

  • Add custom-woke-action if not used already

  • Rename woke action to Woke for a pretty badge

Signed-off-by: Sergei Petrosian [email protected]

  • ci: Remove badges from README.md prior to converting to HTML (#110)

  • Remove thematic break after badges

  • Remove badges from README.md prior to converting to HTML

Signed-off-by: Sergei Petrosian [email protected]

Version 1.2.1

19 Jul 21:09
Compare
Choose a tag to compare

[1.2.1] - 2023-07-19

Bug Fixes

  • fix: Fix rendering Match/Host defaults when user provides their own (#104)
  • fix: facts being gathered unnecessarily (#106)

Other Changes

  • docs: note on default config in case of drop-in support (#103)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#105)

Version 1.2.0

23 Jun 14:25
Compare
Choose a tag to compare

[1.2.0] - 2023-06-23

New Features

  • feat: add ssh_backup option with default true (#91)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#99)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#101)

Version 1.1.16

27 May 17:59
Compare
Choose a tag to compare

[1.1.16] - 2023-05-26

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: remove unused Dependencies section in README

Version 1.1.15

28 Apr 01:03
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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