Skip to content

Commit f3cf515

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

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

.README.html

Lines changed: 9 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; }
@@ -623,12 +624,18 @@ <h1 id="license">License</h1>
623624
href="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml"><img
624625
src="https://github.com/linux-system-roles/sudo/actions/workflows/codeql.yml/badge.svg"
625626
alt="codeql.yml" /></a> <a
627+
href="https://github.com/linux-system-roles/sudo/actions/workflows/codespell.yml"><img
628+
src="https://github.com/linux-system-roles/sudo/actions/workflows/codespell.yml/badge.svg"
629+
alt="codespell.yml" /></a> <a
626630
href="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml"><img
627631
src="https://github.com/linux-system-roles/sudo/actions/workflows/markdownlint.yml/badge.svg"
628632
alt="markdownlint.yml" /></a> <a
629633
href="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml"><img
630634
src="https://github.com/linux-system-roles/sudo/actions/workflows/python-unit-test.yml/badge.svg"
631635
alt="python-unit-test.yml" /></a> <a
636+
href="https://github.com/linux-system-roles/sudo/actions/workflows/qemu-kvm-integration-tests.yml"><img
637+
src="https://github.com/linux-system-roles/sudo/actions/workflows/qemu-kvm-integration-tests.yml/badge.svg"
638+
alt="qemu-kvm-integration-tests.yml" /></a> <a
632639
href="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml"><img
633640
src="https://github.com/linux-system-roles/sudo/actions/workflows/shellcheck.yml/badge.svg"
634641
alt="shellcheck.yml" /></a> <a

CHANGELOG.md

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

4+
[1.2.3] - 2025-05-21
5+
--------------------
6+
7+
### Other Changes
8+
9+
- ci: ansible-plugin-scan is disabled for now (#36)
10+
- ci: bump ansible-lint to v25; provide collection requirements for ansible-lint (#39)
11+
- refactor: fix python black formatting (#40)
12+
- ci: Check spelling with codespell (#41)
13+
- ci: Add test plan that runs CI tests and customize it for each role (#42)
14+
- ci: In test plans, prefix all relate variables with SR_ (#43)
15+
- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#44)
16+
- ci: Drop explicit "connection:" for provisioning (#45)
17+
- ci: Run QEMU tox integration tests in GitHub workflow (#46)
18+
- ci: Add Python 3.12 (#47)
19+
- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#48)
20+
- ci: use tox-lsr 3.6.0; improve qemu test logging (#50)
21+
- ci: skip storage scsi, nvme tests in github qemu ci (#51)
22+
- ci: Add container integration test for rpm and bootc (#52)
23+
- ci: Update to tox-lsr 3.7.0 (#53)
24+
- ci: bump sclorg/testing-farm-as-github-action from 3 to 4 (#54)
25+
- ci: bump tox-lsr to 3.8.0; rename qemu/kvm tests (#55)
26+
- ci: Add Fedora 42; use tox-lsr 3.9.0; use lsr-report-errors for qemu tests (#56)
27+
428
[1.2.2] - 2025-01-09
529
--------------------
630

0 commit comments

Comments
 (0)