File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2424
2525"GitHub Pandoc HTML5 Template" is Copyright (c) Tristano Ajmone, 2017-2020,
2626released 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).
5858 </ style >
5959 < style type ="text/css "> code {white-space : pre;}</ style >
6060 < style type ="text/css ">
61+ html { -webkit-text-size-adjust : 100% ; }
6162pre > 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 ; }
6364pre > code .sourceCode > span : empty { height : 1.2em ; }
6465.sourceCode { overflow : visible; }
6566code .sourceCode > span { color : inherit; text-decoration : inherit; }
7071}
7172@media print {
7273pre > 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}
7576pre .numberSource code
7677 { counter-reset : source-line 0 ; }
Original file line number Diff line number Diff line change 11Changelog
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
You can’t perform that action at this time.
0 commit comments