Skip to content

Releases: linux-system-roles/ssh

Version 1.5.0

01 Aug 23:10
Compare
Choose a tag to compare

[1.5.0] - 2024-08-01

New Features

  • Handle reboot for transactional update systems (#151)

Other Changes

  • ci: Add tft plan and workflow (#152)
  • ci: Update fmf plan to add a separate job to prepare managed nodes (#154)
  • ci: Bump sclorg/testing-farm-as-github-action from 2 to 3 (#155)

Version 1.4.1

02 Jul 17:57
Compare
Choose a tag to compare

[1.4.1] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#149)

Other Changes

  • ci: ansible-lint action now requires absolute directory (#148)

Version 1.4.0

11 Jun 17:23
Compare
Choose a tag to compare

[1.4.0] - 2024-06-11

New Features

  • feat: Add new configuration options and remove false positives in the test (#142)

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#141)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#144)
  • ci: Add supported_ansible_also to .ansible-lint (#145)

Version 1.3.3

04 Apr 16:24
Compare
Choose a tag to compare

[1.3.3] - 2024-04-04

Other Changes

  • ci: fix python unit test - copy pytest config to tests/unit (#137)
  • ci: Bump ansible/ansible-lint from 6 to 24 (#138)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#139)

Version 1.3.2

17 Jan 20:45
Compare
Choose a tag to compare

[1.3.2] - 2024-01-16

Other Changes

  • ci: support ansible-lint and ansible-test 2.16 (#133)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#134)
  • ci: Run Fedora/CentOS CI in GH Actions + unbreak debian buster CI run (#135)

Version 1.3.1

12 Dec 16:38
Compare
Choose a tag to compare

[1.3.1] - 2023-12-12

Bug Fixes

  • fix: Fix warning for using jinja templates in assert (#131)

Other Changes

  • ci: Add ALP-Dolomite var file (#123)
  • ci: bump actions/github-script from 6 to 7 (#129)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#130)

Version 1.3.0

30 Nov 17:35
Compare
Choose a tag to compare

[1.3.0] - 2023-11-30

New Features

  • feat: support for ostree systems (#124)

Other Changes

  • ci: fix ansible-lint issue in tests_user_config.yml (#125)
  • tests: Ensure backup/restore preserves file attributes (#126)

Version 1.2.3

06 Nov 23:09
Compare
Choose a tag to compare

[1.2.3] - 2023-11-06

Other Changes

  • build(deps): bump actions/checkout from 3 to 4 (#113)
  • ci: ensure dependabot git commit message conforms to commitlint (#116)
  • ci: use dump_packages.py callback to get packages used by role (#118)
  • ci: tox-lsr version 3.1.1 (#120)
  • ci: Fix implicit octal value in main.yml (#121)

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 spetrosi@redhat.com

  • 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 spetrosi@redhat.com

  • 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 spetrosi@redhat.com

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)