Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

68 lines (43 loc) · 1.6 KB

Changelog

[1.2.1] - 2024-11-13

Other Changes

  • refactor: role supports only EL8 and later - metadata should reflect that (#30)

[1.2.0] - 2024-10-30

New Features

  • feat: Add variable that handles semantic check for sudoers (#22)

Other Changes

  • ci: Add workflow for ci_test bad, use remote fmf plan (#20)
  • ci: Fix missing slash in ARTIFACTS_URL (#21)
  • ci: Add python unit tests (#23)
  • ci: Add tags to TF workflow, allow more [citest bad] formats (#24)
  • ci: ansible-test action now requires ansible-core version (#25)
  • ci: add YAML header to github action workflow files (#26)
  • refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#28)

[1.1.0] - 2024-08-01

New Features

  • Handle reboot for transactional update systems (#16)

Other Changes

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

[1.0.1] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#12)

Other Changes

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

[1.0.0] - 2024-06-11

Other Changes

  • refactor: ostree support, simplify tests, lint issues (#5)
  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#6)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#8)
  • ci: Add supported_ansible_also to .ansible-lint (#9)

[0.1.0] - 2024-05-21

New Features

  • feat: Add the sudo role (#2)