Releases: linux-system-roles/vpn
Version 1.5.9
[1.5.9] - 2023-09-07
Other Changes
-
ci: Add markdownlint, test_converting_readme, and build_docs workflows (#46)
-
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 (#47)
-
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 (#48)
-
Remove thematic break after badges
-
Remove badges from README.md prior to converting to HTML
Signed-off-by: Sergei Petrosian [email protected]
Version 1.5.8
[1.5.8] - 2023-07-19
Bug Fixes
- fix: facts being gathered unnecessarily (#120)
Other Changes
- ci: Add pull request template and run commitlint on PR title only (#114)
- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#115)
- ci: fix python 2.7 CI tests by manually installing python2.7 package (#116)
- ci: ansible-lint - ignore var-naming[no-role-prefix] (#117)
- ci: ansible-test ignores file for ansible-core 2.15 (#118)
- ci: ansible-lint - skip var-naming[read-only] (#119)
Version 1.5.7
[1.5.7] - 2023-05-26
Other Changes
- docs: Consistent contributing.md for all roles - allow role specific contributing.md section
- docs: add Collection requirements section to README
Version 1.5.6
[1.5.6] - 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.5.5
Version 1.5.4
Version 1.5.3
Version 1.5.2
[1.5.2] - 2022-11-21
New Features
- none
Bug Fixes
- only check for firewall ipsec service if managing firewall (#76)
Some systems use firewalld
by default. We should only expect the
ipsec
service is present if the test tells the vpn role to manage
firewall or selinux.
Other Changes
- none
Version 1.5.1
[1.5.1] - 2022-11-14
New Features
- none
Bug Fixes
- none
Other Changes
- fix markdown to adoc conversion (#73)
long heading causes problems with md to adoc conversion
The long heading causes problems with md to adoc conversion. Shorten
the length by using abbreviations.
Version 1.5.0
[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