Skip to content

Commit fa321cc

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

File tree

2 files changed

+48
-9
lines changed

2 files changed

+48
-9
lines changed

.README.html

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@
5858
</style>
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
61+
html { -webkit-text-size-adjust: 100%; }
6162
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { line-height: 1.25; }
63+
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
6364
pre > code.sourceCode > span:empty { height: 1.2em; }
6465
.sourceCode { overflow: visible; }
6566
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +71,7 @@
7071
}
7172
@media print {
7273
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
74+
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
7475
}
7576
pre.numberSource code
7677
{ counter-reset: source-line 0; }
@@ -169,8 +170,8 @@ <h1 class="toc-title">Contents</h1>
169170
id="toc-config-file-redefinition">Config file redefinition</a></li>
170171
<li><a href="#version-change" id="toc-version-change">Version
171172
change</a></li>
172-
<li><a href="#server-tunning" id="toc-server-tunning">Server
173-
tunning</a></li>
173+
<li><a href="#server-tuning" id="toc-server-tuning">Server
174+
tuning</a></li>
174175
<li><a href="#ssl-usage" id="toc-ssl-usage">SSL usage</a></li>
175176
</ul></li>
176177
<li><a href="#example-playbook" id="toc-example-playbook">Example
@@ -208,6 +209,8 @@ <h2 id="postgresql_password">postgresql_password</h2>
208209
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb3-1"><a href="#cb3-1" aria-hidden="true" tabindex="-1"></a><span class="fu">postgresql_password</span><span class="kw">: </span><span class="at">!vault </span><span class="ch">|</span></span>
209210
<span id="cb3-2"><a href="#cb3-2" aria-hidden="true" tabindex="-1"></a> $ANSIBLE_VAULT;1.2;AES256;dev</span>
210211
<span id="cb3-3"><a href="#cb3-3" aria-hidden="true" tabindex="-1"></a> ....</span></code></pre></div>
212+
<p>This option is not available for running the role in container
213+
builds.</p>
211214
<h2 id="postgresql_pg_hba_conf">postgresql_pg_hba_conf</h2>
212215
<p>The content of the <code>postgresql_pg_hba_conf</code> variable
213216
replaces the default upstream configuration in the
@@ -275,13 +278,20 @@ <h2 id="postgresql_input_file">postgresql_input_file</h2>
275278
<code>postgresql_input_file</code> variable:</p>
276279
<div class="sourceCode" id="cb9"><pre
277280
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb9-1"><a href="#cb9-1" aria-hidden="true" tabindex="-1"></a><span class="fu">postgresql_input_file</span><span class="kw">:</span><span class="at"> </span><span class="st">&quot;/tmp/mypath/file.sql&quot;</span></span></code></pre></div>
281+
<p>This option is not available for running the role in container
282+
builds.</p>
278283
<h2 id="postgresql_server_tuning">postgresql_server_tuning</h2>
279284
<p>By default, the PostgreSQL system role enables server settings
280-
optimization based on system resources. To disabe the tuning, set the
285+
optimization based on system resources. To disable the tuning, set the
281286
<code>postgresql_server_tuning</code> variable to
282287
<code>false</code>.</p>
283288
<div class="sourceCode" id="cb10"><pre
284289
class="sourceCode yaml"><code class="sourceCode yaml"><span id="cb10-1"><a href="#cb10-1" aria-hidden="true" tabindex="-1"></a><span class="fu">postgresql_server_tuning</span><span class="kw">:</span><span class="at"> </span><span class="ch">false</span></span></code></pre></div>
290+
<p>However, when running against a <a
291+
href="https://docs.ansible.com/ansible/latest/collections/containers/podman/buildah_connection.html">buildah
292+
connection</a>, i.e. a container build, this defaults to
293+
<code>false</code>. The available RAM during a container build is
294+
independent of the actual deployment.</p>
285295
<p>See the <a href="examples"><code>examples/</code></a> for
286296
details.</p>
287297
<h1 id="idempotence">Idempotence</h1>
@@ -290,9 +300,9 @@ <h2 id="password-change">Password change</h2>
290300
<p>Once you set the password by using the
291301
<code>postgresql_password</code> variable, it is impossible to change
292302
the password by setting another value. You must use the
293-
<code>postgresql_password</code> variable for every database acces under
294-
the superuser, including running an SQL script (the functionality of the
295-
<code>postgresql_input_file</code> variable).</p>
303+
<code>postgresql_password</code> variable for every database access
304+
under the superuser, including running an SQL script (the functionality
305+
of the <code>postgresql_input_file</code> variable).</p>
296306
<h2 id="config-file-redefinition">Config file redefinition</h2>
297307
<p>Configuration files generated from
298308
<code>postgresql_pg_hba_conf</code> and <code>postgresql_conf</code> are
@@ -302,7 +312,7 @@ <h2 id="version-change">Version change</h2>
302312
<p>Once the PostgreSQL server is installed, it is impossible to upgrade
303313
or downgrade the server by increasing or decreasing the version number
304314
in the <code>postgresql_version</code> variable.</p>
305-
<h2 id="server-tunning">Server tunning</h2>
315+
<h2 id="server-tuning">Server tuning</h2>
306316
<p>This option reflects the setup of the latest run of the role.</p>
307317
<h2 id="ssl-usage">SSL usage</h2>
308318
<p>This option reflects the setup of the latest run of the role. The

CHANGELOG.md

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

4+
[1.4.0] - 2025-06-16
5+
--------------------
6+
7+
### New Features
8+
9+
- feat: Support this role in container builds (#125)
10+
11+
### Bug Fixes
12+
13+
- fix: Fixes for Ansible 2.19 (#129)
14+
15+
### Other Changes
16+
17+
- ci: ansible-plugin-scan is disabled for now (#111)
18+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#114)
19+
- ci: Check spelling with codespell (#115)
20+
- ci: Add test plan that runs CI tests and customize it for each role (#116)
21+
- ci: In test plans, prefix all relate variables with SR_ (#117)
22+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#118)
23+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#119)
24+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#120)
25+
- ci: skip storage scsi, nvme tests in github qemu ci (#121)
26+
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#122)
27+
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#123)
28+
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#124)
29+
- tests: Add bootc end-to-end validation test (#126)
30+
- ci: Add support for bootc end-to-end validation tests (#127)
31+
- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#128)
32+
433
[1.3.10] - 2025-01-09
534
--------------------
635

0 commit comments

Comments
 (0)