Releases: linux-system-roles/selinux
Version 1.7.0
Version 1.6.5
Version 1.6.4
Version 1.6.3
Version 1.6.2
[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
[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
[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
[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