Skip to content

Commit

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

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jan 9, 2025
1 parent 40f5133 commit 434c651
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@
</style>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
html { -webkit-text-size-adjust: 100%; }
pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span { display: inline-block; 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 +71,7 @@
}
@media print {
pre > code.sourceCode { white-space: pre-wrap; }
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
{ counter-reset: source-line 0; }
Expand Down Expand Up @@ -173,7 +174,7 @@ <h1 id="requirements">Requirements</h1>
<p>This role should work on any system that provides openssh client and
is supported by ansible. The role was tested on:</p>
<ul>
<li>RHEL/CentOS 6, 7, 8, 9</li>
<li>RHEL/CentOS 6, 7, 8, 9, 10</li>
<li>Fedora</li>
<li>Debian</li>
<li>Ubuntu</li>
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

[1.5.2] - 2025-01-09
--------------------

### Bug Fixes

- fix: Workaround for CentOS 10 issues in openssh (#167)

### Other Changes

- ci: Use Fedora 41, drop Fedora 39 (#165)
- ci: Use Fedora 41, drop Fedora 39 - part two (#166)

[1.5.1] - 2024-10-30
--------------------

Expand Down

0 comments on commit 434c651

Please sign in to comment.