Releases: linux-system-roles/nbde_server
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
Version 1.2.0
[1.2.0] - 2022-11-01
New Features
-
Add support for custom ports (#38)
-
Introduce nbde_server_manage_firewall and nbde_server_manage_selinux
to manage the custom ports implemented in "Add support for custom
ports (#38)" -
If nbde_server_manage_firewall is set to true, use the firewall
role to manage the nbde server port. -
If nbde_server_manage_selinux is set to true, use the selinux
role to manage the nbde server port.
Bug Fixes
- none
Other Changes
- none