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
6 changes: 4 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h2 id="collection-requirements">Collection requirements</h2>
<code>meta/collection-requirements.yml</code>. These are not
automatically installed. You must install them like this:</p>
<div class="sourceCode" id="cb1"><pre
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ansible-galaxy</span> install <span class="at">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml<span class="kw">`</span></span></code></pre></div>
class="sourceCode bash"><code class="sourceCode bash"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="ex">ansible-galaxy</span> install <span class="at">-vv</span> <span class="at">-r</span> meta/collection-requirements.yml</span></code></pre></div>
<h1 id="role-variables">Role Variables</h1>
<p>These are the variables that can be passed to the role:</p>
<table>
Expand All @@ -227,7 +227,9 @@ <h1 id="role-variables">Role Variables</h1>
<td>indicates the state the nbde_server should be. It can be either
<code>started</code> (default) or <code>stopped</code>.
<code>started</code> means the server is accepting connections, whereas
<code>stopped</code> means it is not accepting connections.</td>
<code>stopped</code> means it is not accepting connections. Ignored for
non-booted hosts like container builds, then the service is always
started at boot.</td>
</tr>
<tr>
<td><code>nbde_server_rotate_keys</code></td>
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[1.5.0] - 2025-06-23
--------------------

### New Features

- feat: Support this role in container builds (#188)

### Other Changes

- ci: Add support for bootc end-to-end validation tests (#186)
- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#187)

[1.4.10] - 2025-05-21
--------------------

Expand Down
Loading