Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ <h2 id="interface_pci_id">interface_pci_id</h2>
<code>lcpci -nn</code>. For more information on PCI device IDs, see the
linux man page at: <a
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>
<p>This option requires running the role on the actual target machine,
i.e. it is not supported during container builds.</p>
<h2 id="icmp_block">icmp_block</h2>
<p>String or list of ICMP type strings to block. The ICMP type names
needs to be defined in firewalld configuration.</p>
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------

Expand Down
Loading