Skip to content

Commit

Permalink
Version 1.3.0 - CHANGELOG.md [citest skip] (#57)
Browse files Browse the repository at this point in the history
[1.3.0] - 2022-11-01
--------------------

### New Features

- Use the firewall role and the selinux role from the postfix role (#56)

- Introduce postfix_manage_firewall to use the firewall role to
  manage the smtp services.
  Default to false - means the firewall role is not used.

- Introduce postfix_manage_selinux to use the selinux role to
  manage the ports in the smtp services.
  Assign smtp_port_t to the smtp service ports.
  Default to false - means the selinux role is not used.

- Add the test check task tasks/check_firewall_selinux.yml for
  verify the ports status.

- Add meta/collection-requirements.yml.

### Bug Fixes

- none

### Other Changes

- none

Signed-off-by: Rich Megginson <rmeggins@redhat.com>

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Nov 1, 2022
1 parent 8348660 commit d5bbbb2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,35 @@
Changelog
=========

[1.3.0] - 2022-11-01
--------------------

### New Features

- Use the firewall role and the selinux role from the postfix role (#56)

- Introduce postfix_manage_firewall to use the firewall role to
manage the smtp services.
Default to false - means the firewall role is not used.

- Introduce postfix_manage_selinux to use the selinux role to
manage the ports in the smtp services.
Assign smtp_port_t to the smtp service ports.
Default to false - means the selinux role is not used.

- Add the test check task tasks/check_firewall_selinux.yml for
verify the ports status.

- Add meta/collection-requirements.yml.

### Bug Fixes

- none

### Other Changes

- none

[1.2.4] - 2022-07-19
--------------------

Expand Down

0 comments on commit d5bbbb2

Please sign in to comment.