Skip to content

Releases: linux-system-roles/selinux

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)

Version 1.6.2

08 Sep 13:13
312b327
Compare
Choose a tag to compare

[1.6.2] - 2023-09-07

Other Changes

  • ci: Add markdownlint, test_converting_readme, and build_docs workflows (#182)

  • 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: Fix highlighting for code blocks to look nice (#183)

For given code blocks yaml looks nicer, json marks some parts as errors.

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

  • 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 (#186)

  • Remove thematic break after badges

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

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

Version 1.6.1

19 Jul 21:11
Compare
Choose a tag to compare

[1.6.1] - 2023-07-19

Bug Fixes

  • fix: facts being gathered unnecessarily (#180)

Other Changes

  • ci: Add pull request template and run commitlint on PR title only (#175)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#176)
  • ci: fix python 2.7 CI tests by manually installing python2.7 package (#177)
  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#178)
  • refactor: ansible-lint - vars cannot be reserved names (#179)

Version 1.6.0

27 May 18:00
Compare
Choose a tag to compare

[1.6.0] - 2023-05-26

New Features

  • feat: Use restorecon -T 0 on Fedora and RHEL > 8

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section
  • docs: add Collection requirements section to README
  • test: Add basic selinux_restore_dirs test

Version 1.5.9

28 Apr 01:04
Compare
Choose a tag to compare

[1.5.9] - 2023-04-27

Other Changes

  • test: ensure the test works with ANSIBLE_GATHERING=explicit
  • ci: Add commitlint GitHub action to ensure conventional commits with feedback

Version 1.5.8

14 Apr 13:55
469a1d7
Compare
Choose a tag to compare

[1.5.8] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when for conditional tasks (#163)

Version 1.5.7

06 Apr 19:05
bbd859b
Compare
Choose a tag to compare

[1.5.7] - 2023-04-06

Other Changes

  • s/restoreconf/restorecon/ (#160)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#161)