Skip to content

Latest commit

 

History

History
162 lines (96 loc) · 4.45 KB

CHANGELOG.md

File metadata and controls

162 lines (96 loc) · 4.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Calendar Versioning.

The first number of the version is the 2-digit year.

The second number is incremented with each release, starting at 1 for each year.

The third number is for fixes made against older releases (only for emergencies or non-content releases).

[25.2.0] - 2025-01-11

Added

  • Added 'ipv6_duplicate_address_detection' parameter to the 'network' role.

[25.1.0] - 2025-01-11

Added

  • Added 'duplicate_address_detection' parameter in the 'network' role.

Changed

  • Updated allowed values for 'keep_configuration' in 'network' role, to be compatible with systemd version 256 and higher.

[24.2.0] - 2024-12-18

Added

  • Added testing against Python 3.13.
  • Added 'global' role for global configuration.
  • Added 'ipv4_forwarding' and 'ipv6_forwarding' parameters, available in 'global' and 'network' roles (note: these parameters are only usable with systemd version 256 and higher).

24.1.1 - 2024-02-17

No content changes, tag created for updated docsite publishing workflow.

24.1.0 - 2024-02-17

Changed

  • Switched to fork of j2cli for rendering Galaxy metadata YAML file and role vars files (no behavioral changes).

  • Switched from j2cli to jinjanator for template rendering.

  • Added support for the 'CAKE' queueing discipline to the 'network' role.

  • Switched to CalVer.

3.2.3 - 2023-07-02

No content changes, tag created for new docsite publishing workflow.

3.2.2 - 2023-07-02

No content changes, tag created for new docsite publishing workflow.

3.2.1 - 2023-06-25

Changes:

  • Re-added README files for roles to satisfy Galaxy requirements.

3.2.0 - 2023-06-25

Changes:

  • Switched to antsibull-docs for generating browseable documentation.

3.1.0 - 2023-05-18

Additions:

  • network: Added 'required_family_for_online' parameter.

Changes:

  • network: Corrected definition of 'required_for_online' parameter.

3.0.1 - 2023-05-14

Changes:

  • wireguard: Remove reference to undefined variable.

3.0.0 - 2023-05-08

Breaking Changes:

  • wireguard: Renamed from 'wireguard_tunnel' as systemd-networkd does not consider this interface type a 'tunnel'.

Changes:

  • wireguard_tunnel: Removed unnecessary drop-in for 'Tunnel' assignment.

2.0.0 - 2023-05-03

Additions:

  • New role: wireguard_tunnel, for managing WireGuard tunnel devices.

1.2.1 - 2023-05-02

Breaking Changes:

  • Ensure that 'other' permissions are removed from existing files and directories.

1.2.0 - 2023-05-02

Breaking Changes:

  • All configuration files and directories are now group-owned by 'systemd-network' and are not readable by any users outside of that group (and root).

1.1.0 - 2023-01-07

Changes:

  • Use explicit privilege escalation where required.

1.0.1 - 2022-12-31

Changes:

  • Fix bugs in Galaxy packaging process.

1.0.0 - 2022-12-28

First release!