Skip to content

Commit f895d73

Browse files
committed
docs(changelog): version 1.0.4 [citest skip]
Update changelog and .README.html for version 1.0.4 Signed-off-by: Rich Megginson <[email protected]>
1 parent 930de9d commit f895d73

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

.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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
Changelog
22
=========
33

4+
[1.0.4] - 2025-11-17
5+
--------------------
6+
7+
### Bug Fixes
8+
9+
- fix: cannot use community-general version 12 - no py27 and py36 support (#70)
10+
11+
### Other Changes
12+
13+
- ci: ansible-plugin-scan is disabled for now (#39)
14+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#42)
15+
- ci: Check spelling with codespell (#43)
16+
- ci: Add test plan that runs CI tests and customize it for each role (#44)
17+
- ci: In test plans, prefix all relate variables with SR_ (#45)
18+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#46)
19+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#47)
20+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#48)
21+
- ci: skip storage scsi, nvme tests in github qemu ci (#49)
22+
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#50)
23+
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#51)
24+
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#52)
25+
- ci: Add support for bootc end-to-end validation tests (#53)
26+
- ci: Use ansible 2.19 for fedora 42 testing; support python 3.13 (#54)
27+
- ci: bump actions/checkout from 4 to 5 (#55)
28+
- ci: rollout several recent changes to CI testing (#57)
29+
- ci: support openSUSE Leap in qemu/kvm test matrix (#58)
30+
- ci: use the new epel feature to enable EPEL for testing farm (#59)
31+
- ci: use tox-lsr 3.12.0 for osbuild_config.yml feature (#61)
32+
- ci: use JSON format for __bootc_validation (#62)
33+
- ci: bump actions/setup-python from 5 to 6 (#63)
34+
- ci: bump actions/github-script from 7 to 8 (#64)
35+
- ci: bump actions/upload-artifact from 4 to 5 (#65)
36+
- ci: bump github/codeql-action from 3 to 4 (#66)
37+
- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#67)
38+
- ci: bump tox-lsr to 3.13.0 (#68)
39+
- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#69)
40+
441
[1.0.3] - 2025-01-09
542
--------------------
643

0 commit comments

Comments
 (0)