Skip to content

Releases: linux-system-roles/selinux

Version 1.7.6

11 Jun 17:15
Compare
Choose a tag to compare

[1.7.6] - 2024-06-11

Other Changes

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

Version 1.7.5

04 Apr 16:29
Compare
Choose a tag to compare

[1.7.5] - 2024-04-04

Other Changes

  • ci: bump ansible/ansible-lint from 6 to 24 (#230)
  • ci: bump mathieudutour/github-tag-action from 6.1 to 6.2 (#231)

Version 1.7.4

15 Feb 03:32
Compare
Choose a tag to compare

[1.7.4] - 2024-02-14

Other Changes

  • ci: bump codecov/codecov-action from 3 to 4 (#226)
  • ci: fix python unit test - copy pytest config to tests/unit (#227)
  • test: Add python_version to test facts gather ansible_python_version (#228)

Version 1.7.3

17 Jan 20:39
Compare
Choose a tag to compare

[1.7.3] - 2024-01-16

Other Changes

  • ci: bump actions/setup-python from 4 to 5 (#221)
  • ci: bump github/codeql-action from 2 to 3 (#222)
  • ci: support ansible-lint and ansible-test 2.16 (#223)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#224)

Version 1.7.2

08 Dec 21:14
Compare
Choose a tag to compare

[1.7.2] - 2023-12-08

Bug Fixes

  • fix: no longer use "item" as a loop variable (#217)
  • fix: Print an error message when module to be created doesn't exist (#218)

Other Changes

  • ci: bump actions/github-script from 6 to 7 (#214)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#215)
  • docs: Update docs to use yaml style when defining vars (#219)

Version 1.7.1

22 Nov 17:41
Compare
Choose a tag to compare

[1.7.1] - 2023-11-22

Bug Fixes

  • fix: fix ansible-lint issues (#210)

Other Changes

  • docs: Add example playbook and "readme" for confined users (#184)
  • test: skip tests_modifications_with_selinux_disabled on EL6 (#211)
  • refactor: improve support for ostree systems (#212)

Version 1.7.0

26 Oct 16:02
Compare
Choose a tag to compare

[1.7.0] - 2023-10-26

New Features

  • feat: support for ostree systems (#206)

Version 1.6.5

23 Oct 19:24
Compare
Choose a tag to compare

[1.6.5] - 2023-10-23

Bug Fixes

  • fix: Use ignore_selinux_state module option (#194)

Other Changes

  • Bump actions/checkout from 3 to 4 (#197)
  • test: Add modifications in SELinux disabled mode (#201)
  • ci: ensure dependabot git commit message conforms to commitlint (#202)
  • ci: use dump_packages.py callback to get packages used by role (#204)
  • ci: tox-lsr version 3.1.1 (#207)

Version 1.6.4

27 Sep 00:04
Compare
Choose a tag to compare

[1.6.4] - 2023-09-26

Bug Fixes

  • fix: make role work again on Suse - not officially supported (#195)

Version 1.6.3

19 Sep 13:42
Compare
Choose a tag to compare

[1.6.3] - 2023-09-19

Other Changes

  • refactor: use primary package names instead of aliases (#192)