Skip to content

Releases: linux-system-roles/vpn

Version 1.6.6

02 Jul 17:54
Compare
Choose a tag to compare

[1.6.6] - 2024-07-02

Bug Fixes

  • fix: add support for EL10 (#160)

Other Changes

  • test: stop firewall after tests that use firewall (#158)
  • ci: ansible-lint action now requires absolute directory (#159)

Version 1.6.5

11 Jun 17:20
Compare
Choose a tag to compare

[1.6.5] - 2024-06-11

Other Changes

  • ci: use tox-lsr 3.3.0 which uses ansible-test 2.17 (#153)
  • ci: tox-lsr 3.4.0 - fix py27 tests; move other checks to py310 (#155)
  • ci: Add supported_ansible_also to .ansible-lint (#156)

Version 1.6.4

04 Apr 16:21
Compare
Choose a tag to compare

[1.6.4] - 2024-04-04

Other Changes

  • ci: Bump codecov/codecov-action from 3 to 4 (#147)
  • ci: fix python unit test - copy pytest config to tests/unit (#148)
  • ci: Bump ansible/ansible-lint from 6 to 24 (#149)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#151)

Version 1.6.3

17 Jan 20:41
Compare
Choose a tag to compare

[1.6.3] - 2024-01-16

Other Changes

  • ci: Bump actions/setup-python from 4 to 5 (#142)
  • ci: support ansible-lint and ansible-test 2.16 (#144)
  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#145)

Version 1.6.2

08 Dec 21:01
Compare
Choose a tag to compare

[1.6.2] - 2023-12-08

Other Changes

  • ci: bump actions/github-script from 6 to 7 (#139)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#140)

Version 1.6.1

01 Dec 01:11
Compare
Choose a tag to compare

[1.6.1] - 2023-11-30

Other Changes

  • tests: do not remove iproute when cleaning up (#137)

Version 1.6.0

30 Nov 00:14
Compare
Choose a tag to compare

[1.6.0] - 2023-11-29

New Features

  • feat: support for ostree systems (#134)

Other Changes

  • Bump actions/checkout from 3 to 4 (#126)
  • ci: ensure dependabot git commit message conforms to commitlint (#129)
  • ci: tox-lsr version 3.1.1 (#133)
  • tests: add cleanup after each test (#135)

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