Skip to content

Commit 5d114f5

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

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

.README.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<style type="text/css">code{white-space: pre;}</style>
6060
<style type="text/css">
6161
pre > code.sourceCode { white-space: pre; position: relative; }
62-
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
62+
pre > code.sourceCode > span { line-height: 1.25; }
6363
pre > code.sourceCode > span:empty { height: 1.2em; }
6464
.sourceCode { overflow: visible; }
6565
code.sourceCode > span { color: inherit; text-decoration: inherit; }
@@ -70,7 +70,7 @@
7070
}
7171
@media print {
7272
pre > code.sourceCode { white-space: pre-wrap; }
73-
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
73+
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
7474
}
7575
pre.numberSource code
7676
{ counter-reset: source-line 0; }
@@ -248,7 +248,7 @@ <h2 id="postgresql_cert_name">postgresql_cert_name</h2>
248248
<code>postgresql_cert_name</code> variable to specify the certificate
249249
name. You must keep both certificate and key files in the same directory
250250
and under the same name with the <code>.crt</code> and <code>.key</code>
251-
suffixes.</p>
251+
suffixes on the managed node. The value should be an absolute path.</p>
252252
<p>For example, if your certificate file is located in
253253
<code>/etc/certs/server.crt</code> and your private key in
254254
<code>/etc/certs/server.key</code>, set the

CHANGELOG.md

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

4+
[1.3.9] - 2024-10-30
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: postgresql_cert_name didn't work properly, using this parameter (#102)
10+
11+
### Other Changes
12+
13+
- ci: Add tft plan and workflow (#95)
14+
- ci: Update fmf plan to add a separate job to prepare managed nodes (#97)
15+
- ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#98)
16+
- ci: Add workflow for ci_test bad, use remote fmf plan (#99)
17+
- ci: Fix missing slash in ARTIFACTS_URL (#100)
18+
- ci: Add tags to TF workflow, allow more [citest bad] formats (#101)
19+
- ci: ansible-test action now requires ansible-core version (#103)
20+
- ci: add YAML header to github action workflow files (#104)
21+
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#106)
22+
423
[1.3.8] - 2024-07-02
524
--------------------
625

0 commit comments

Comments
 (0)