Merge pull request #234 from richm/cl-20230427

docs(changelog): version v0.19.0
This commit is contained in:
Richard Megginson 2023-04-28 07:49:13 -06:00 committed by GitHub
commit 9a6ad4e5f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
--------------------