Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Oct 31, 2024
1 parent b0117af commit 5d114f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
Expand All @@ -70,7 +70,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -248,7 +248,7 @@ <h2 id="postgresql_cert_name">postgresql_cert_name</h2>
<code>postgresql_cert_name</code> variable to specify the certificate
name. You must keep both certificate and key files in the same directory
and under the same name with the <code>.crt</code> and <code>.key</code>
suffixes.</p>
suffixes on the managed node. The value should be an absolute path.</p>
<p>For example, if your certificate file is located in
<code>/etc/certs/server.crt</code> and your private key in
<code>/etc/certs/server.key</code>, set the
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

[1.3.9] - 2024-10-30
--------------------

### Bug Fixes

- fix: postgresql_cert_name didn't work properly, using this parameter (#102)

### Other Changes

- ci: Add tft plan and workflow (#95)
- ci: Update fmf plan to add a separate job to prepare managed nodes (#97)
- ci: bump sclorg/testing-farm-as-github-action from 2 to 3 (#98)
- ci: Add workflow for ci_test bad, use remote fmf plan (#99)
- ci: Fix missing slash in ARTIFACTS_URL (#100)
- ci: Add tags to TF workflow, allow more [citest bad] formats (#101)
- ci: ansible-test action now requires ansible-core version (#103)
- ci: add YAML header to github action workflow files (#104)
- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#106)

[1.3.8] - 2024-07-02
--------------------

Expand Down

0 comments on commit 5d114f5

Please sign in to comment.