Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

[1.4.11] - 2025-07-02
--------------------

### Other Changes

- ci: Check spelling with codespell (#229)
- ci: Add test plan that runs CI tests and customize it for each role (#230)
- ci: In test plans, prefix all relate variables with SR_ (#231)
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#232)
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#233)
- ci: use tox-lsr 3.6.0; improve qemu test logging (#234)
- ci: skip storage scsi, nvme tests in github qemu ci (#235)
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#236)
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#237)
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#238)
- ci: Add support for bootc end-to-end validation tests (#239)
- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#240)
- refactor: support ansible 2.19 (#241)

[1.4.10] - 2025-02-04
--------------------

Expand Down
Loading