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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
Changelog
=========

[1.3.4] - 2025-05-21
--------------------

### Other Changes

- ci: Bump codecov/codecov-action from 4 to 5 (#232)
- ci: Use Fedora 41, drop Fedora 39 (#233)
- ci: Use Fedora 41, drop Fedora 39 - part two (#234)
- ci: ansible-plugin-scan is disabled for now (#236)
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#239)
- refactor: fix python black formatting (#240)
- ci: Check spelling with codespell (#241)
- ci: Add test plan that runs CI tests and customize it for each role (#242)
- test: wip - test image mode (#243)
- test: test image mode (#244)
- test: test 3 image mode (#245)
- test: wip 4 image mode (#246)
- ci: In test plans, prefix all relate variables with SR_ (#249)
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#250)
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#252)
- ci: use tox-lsr 3.6.0; improve qemu test logging (#253)
- ci: skip storage scsi, nvme tests in github qemu ci (#254)
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#255)
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#256)
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#257)

[1.3.3] - 2024-10-30
--------------------

Expand Down
Loading