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
10 changes: 6 additions & 4 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -768,11 +768,13 @@ <h2 id="helper_module">helper_module</h2>
<span id="cb40-2"><a href="#cb40-2" aria-hidden="true" tabindex="-1"></a><span class="fu">helper_module</span><span class="kw">:</span><span class="at"> ftp</span></span>
<span id="cb40-3"><a href="#cb40-3" aria-hidden="true" tabindex="-1"></a><span class="fu">helper_module</span><span class="kw">:</span><span class="at"> nf_conntrack_ftp</span></span></code></pre></div>
<h2 id="includes">includes</h2>
<p>Name of one or more services to specify in an <code>include</code> in
a service definition. The <code>include</code> directive is described in
the <a
<p>Name of one or more services to specify in an <code>includes</code>
in a service definition. The <code>includes</code> directive is
described in the <a
href="https://firewalld.org/documentation/man-pages/firewalld.service.html">service
manpage</a> This can only be used when managing service definitions.</p>
manpage</a> This can only be used when managing service definitions.
NOTE: <code>includes</code> support is only available in EL8 and
higher.</p>
<div class="sourceCode" id="cb41"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb41-1"><a href="#cb41-1" aria-hidden="true" tabindex="-1"></a><span class="fu">includes</span><span class="kw">:</span></span>
<span id="cb41-2"><a href="#cb41-2" aria-hidden="true" tabindex="-1"></a><span class="at"> </span><span class="kw">-</span><span class="at"> https</span></span>
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

[1.9.1] - 2025-04-29
--------------------

### Other Changes

- ci: Add container integration test for rpm and bootc (#264)
- test: skip include tests on el7, document el7 support (#266)

[1.9.0] - 2025-04-23
--------------------

Expand Down
Loading