Skip to content

Releases: linux-system-roles/nbde_server

Version 1.3.8

19 Jul 21:08
Compare
Choose a tag to compare

[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

30 May 21:36
Compare
Choose a tag to compare

[1.3.7] - 2023-05-30

Bug Fixes

  • fix: README.md headers should not be more than 72 characters

Version 1.3.6

27 May 17:52
Compare
Choose a tag to compare

[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

28 Apr 00:57
Compare
Choose a tag to compare

[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

06 Apr 19:01
Compare
Choose a tag to compare

[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

08 Feb 16:49
Compare
Choose a tag to compare

[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

26 Jan 18:49
558c68e
Compare
Choose a tag to compare

[1.3.2] - 2023-01-26

New Features

  • none

Bug Fixes

  • fix some more Jinja constructs (#83)

These were causing issues on older platforms with older versions
of Jinja.

Other Changes

  • Create separate github actions for various checks; get rid of monolithic tox.yml (#82)

Version 1.3.1

20 Jan 19:40
Compare
Choose a tag to compare

[1.3.1] - 2023-01-20

New Features

  • none

Bug Fixes

  • ansible-lint 6.x fixes (#75)

Other Changes

  • Add check for non-inclusive language (#74)
  • update ignore files for ansible-test 2.14

Version 1.3.0

29 Nov 21:24
28b8870
Compare
Choose a tag to compare

[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

01 Nov 20:27
4af63e9
Compare
Choose a tag to compare

[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