From dea5e30d980fd30fd067902e40519871b3a3a0d0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 19 Jul 2023 14:27:13 -0600 Subject: [PATCH] docs(changelog): version 1.5.8 [citest skip] Create changelog update and release for version 1.5.8 Signed-off-by: Rich Megginson --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af41e7..354c6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +[1.5.8] - 2023-07-19 +-------------------- + +### Bug Fixes + +- fix: facts being gathered unnecessarily (#120) + +### Other Changes + +- ci: Add pull request template and run commitlint on PR title only (#114) +- ci: Rename commitlint to PR title Lint, echo PR titles from env var (#115) +- ci: fix python 2.7 CI tests by manually installing python2.7 package (#116) +- ci: ansible-lint - ignore var-naming[no-role-prefix] (#117) +- ci: ansible-test ignores file for ansible-core 2.15 (#118) +- ci: ansible-lint - skip var-naming[read-only] (#119) + [1.5.7] - 2023-05-26 --------------------