Skip to content

Commit

Permalink
docs(changelog): version 1.7.0 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.7.0

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Nov 12, 2024
1 parent 57cc5ce commit 863db82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,10 @@ <h1 id="requirements">Requirements</h1>
<p>The role requires podman version 4.2 or later. The role requires
podman version 4.4 or later for quadlet support and secret support. The
role requires podman version 4.5 or later for support for using
healthchecks (only supported when using quadlet Container types).</p>
healthchecks (only supported when using quadlet Container types). The
role requires podman version 5.0 or later for support for using <a
href="https://github.com/containers/podman/releases/tag/v5.0.0">Pod
quadlet types</a>.</p>
<h2 id="collection-requirements">Collection requirements</h2>
<p>The role requires the following collections:</p>
<ul>
Expand Down Expand Up @@ -423,6 +426,14 @@ <h2 id="podman_quadlet_specs">podman_quadlet_specs</h2>
<p><em>NOTE</em>: When removing quadlets, you must remove networks
<em>last</em>. You cannot remove a network that is in use by a
container.</p>
<p><em>NOTE</em>: When specifying a <code>Pod</code> for a
<code>Container</code> to use, you must add a <code>.pod</code> to the
podname e.g. <code>Pod=my-name.pod</code>. The pod must already exist
and be running, so specify any pods first in
<code>podman_quadlet_specs</code> before the containers that use them.
See <a
href="https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html#pod">podman
quadlet doc</a> for more information.</p>
<h2 id="podman_secrets">podman_secrets</h2>
<p>This is a list of secret specs in almost the same format as used by
<a
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[1.7.0] - 2024-11-12
--------------------

### New Features

- feat: support for Pod quadlets (#190)

[1.6.5] - 2024-10-30
--------------------

Expand Down

0 comments on commit 863db82

Please sign in to comment.