Releases: linux-system-roles/network
Version 1.15.4
Version 1.15.3
Version 1.15.2
[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
Version 1.15.0
[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
Version 1.14.1
Version 1.14.0
Version 1.13.3
[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
[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 [email protected]
-
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 [email protected]
- 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 [email protected]