From be7ba24cd78e313168745436ae15417f052a8be8 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 21 May 2025 07:35:00 -0600 Subject: [PATCH] docs(changelog): version 1.10.0 [citest skip] Update changelog and .README.html for version 1.10.0 Signed-off-by: Rich Megginson --- .README.html | 2 ++ CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.README.html b/.README.html index b7594c54..0ac8a4e4 100644 --- a/.README.html +++ b/.README.html @@ -719,6 +719,8 @@

interface_pci_id

lcpci -nn. For more information on PCI device IDs, see the linux man page at: https://man7.org/linux/man-pages/man5/pci.ids.5.html

+

This option requires running the role on the actual target machine, +i.e. it is not supported during container builds.

icmp_block

String or list of ICMP type strings to block. The ICMP type names needs to be defined in firewalld configuration.

diff --git a/CHANGELOG.md b/CHANGELOG.md index b2406297..6e6fb638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ Changelog ========= +[1.10.0] - 2025-05-21 +-------------------- + +### New Features + +- feat: Support this role in container builds (#274) + +### Bug Fixes + +- fix: Fix "helpers" service option (#277) +- fix: Fix "interface_pci_id" role option (#278) + +### Other Changes + +- ci: Assert fact structure and some well-known entries (#265) +- ci: Bump sclorg/testing-farm-as-github-action from 3 to 4 (#268) +- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#269) +- ci: Two prerequisites for bootc support (#270) +- refactor: Add backend abstraction to firewall_lib, remove obsolete firewall_lib offline code (#271) +- tests: Various fixes and additions (#273) +- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#275) + [1.9.1] - 2025-04-29 --------------------