Skip to content

Commit 99690f6

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

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
@@ -24,7 +24,7 @@
2424
2525
"GitHub Pandoc HTML5 Template" is Copyright (c) Tristano Ajmone, 2017-2020,
2626
released under the MIT License (MIT); it contains readaptations of substantial
27-
portions of the following third party softwares:
27+
portions of the following third party software:
2828
2929
(1) "GitHub Markdown CSS", Copyright (c) Sindre Sorhus, MIT License (MIT).
3030
(2) "Primer CSS", Copyright (c) 2016 GitHub Inc., MIT License (MIT).
@@ -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; }

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.6.10] - 2025-02-26
5+
--------------------
6+
7+
### Other Changes
8+
9+
- ci: ansible-plugin-scan is disabled for now (#212)
10+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#215)
11+
- ci: Check spelling with codespell (#217)
12+
- ci: Revert .pandoc_template because it contains a typo in Licence (#218)
13+
- ci: Add test plan that runs CI tests and customize it for each role (#219)
14+
- tests: adjust UUID checks to newer versions of insights-core (#220)
15+
416
[1.6.9] - 2025-01-27
517
--------------------
618

0 commit comments

Comments
 (0)