Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Dec 8, 2023
1 parent 3a0e838 commit 43e83f9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,17 +185,17 @@ <h1 class="toc-title">Contents</h1>
<p>The role also optimizes the database server settings to improve
performance.</p>
<h1 id="requirements">Requirements</h1>
<p>The role currently works with the PostgreSQL server 10, 12, 13, and
15.</p>
<p>The role currently works with the PostgreSQL server 10, 12, 13, 15
and 16.</p>
<h2 id="collection-requirements">Collection requirements</h2>
<p>The role requires some external collections. Use this to install
them:</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> 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>
<p>You can set the version of the PostgreSQL server to 10, 12, 13, or
15.</p>
<p>You can set the version of the PostgreSQL server to 10, 12, 13, 15 or
16.</p>
<div class="sourceCode" id="cb2"><pre
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb2-1"><a href="#cb2-1" aria-hidden="true" tabindex="-1"></a><span class="fu">postgresql_version</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;13&quot;</span></span></code></pre></div>
<h2 id="postgresql_password">postgresql_password</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.3.0] - 2023-12-08
--------------------

### New Features

- feat: Enable support for Postgresql 16 (#68)

### Other Changes

- ci: bump actions/github-script from 6 to 7 (#66)
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#67)

[1.2.0] - 2023-11-29
--------------------

Expand Down

0 comments on commit 43e83f9

Please sign in to comment.