Skip to content

Commit

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

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
  • Loading branch information
richm committed Feb 8, 2024
1 parent abf322d commit a647333
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ <h1 class="toc-title">Contents</h1>
</ul></li>
<li><a href="#role-variables" id="toc-role-variables">Role Variables</a>
<ul>
<li><a href="#postgresql_verison"
id="toc-postgresql_verison">postgresql_verison</a></li>
<li><a href="#postgresql_version"
id="toc-postgresql_version">postgresql_version</a></li>
<li><a href="#postgresql_password"
id="toc-postgresql_password">postgresql_password</a></li>
<li><a href="#postgresql_pg_hba_conf"
Expand Down Expand Up @@ -193,7 +193,7 @@ <h2 id="collection-requirements">Collection requirements</h2>
<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> collection 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>
<h2 id="postgresql_verison">postgresql_verison</h2>
<h2 id="postgresql_version">postgresql_version</h2>
<p>You can set the version of the PostgreSQL server to 10, 12, 13, 15 or
16.</p>
<div class="sourceCode" id="cb2"><pre
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

[1.3.4] - 2024-02-08
--------------------

### Other Changes

- ci: fix python unit test - copy pytest config to tests/unit (#78)
- docs: fix role var typo (#79)
- test: skip versions tests if ostree (#80)

[1.3.3] - 2024-01-31
--------------------

Expand Down

0 comments on commit a647333

Please sign in to comment.