Skip to content

Releases: linux-system-roles/sudo

Version 1.2.7

17 Nov 19:01

Choose a tag to compare

[1.2.7] - 2025-11-17

Bug Fixes

  • fix: cannot use community-general version 12 - no py27 and py36 support (#85)

Other Changes

  • ci: bump actions/checkout from 4 to 5 (#70)
  • ci: rollout several recent changes to CI testing (#72)
  • ci: support openSUSE Leap in qemu/kvm test matrix (#73)
  • ci: use the new epel feature to enable EPEL for testing farm (#74)
  • ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#76)
  • ci: use JSON format for __bootc_validation (#77)
  • ci: bump actions/setup-python from 5 to 6 (#78)
  • ci: bump actions/github-script from 7 to 8 (#79)
  • ci: bump actions/upload-artifact from 4 to 5 (#80)
  • ci: bump github/codeql-action from 3 to 4 (#81)
  • ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#82)
  • ci: bump tox-lsr to 3.13.0 (#83)
  • ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#84)

Version 1.2.6

01 Aug 13:07

Choose a tag to compare

[1.2.6] - 2025-08-01

Bug Fixes

  • fix: Use the correct regular expression to parse Cmnd_Alias and other aliases (#68)

Version 1.2.5

09 Jul 20:58

Choose a tag to compare

[1.2.5] - 2025-07-09

Bug Fixes

  • fix: ensure single space before TYPE, ROLE, and correctly format those values (#65)

Version 1.2.4

23 Jun 14:11

Choose a tag to compare

[1.2.4] - 2025-06-23

Bug Fixes

  • fix: Avoid setting ansible_managed variable (#61)
  • fix: Avoid append() in sudoers file template (#62)

Other Changes

  • tests: Update tests_default.yml to do bootc end-to-end validation (#59)
  • ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#60)

Version 1.2.3

21 May 14:53

Choose a tag to compare

[1.2.3] - 2025-05-21

Other Changes

  • ci: ansible-plugin-scan is disabled for now (#36)
  • ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#39)
  • refactor: fix python black formatting (#40)
  • ci: Check spelling with codespell (#41)
  • ci: Add test plan that runs CI tests and customize it for each role (#42)
  • ci: In test plans, prefix all relate variables with SR_ (#43)
  • ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#44)
  • ci: Drop explicit "connection:" for provisioning (#45)
  • ci: Run QEMU tox integration tests in GitHub workflow (#46)
  • ci: Add Python 3.12 (#47)
  • ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#48)
  • ci: use tox-lsr 3.6.0; improve qemu test logging (#50)
  • ci: skip storage scsi, nvme tests in github qemu ci (#51)
  • ci: Add container integration test for rpm and bootc (#52)
  • ci: Update to tox-lsr 3.7.0 (#53)
  • ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#54)
  • ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#55)
  • ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#56)

Version 1.2.2

09 Jan 15:38

Choose a tag to compare

[1.2.2] - 2025-01-09

Other Changes

  • ci: bump codecov/codecov-action from 4 to 5 (#32)
  • ci: Use Fedora 41, drop Fedora 39 (#33)
  • ci: Use Fedora 41, drop Fedora 39 - part two (#34)

Version 1.2.1

13 Nov 23:42

Choose a tag to compare

[1.2.1] - 2024-11-13

Other Changes

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

Version 1.2.0

31 Oct 00:54

Choose a tag to compare

[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)

Version 1.1.0

01 Aug 23:07

Choose a tag to compare

[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)

Version 1.0.1

02 Jul 17:54

Choose a tag to compare

[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)