From caf9a65448ad9391d14592302f78294def1cd0a0 Mon Sep 17 00:00:00 2001 From: Nick Barrett Date: Sat, 30 Oct 2021 19:10:39 +0100 Subject: [PATCH] Update changelog/release v1.4.18. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0913a2d..0be124bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.4.18 + ++ Fix exception collecting `Docker.*` facts on objects that don't exist ++ Support variable interpolation in `files.FindInFile` fact ++ Add `debug-inventory` example to the help doc ++ Show a warning when a `--limit` option doesn't match any hosts ++ Warn only if SSH keys fail to load ++ Include actual error when we encounter authentication errors + # v1.4.17 + Fix excluding multiple directories in `files.sync` operation (@gchazot)