From 44b938b5afd03d99670658ae64d77b4f27a3bd31 Mon Sep 17 00:00:00 2001 From: Nick Barrett Date: Sun, 30 May 2021 17:51:49 +0100 Subject: [PATCH] Update changelog/release v1.4.3. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df54a674..b254ef045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.4.3 + ++ Fix user fact comments with spaces by refactoring the fact (@sysadmin75) ++ Fix parsing of tab delimited crontab files with special times (@hazayan) ++ Fix incorrect lowercasing of yum & dnf package names ++ Fix/enable passing `to_ports` as an integer in `iptables.rule` operation ++ Migrate iptables facts & operations to use explicit fact imports ++ Fix/implement idempotency in iptables operations + # v1.4.2 + Fix/implement WinRM env support (@mfrg)