Skip to content

Commit e3a9031

Browse files
committed
docs(changelog): version 1.10.0 [citest skip]
Update changelog and .README.html for version 1.10.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent f22254e commit e3a9031

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.README.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ <h2 id="interface_pci_id">interface_pci_id</h2>
719719
<code>lcpci -nn</code>. For more information on PCI device IDs, see the
720720
linux man page at: <a
721721
href="https://man7.org/linux/man-pages/man5/pci.ids.5.html">https://man7.org/linux/man-pages/man5/pci.ids.5.html</a></p>
722+
<p>This option requires running the role on the actual target machine,
723+
i.e. it is not supported during container builds.</p>
722724
<h2 id="icmp_block">icmp_block</h2>
723725
<p>String or list of ICMP type strings to block. The ICMP type names
724726
needs to be defined in firewalld configuration.</p>

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
Changelog
22
=========
33

4+
[1.10.0] - 2025-05-21
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Support this role in container builds (#274)
10+
11+
### Bug Fixes
12+
13+
- fix: Fix "helpers" service option (#277)
14+
- fix: Fix "interface_pci_id" role option (#278)
15+
16+
### Other Changes
17+
18+
- ci: Assert fact structure and some well-known entries (#265)
19+
- ci: Bump sclorg/testing-farm-as-github-action from 3 to 4 (#268)
20+
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#269)
21+
- ci: Two prerequisites for bootc support (#270)
22+
- refactor: Add backend abstraction to firewall_lib, remove obsolete firewall_lib offline code (#271)
23+
- tests: Various fixes and additions (#273)
24+
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#275)
25+
426
[1.9.1] - 2025-04-29
527
--------------------
628

0 commit comments

Comments
 (0)