Skip to content

Commit 43e83f9

Browse files
committed
docs(changelog): version 1.3.0 [citest skip]
Update changelog and .README.html for version 1.3.0 Signed-off-by: Rich Megginson <[email protected]>
1 parent 3a0e838 commit 43e83f9

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

.README.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,17 @@ <h1 class="toc-title">Contents</h1>
185185
<p>The role also optimizes the database server settings to improve
186186
performance.</p>
187187
<h1 id="requirements">Requirements</h1>
188-
<p>The role currently works with the PostgreSQL server 10, 12, 13, and
189-
15.</p>
188+
<p>The role currently works with the PostgreSQL server 10, 12, 13, 15
189+
and 16.</p>
190190
<h2 id="collection-requirements">Collection requirements</h2>
191191
<p>The role requires some external collections. Use this to install
192192
them:</p>
193193
<div class="sourceCode" id="cb1"><pre
194194
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>
195195
<h1 id="role-variables">Role Variables</h1>
196196
<h2 id="postgresql_verison">postgresql_verison</h2>
197-
<p>You can set the version of the PostgreSQL server to 10, 12, 13, or
198-
15.</p>
197+
<p>You can set the version of the PostgreSQL server to 10, 12, 13, 15 or
198+
16.</p>
199199
<div class="sourceCode" id="cb2"><pre
200200
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>
201201
<h2 id="postgresql_password">postgresql_password</h2>

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
[1.3.0] - 2023-12-08
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Enable support for Postgresql 16 (#68)
10+
11+
### Other Changes
12+
13+
- ci: bump actions/github-script from 6 to 7 (#66)
14+
- refactor: get_ostree_data.sh use env shebang - remove from .sanity* (#67)
15+
416
[1.2.0] - 2023-11-29
517
--------------------
618

0 commit comments

Comments
 (0)