From af83d7c4f9d89300fedc676e2b361b1bf6456daa Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 23 Apr 2025 13:53:50 -0600 Subject: [PATCH] docs(changelog): version 1.18.14 [citest skip] Update changelog and .README.html for version 1.18.14 Signed-off-by: Rich Megginson --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7936b6..7eae5cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +[1.18.14] - 2025-04-23 +-------------------- + +### Other Changes + +- ci: In test plans, prefix all relate variables with SR_ (#516) +- ci: Fix bug with ARTIFACTS_URL after prefixing with SR_ (#517) +- ci: several changes related to new qemu test, ansible-lint, python versions, ubuntu versions (#518) +- tests: Fix more cleanups; ci: Attach batch.txt and batch.report on failures (#519) +- ci: use tox-lsr 3.6.0; improve qemu test logging (#520) + [1.18.13] - 2025-03-06 --------------------