Skip to content

Releases: linux-system-roles/nbde_server

Version 1.3.9

08 Sep 13:16
e3755a8
Compare
Choose a tag to compare

[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

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