Skip to content

Commit 78b35a0

Browse files
committed
docs(changelog): version 1.4.11 [citest skip]
Update changelog and .README.html for version 1.4.11 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent b1804d7 commit 78b35a0

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

.README.html

Lines changed: 3 additions & 2 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; }

CHANGELOG.md

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

4+
[1.4.11] - 2025-07-02
5+
--------------------
6+
7+
### Other Changes
8+
9+
- ci: Check spelling with codespell (#229)
10+
- ci: Add test plan that runs CI tests and customize it for each role (#230)
11+
- ci: In test plans, prefix all relate variables with SR_ (#231)
12+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#232)
13+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#233)
14+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#234)
15+
- ci: skip storage scsi, nvme tests in github qemu ci (#235)
16+
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#236)
17+
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#237)
18+
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#238)
19+
- ci: Add support for bootc end-to-end validation tests (#239)
20+
- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#240)
21+
- refactor: support ansible 2.19 (#241)
22+
423
[1.4.10] - 2025-02-04
524
--------------------
625

0 commit comments

Comments
 (0)