From 8cff6db8561f6b9b04e9662262f759ab0cc51e61 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 30 Oct 2024 11:46:00 -0600 Subject: [PATCH] docs(changelog): version 1.5.2 [citest skip] Update changelog and .README.html for version 1.5.2 Signed-off-by: Rich Megginson --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6537e1f..680bc22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +[1.5.2] - 2024-10-30 +-------------------- + +### Other Changes + +- ci: Improvements to tmt workflows (#144) +- ci: Fix quotes in citest_bad workflow (#145) +- ci: Fix getting github author_association (#146) +- ci: Fix url to linux-system-roles/tft-tests (#147) +- ci: Improve citest_bad script (#149) +- ci: Fix missing slash in ARTIFACTS_URL (#152) +- ci: Add tags to TF workflow, allow more [citest bad] formats (#154) +- ci: ansible-test action now requires ansible-core version (#157) +- ci: add YAML header to github action workflow files (#158) +- refactor: Use vars/RedHat_N.yml symlink for CentOS, Rocky, Alma wherever possible (#160) + [1.5.1] - 2024-08-01 --------------------