Skip to content

Commit fadaedf

Browse files
committed
docs(changelog): version 1.5.0 [citest skip]
Update changelog and .README.html for version 1.5.0 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent a48d3f8 commit fadaedf

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.README.html

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

CHANGELOG.md

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

4+
[1.5.0] - 2026-01-28
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Add support for postgresql 18 (#160)
10+
11+
### Other Changes
12+
13+
- test: add more packages for postgresql cleanup (#161)
14+
415
[1.4.6] - 2026-01-13
516
--------------------
617

0 commit comments

Comments
 (0)