From dc892fb89ba2c00154d62d126b92412a8784e052 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 7 Jan 2026 16:48:47 -0700 Subject: [PATCH] docs(changelog): version 1.15.5 [citest skip] Update changelog and .README.html for version 1.15.5 Signed-off-by: Rich Megginson --- .README.html | 4 ++-- CHANGELOG.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.README.html b/.README.html index 2ecc5077..02583448 100644 --- a/.README.html +++ b/.README.html @@ -959,8 +959,8 @@

logging_pki_files

logging_domain

The default DNS domain used to accept remote incoming logs from -remote hosts. Default to "{{ ansible_domain if ansible_domain else -ansible_hostname }}"

+remote hosts. Default to "{{ ansible_facts['domain'] if +ansible_facts['domain'] else ansible_facts['hostname'] }}"

Server performance optimization options

These variables are set in the same level of the diff --git a/CHANGELOG.md b/CHANGELOG.md index 53b2da44..94348955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +[1.15.5] - 2026-01-07 +-------------------- + +### Other Changes + +- ci: bump actions/checkout from 5 to 6 (#477) +- ci: add qemu tests for Fedora 43, drop Fedora 41 (#478) +- ci: bump actions/upload-artifact from 5 to 6 (#479) +- refactor: handle INJECT_FACTS_AS_VARS=false by using ansible_facts instead (#480) + [1.15.4] - 2025-11-17 --------------------