From 1552fe866a3d963dc9aaa9e4a20d5eb25e069924 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 7 May 2026 14:23:49 -0600 Subject: [PATCH] docs(changelog): version 1.19.0 [citest_skip] Update changelog and .README.html for version 1.19.0 Signed-off-by: Rich Megginson --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 723b223..585513f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ Changelog ========= +[1.19.0] - 2026-05-07 +-------------------- + +### New Features + +- feat: add initial support for sle16+ (#863) + +### Bug Fixes + +- fix: handle_exceptions is not a valid parameter (#864) + +### Other Changes + +- test: ensure integration pytest works in collection mode (#865) +- ci: bump actions/github-script from 8 to 9 (#866) +- refactor: log-to-syslog in debug_flags will log internal trace msgs to syslog [citest_skip] (#867) + [1.18.0] - 2026-04-28 --------------------