Skip to content

Commit

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

### New Features

- Use the firewall role and the selinux role from the vpn role (#70)

- Introduce vpn_manage_firewall to enable the firewall role to manage
  the ipsec service. vpn_manage_firewall is set to false, by default.
  If the variable is set to false, the firewall configuration is
  disabled.

- Introduce vpn_manage_selinux to enable the selinux role to manage
  the ports defined in the firewall ipsec service. vpn_manage_selinux
  is set to false, by default. If the variable is set to false, the
  selinux configuration is disabled.

- Add the test check task 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 <[email protected]>

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm authored Nov 1, 2022
1 parent e332cd6 commit 92cc094
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Changelog
=========

[1.5.0] - 2022-11-01
--------------------

### New Features

- Use the firewall role and the selinux role from the vpn role (#70)

- Introduce vpn_manage_firewall to enable the firewall role to manage
the ipsec service. vpn_manage_firewall is set to false, by default.
If the variable is set to false, the firewall configuration is
disabled.

- Introduce vpn_manage_selinux to enable the selinux role to manage
the ports defined in the firewall ipsec service. vpn_manage_selinux
is set to false, by default. If the variable is set to false, the
selinux configuration is disabled.

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

- Add meta/collection-requirements.yml

### Bug Fixes

- none

### Other Changes

- none

[1.4.0] - 2022-09-19
--------------------

Expand Down

0 comments on commit 92cc094

Please sign in to comment.