Skip to content

Releases: linux-system-roles/network

Version 1.12.0

30 May 19:34

Choose a tag to compare

[1.12.0] - 2023-05-30

New Features

  • feat: Support ipv4_ignore_auto_dns and ipv6_ignore_auto_dns settings

Other Changes

  • docs: Consistent contributing.md for all roles - allow role specific contributing.md section

Version 1.11.4

28 Apr 19:23

Choose a tag to compare

[1.11.4] - 2023-04-28

Other Changes

  • test: Fix the failure of running ANSIBLE_GATHERING=explicit on tests_switch_provider.yml
  • ci: Add commitlint GitHub action to ensure conventional commits with feedback
  • style: Use standard Ansible braces and brackets spacing
  • style: ansible-lint - fix missing YAML document start
  • style: ansible-lint - remove line-length files from .yamllint.yml

Version 1.11.3

14 Apr 15:02

Choose a tag to compare

[1.11.3] - 2023-04-13

Other Changes

  • ansible-lint: Fix ansible-lint issues in tests
  • Add README-ansible.md to refer Ansible intro page on linux-system-roles.github.io
  • Fingerprint RHEL System Role managed config files

Version 1.11.2

20 Feb 15:58

Choose a tag to compare

[1.11.2] - 2023-02-20

New Features

  • none

Bug Fixes

  • initscripts: Configure output device in routes

Other Changes

  • none

Version 1.11.1

24 Jan 21:28

Choose a tag to compare

[1.11.1] - 2023-01-24

New Features

  • none

Bug Fixes

  • none

Other Changes

  • ansible-lint 6.x updates
  • Support running the tests with ANSIBLE_GATHERING=explicit
  • Clean up / Workaround non-inclusive words
  • Add check for non-inclusive language
  • fix the ansible-pull link, the old do not work
  • tag all bond tests with expfail

Version 1.11.0

12 Dec 22:47

Choose a tag to compare

[1.11.0] - 2022-12-12

New Features

  • Support cloned MAC address

Bug Fixes

  • none

Other Changes

  • none

Version 1.10.1

15 Nov 00:33

Choose a tag to compare

[1.10.1] - 2022-11-14

New Features

  • none

Bug Fixes

  • none

Other Changes

  • support ansible-core-2.14, ansible-lint 6.x

Version 1.10.0

02 Nov 14:21

Choose a tag to compare

[1.10.0] - 2022-11-01

New Features

  • Support looking up named route table in routing rule
  • Support 'route_metric4' for initscripts provider
  • Support the DNS priority

Bug Fixes

  • bond: improve the validation for setting peer_notif_delay
  • bond: test arp_all_targets only when arp_interval is enabled
  • bond: attach ports when creating the bonding connection

Other Changes

  • Set the route metric when testing the 'auto_gateway'
  • Fix markdownlint 'unordered list indentation' issue
  • add ip.route_metric4: 65535 to failing bond tests
  • use rpm -i instead of yum install for epel7

Version 1.9.1

05 Aug 16:46

Choose a tag to compare

[1.9.1] - 2022-08-05

New features

  • none

Bug Fixes

  • network_state: improve state comparison for achieving idempotency
  • argument_validator: fix IPRouteUtils.get_route_tables_mapping() for whitespace
    sequence

Other Changes

  • none

Version 1.9.0

11 Jul 17:14

Choose a tag to compare

[1.9.0] - 2022-07-07

New features

  • Support the nmstate network state configuration

Bug Fixes

  • IfcfgUtil: Remediate connection_seems_active() for controller

Other Changes

  • use include_tasks instead of include
  • make min_ansible_version a string in meta/main.yml