Skip to content

Commit 434c651

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

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

.README.html

Lines changed: 4 additions & 3 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; }
@@ -173,7 +174,7 @@ <h1 id="requirements">Requirements</h1>
173174
<p>This role should work on any system that provides openssh client and
174175
is supported by ansible. The role was tested on:</p>
175176
<ul>
176-
<li>RHEL/CentOS 6, 7, 8, 9</li>
177+
<li>RHEL/CentOS 6, 7, 8, 9, 10</li>
177178
<li>Fedora</li>
178179
<li>Debian</li>
179180
<li>Ubuntu</li>

CHANGELOG.md

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

4+
[1.5.2] - 2025-01-09
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: Workaround for CentOS 10 issues in openssh (#167)
10+
11+
### Other Changes
12+
13+
- ci: Use Fedora 41, drop Fedora 39 (#165)
14+
- ci: Use Fedora 41, drop Fedora 39 - part two (#166)
15+
416
[1.5.1] - 2024-10-30
517
--------------------
618

0 commit comments

Comments
 (0)