Skip to content

Releases: linux-system-roles/network

Version 1.15.2

04 Apr 21:20
Compare
Choose a tag to compare

[1.15.2] - 2024-04-04

Bug Fixes

  • fix: Allow network to restart when wireless or team connection is specified (#675)

Other Changes

  • test: improve bond test failure debugging (#676)
  • ci: Bump ansible/ansible-lint from 6 to 24 (#677)
  • docs: Add MAC VTAP example (#679)
  • tests: Team interface is indeed supported on Fedora (#680)
  • test: improve name text for skipped ostree tests (#684)
  • ci: Bump mathieudutour/github-tag-action from 6.1 to 6.2 (#687)

Version 1.15.1

15 Feb 03:35
Compare
Choose a tag to compare

[1.15.1] - 2024-02-14

Other Changes

  • test: Clean up mock wifi at the end of each wireless test (#670)
  • test: Rewrite tests_bond_options.yml in new testing format (#671)
  • ci: Bump codecov/codecov-action from 3 to 4 (#672)
  • ci: fix python unit test - copy pytest config to tests/unit (#673)

Version 1.15.0

17 Jan 20:35
Compare
Choose a tag to compare

[1.15.0] - 2024-01-16

New Features

  • feat: Support blackhole, prohibit and unreachable route types (#662)

Other Changes

  • ci: Use supported ansible-lint action; run ansible-lint against the collection (#661)
  • test: Skip running tests where initscripts is not supported (#663)
  • tests: Fix installing kernel module in Fedora (#664)
  • test: Fix wifi test failures (#665)
  • ci: Bump github/codeql-action from 2 to 3 (#666)
  • ci: Bump actions/setup-python from 4 to 5 (#667)
  • ci: Use new ansible-lint action, which requires collection format and 2.16 (#668)

Version 1.14.2

12 Dec 16:08
Compare
Choose a tag to compare

[1.14.2] - 2023-12-08

Other Changes

  • refactor: Use meaningful variable (#654)
  • ci: bump actions/github-script from 6 to 7 (#658)
  • refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#659)

Version 1.14.1

30 Nov 15:50
Compare
Choose a tag to compare

[1.14.1] - 2023-11-29

Bug Fixes

  • fix: Allow address 0.0.0.0/0 or ::/0 for 'from'/'to' in a routing rule (#649)

Other Changes

  • refactor: improve support for ostree systems (#655)
  • tests: Fix tests_network_state_nm.yml CI failure (#656)

Version 1.14.0

09 Nov 21:27
Compare
Choose a tag to compare

[1.14.0] - 2023-11-06

New Features

  • feat: support for ostree systems (#650)

Other Changes

  • docs(changelog): Fix wrong format in version 1.13.2 [citest skip] (#652)

Version 1.13.3

24 Oct 13:53
Compare
Choose a tag to compare

[1.13.3] - 2023-10-23

Bug Fixes

  • fix: Add dhcp client package dependency for initscripts provider (#639)

Other Changes

  • test: Use variable to hold infiniband interface name [citest skip] (#636)
  • build(deps): bump actions/checkout from 3 to 4 (#637)
  • ci: ensure dependabot git commit message conforms to commitlint; ensure badges have consistent order (#644)
  • ci: use dump_packages.py callback to get packages used by role (#646)
  • ci: tox-lsr version 3.1.1 (#648)

Version 1.13.2

08 Sep 13:18
7b81536
Compare
Choose a tag to compare

[1.13.2] - 2023-09-07

Other Changes

  • ci: Add markdownlint, test_converting_readme, and build_docs workflows (#630)

  • 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 spetrosi@redhat.com

  • ci: Make badges consistent, run markdownlint all .md files (#631)

  • Consistently generate badges for GH workflows in roles' RHELPLAN-146921

  • Run markdownlint on all .md files

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

  • docs: Update README.md [citest skip] (#632)

Enhancement:
Updating README.md to reflect some recently added changes or features.

Reason:
README.md is outdated.

Result:
Guarantee that README.md is up to update.

Issue Tracker Tickets (Jira or BZ if any):

  • ci: Remove badges from README.md prior to converting to HTML (#633)

  • Remove thematic break after badges

  • Remove badges from README.md prior to converting to HTML

Signed-off-by: Sergei Petrosian spetrosi@redhat.com

Version 1.13.1

20 Jul 19:34
Compare
Choose a tag to compare

[1.13.1] - 2023-07-19

Bug Fixes

  • fix: facts being gathered unnecessarily (#628)

Other Changes

  • ci: ansible-lint - ignore var-naming[no-role-prefix] (#626)
  • ci: ansible-test ignores file for ansible-core 2.15 (#627)

Version 1.13.0

10 Jul 16:51
Compare
Choose a tag to compare

[1.13.0] - 2023-07-10

New Features

  • feat: add AlmaLinux to RHEL compat distro list (#618)
  • feat: Support "no-aaaa" DNS option (#619)

Other Changes

  • ci: Use tox-lsr 2.13 for py26 (#620)
  • ci: Add pull request template and run commitlint on PR title only (#621)
  • ci: Rename commitlint to PR title Lint, echo PR titles from env var (#623)
  • ci: fix python 2.7 CI tests by manually installing python2.7 package (#624)