Releases: linux-system-roles/nbde_server
Version 1.3.9
[1.3.9] - 2023-09-08
Other Changes
-
ci: Add markdownlint, test_converting_readme, and build_docs workflows (#112)
-
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: Make badges consistent, run markdownlint on all .md files (#113)
-
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 (#114)
-
Remove thematic break after badges
-
Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
Version 1.3.8
[1.3.8] - 2023-07-19
Bug Fixes
- fix: facts being gathered unnecessarily (#110)
Other Changes
- ci: Add pull request template and run commitlint on PR title only (#105)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#106)
- ci: fix python 2.7 CI tests by manually installing python2.7 package (#107)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#108)
- ci: ansible-test ignores file for ansible-core 2.15 (#109)
Version 1.3.7
[1.3.7] - 2023-05-30
Bug Fixes
- fix: README.md headers should not be more than 72 characters
Version 1.3.6
[1.3.6] - 2023-05-26
Other Changes
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section
- docs: use Collection requirements section in README
Version 1.3.5
[1.3.5] - 2023-04-27
Other Changes
- test: check generated files for ansible_managed, fingerprint
- ci: Add commitlint GitHub action to ensure conventional commits with feedback
Version 1.3.4
[1.3.4] - 2023-04-06
Other Changes
- Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io
- Fingerprint RHEL System Role managed config files
Version 1.3.3
[1.3.3] - 2023-02-08
New Features
- none
Bug Fixes
- none
Other Changes
- Skip the check for firewall --list-all - not needed
Version 1.3.2
Version 1.3.1
Version 1.3.0
[1.3.0] - 2022-11-29
New Features
- none
Bug Fixes
- fix behavior of manage_firewall and manage_selinux; ansible-lint 6.x (#69)
If nbde_server_manage_firewall: true
, manage firewall for the port,
even if not using a custom port.
If nbde_server_manage_selinux: true
, manage SELinux for the port,
even if not using a custom port.
Clean up role for ansible-lint 6.x
If using the default port, remove the tangd socket file and systemd
directory, if any, and reload systemd.
Add test to check resetting the port works
Improve test to check for port to handle cases where there are processes
running on the test system with similar ports open
Other Changes
- none