Skip to content

Releases: linux-system-roles/vpn

Version 1.5.9

08 Sep 13:20
034e926
Compare
Choose a tag to compare

[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]

  • docs: Make supported versions and README consistent (#49)

  • Add Postgresql version 15 into README

  • ci: fix mode of vars/main.yml for ansible-test (#50)

Version 1.5.8

19 Jul 21:15
Compare
Choose a tag to compare

[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

27 May 17:59
Compare
Choose a tag to compare

[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

28 Apr 01:02
Compare
Choose a tag to compare

[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

14 Apr 14:31
2c9e035
Compare
Choose a tag to compare

[1.5.5] - 2023-04-13

Other Changes

  • ansible-lint - use changed_when for conditional tasks (#104)

Version 1.5.4

06 Apr 18:59
1e15ef2
Compare
Choose a tag to compare

[1.5.4] - 2023-04-06

Other Changes

  • Fix issues found by CodeQL (#93)
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io (#101)
  • Fingerprint RHEL System Role managed config files (#102)

Version 1.5.3

20 Jan 19:37
699c104
Compare
Choose a tag to compare

[1.5.3] - 2023-01-20

New Features

  • none

Bug Fixes

  • Clean up non-inclusive words.
  • ansible-lint 6.x fixes (#86)

Other Changes

  • Add check for non-inclusive language (#82)
  • Add CodeQL workflow for GitHub code scanning (#83)
  • update ignore files for ansible-test 2.14 (#89)

Version 1.5.2

21 Nov 21:23
ec81d8b
Compare
Choose a tag to compare

[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

15 Nov 02:25
22cd1bd
Compare
Choose a tag to compare

[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

01 Nov 20:25
92cc094
Compare
Choose a tag to compare

[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