From b1ec052b39f0243cb660e56ea6600f9591faa624 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 27 Apr 2023 19:11:51 -0600 Subject: [PATCH] docs(changelog): version v0.19.0 changelog for release v0.19.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d18815e..f6e1d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ Changelog ========= +[v0.19.0] - 2023-04-27 + +### New Features + +- feat: add support for FreeBSD, OpenBSD + +### Bug Fixes + +- none + +### Other Changes + +- test: skip selinux or firewall role test where not supported +- test: check generated files for ansible_managed, fingerprint +- ci: Add commitlint GitHub action to ensure conventional commits +- ci: Drop testing on Debian stretch (9) +- ci: add dependabot check for github action updates +- style: ansible-lint - align with current Ansible recommendations + [v0.18.2] - 2023-04-06 --------------------