Skip to content

Releases: linux-system-roles/network

Version 1.17.7

17 Nov 21:27

Choose a tag to compare

[1.17.7] - 2025-11-17

Bug Fixes

  • fix: cannot use community-general version 12 - no py27 and py36 support (#824)

Other Changes

  • ci: bump actions/upload-artifact from 4 to 5 (#819)
  • ci: bump github/codeql-action from 3 to 4 (#820)
  • ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#821)
  • ci: bump tox-lsr to 3.13.0 (#822)
  • ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#823)

Version 1.17.6

21 Oct 18:23

Choose a tag to compare

[1.17.6] - 2025-10-21

Bug Fixes

  • fix: allow use of built-in routing tables (#804)
  • fix: Skip the loopback profile when deleting all profiles except the ones explicitly included (#813)

Other Changes

  • test: ensure NetworkManager, ensure eth1 is active (#801)
  • test: skip 802_1x tests on el7, RHEL other than 8 (#802)
  • ci: bump actions/checkout from 4 to 5 (#803)
  • ci: rollout several recent changes to CI testing (#806)
  • ci: support openSUSE Leap in qemu/kvm test matrix (#808)
  • ci: use the new epel feature to enable EPEL for testing farm (#809)
  • ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#811)
  • ci: use JSON format for __bootc_validation (#812)
  • remove wen from CODEOWNERS (#815)
  • ci: bump actions/setup-python from 5 to 6 (#816)
  • ci: bump actions/github-script from 7 to 8 (#817)

Version 1.17.5

01 Aug 13:17

Choose a tag to compare

[1.17.5] - 2025-08-01

Other Changes

  • test: ensure /etc/pki/tls/cert.pem exists for 802 tests on EL10 (#798)

Version 1.17.4

09 Jul 21:09

Choose a tag to compare

[1.17.4] - 2025-07-09

Other Changes

  • tests: Assert ethernet profile and device state (#793)
  • docs: Add guide for running CI tests locally with tox-lsr (#796)

Version 1.17.3

02 Jul 23:20

Choose a tag to compare

[1.17.3] - 2025-07-02

Other Changes

  • ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#785)
  • ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#786)
  • ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#788)
  • ci: get rid of integration tests - broken, unmaintained (#789)
  • ci: Add support for bootc end-to-end validation tests (#790)
  • ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#791)
  • test: improve method for finding secondary interface (#792)
  • refactor: support Ansible 2.19 (#794)

Version 1.17.2

23 Apr 20:32

Choose a tag to compare

[1.17.2] - 2025-04-23

Bug Fixes

  • fix: Refine MAC validation using interface name (#768)
  • fix: Remove MAC address matching from SysUtil.link_info_find() (#769)
  • fix: Correct attribute checks for routing rule validation (#774)

Other Changes

  • ci: Check spelling with codespell (#754)
  • ci: ansible-plugin-scan is disabled for now (#755)
  • ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#758)
  • refactor: fix python black formatting (#759)
  • ci: Add an additional NIC for test purposes (#762)
  • ci: Add test plan in .ci dir to be able to customize it per each role (#763)
  • ci: Add test plan that runs CI tests and customize it for each role (#765)
  • test: do not need to install from epel or pip (#770)
  • ci: In test plans, prefix all relate variables with SR_ (#771)
  • ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#773)
  • ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#776)
  • test: add another network interface device for qemu tests (#777)
  • test: set shell to /bin/bash in order to use pipefail (#778)
  • test: find second interface to use for mac address match (#779)
  • test: skip initscript related tests on Fedora 41 and later (#780)
  • test: exclude qemu interfaces from dhcp (#781)
  • ci: use tox-lsr 3.6.0; improve qemu test logging (#782)
  • ci: skip storage scsi, nvme tests in github qemu ci (#783)

Version 1.17.1

09 Jan 15:47

Choose a tag to compare

[1.17.1] - 2025-01-09

Bug Fixes

  • fix: Prioritize find link info by permanent MAC address, with fallback to current address (#749)

Other Changes

  • ci: bump codecov/codecov-action from 4 to 5 (#746)
  • ci: Use Fedora 41, drop Fedora 39 (#747)
  • ci: Use Fedora 41, drop Fedora 39 - part two (#748)

Version 1.17.0

31 Oct 00:50

Choose a tag to compare

[1.17.0] - 2024-10-30

New Features

  • feat: Support autoconnect_retries (#737)
  • feat: Support wait_ip property (#741)

Other Changes

  • docs: Explain where network state examples originate (#734)
  • ci: Add tags to TF workflow, allow more [citest bad] formats (#738)
  • ci: ansible-test action now requires ansible-core version (#739)
  • ci: add YAML header to github action workflow files (#740)
  • docs: Promote network_state variable as the future for network management (#742)
  • refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#744)

Version 1.16.5

29 Aug 23:15

Choose a tag to compare

[1.16.5] - 2024-08-29

Other Changes

  • docs: Remove invalid network state example (#731)

Version 1.16.4

22 Aug 16:03

Choose a tag to compare

[1.16.4] - 2024-08-22

Other Changes

  • docs: Add examples using network_state variable (#728)