Skip to content

Commit

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

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Jul 23, 2024
1 parent a85908e commit a28d960
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +70,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -195,6 +195,8 @@ <h1 class="toc-title">Contents</h1>
id="toc-podman_registry_certificates">podman_registry_certificates</a></li>
<li><a href="#podman_validate_certs"
id="toc-podman_validate_certs">podman_validate_certs</a></li>
<li><a href="#podman_prune_images"
id="toc-podman_prune_images">podman_prune_images</a></li>
</ul></li>
<li><a href="#variables-exported-by-the-role"
id="toc-variables-exported-by-the-role">Variables Exported by the
Expand Down Expand Up @@ -752,6 +754,11 @@ <h2 id="podman_validate_certs">podman_validate_certs</h2>
<code>null</code> means to use whatever is the default used by the
<code>containers.podman.podman_image</code> module. You can override
this on a per-spec basis using <code>validate_certs</code>.</p>
<h2 id="podman_prune_images">podman_prune_images</h2>
<p>Boolean - default is <code>false</code> - by default, the role will
not prune unused images when removing quadlets and other resources. Set
this to <code>true</code> to tell the role to remove unused images when
cleaning up.</p>
<h1 id="variables-exported-by-the-role">Variables Exported by the
Role</h1>
<h2 id="podman_version">podman_version</h2>
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.2] - 2024-07-23
--------------------

### Bug Fixes

- fix: add support for EL10 (#159)
- fix: proper cleanup for networks; ensure cleanup of resources (#160)

### Other Changes

- ci: ansible-lint action now requires absolute directory (#157)

[1.5.1] - 2024-06-11
--------------------

Expand Down

0 comments on commit a28d960

Please sign in to comment.