From 69fb8901e89466f26d5c9a3e68fe38feea2ac634 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 17 Nov 2025 09:33:06 -0700 Subject: [PATCH] docs(changelog): version 1.17.7 [citest skip] Update changelog and .README.html for version 1.17.7 Signed-off-by: Rich Megginson --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629e730b..0b49b034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========= +[1.17.7] - 2025-11-17 +-------------------- + +### Bug Fixes + +- fix: cannot use community-general version 12 - no py27 and py36 support (#824) + +### Other Changes + +- ci: bump actions/upload-artifact from 4 to 5 (#819) +- ci: bump github/codeql-action from 3 to 4 (#820) +- ci: use versioned upload-artifact instead of master; bump codeql-action to v4; bump upload-artifact to v5 (#821) +- ci: bump tox-lsr to 3.13.0 (#822) +- ci: bump tox-lsr to 3.14.0 - this moves standard-inventory-qcow2 to tox-lsr (#823) + [1.17.6] - 2025-10-21 --------------------