Skip to content

Commit 7db7b49

Browse files
committed
docs(changelog): version 1.15.5 [citest skip]
Update changelog and .README.html for version 1.15.5 Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent 39ebc19 commit 7db7b49

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,8 +959,8 @@ <h3 id="logging_pki_files">logging_pki_files</h3>
959959
</ul>
960960
<h3 id="logging_domain">logging_domain</h3>
961961
<p>The default DNS domain used to accept remote incoming logs from
962-
remote hosts. Default to "{{ ansible_domain if ansible_domain else
963-
ansible_hostname }}"</p>
962+
remote hosts. Default to "{{ ansible_facts['domain'] if
963+
ansible_facts['domain'] else ansible_facts['hostname'] }}"</p>
964964
<h2 id="server-performance-optimization-options">Server performance
965965
optimization options</h2>
966966
<p>These variables are set in the same level of the

CHANGELOG.md

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

4+
[1.15.5] - 2026-01-07
5+
--------------------
6+
7+
### Other Changes
8+
9+
- ci: bump actions/checkout from 5 to 6 (#477)
10+
- ci: add qemu tests for Fedora 43, drop Fedora 41 (#478)
11+
- ci: bump actions/upload-artifact from 5 to 6 (#479)
12+
- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#480)
13+
414
[1.15.4] - 2025-11-17
515
--------------------
616

0 commit comments

Comments
 (0)