From dc873204b82bbd538c43d6d221a18d3b70a6118c Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Tue, 24 Jan 2023 12:33:04 -0700 Subject: [PATCH] Version 1.11.1 - CHANGELOG.md [citest skip] [1.11.1] - 2023-01-24 -------------------- - none - none - ansible-lint 6.x updates - Support running the tests with ANSIBLE_GATHERING=explicit - Clean up / Workaround non-inclusive words - Add check for non-inclusive language - fix the ansible-pull link, the old do not work - tag all bond tests with expfail Signed-off-by: Rich Megginson --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de9306c..20dc6788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Changelog ========= +[1.11.1] - 2023-01-24 +-------------------- + +### New Features + +- none + +### Bug Fixes + +- none + +### Other Changes + +- ansible-lint 6.x updates +- Support running the tests with ANSIBLE_GATHERING=explicit +- Clean up / Workaround non-inclusive words +- Add check for non-inclusive language +- fix the ansible-pull link, the old do not work +- tag all bond tests with expfail + [1.11.0] - 2022-12-12 --------------------