Release v2.0.0

This commit is contained in:
Jeremy Gardais 2021-08-19 16:27:34 +02:00
parent be2b941e79
commit 2902c9b77e
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 23 additions and 6 deletions

View File

@ -1,16 +1,19 @@
## v1.X.Y ## v2.0.0
### Added ### Added
* New examples usecases (mostly for playbooks) in README.md. * New examples usecases (mostly for playbooks) in README.md.
* New rules (disable by default) can be define in *forward* chain (thanks to * New rules (disable by default) can be define in *forward* chain (thanks to
@p-rintz PR #14). @p-rintz PR #14).
* Possibility to toggle file's backup (thanks to @p-rintz PR #15). * Possibility to toggle file's backup (thanks to @p-rintz PR #15).
* Gentoo-specific variables * Gentoo-specific variables (thanks to @VTimofeenko PR #22).
* Ability to specify nft binary path through **nft__bin_location** * Ability to specify nft binary path through **nft__bin_location** (thanks to @VTimofeenko PR #22).
* Manage Fail2ban in the "systemd way" (thanks to @FinweVI PR #16). * Manage Fail2ban in the "systemd way" (thanks to @FinweVI PR #16).
* Molecule tests (on Archlinux, Ubuntu, CentOS, Debian and Fedora) (many thanks to @kravietz ! PR #23).
* Support for Debian Bullseye (everything should now works fine).
### Removed ### Removed
* Remove everything related to **in_udp_accept** (see conversation in PR #13). * Remove everything related to **in_udp_accept** (see conversation in
[Github PR #13](https://github.com/ipr-cnrs/nftables/pull/13)).
Cause it was empty by default and the role currently doesn't manage it very Cause it was empty by default and the role currently doesn't manage it very
well. Take a look to new examples in README.md to find your preferred solution well. Take a look to new examples in README.md to find your preferred solution
(re-adding it, new simple/multi-ports filter rule,…). (re-adding it, new simple/multi-ports filter rule,…).
@ -18,8 +21,8 @@
### Fixed ### Fixed
* Ansible-lint: Fix line longer than 160 chars. * Ansible-lint: Fix line longer than 160 chars.
* Start nftables systemd unit earlier (thanks to @kravietz PR #19). * Start nftables systemd unit earlier (thanks to @kravietz PR #19).
* Ensure to disable nftables systemd unit from old target. * Ensure to disable nftables systemd unit from old target (PR #20).
* Move systemd "Protect" options for nftables to specific override.conf file. * Move systemd "Protect" options for nftables to specific override.conf file (PR #20).
## v1.7.0 ## v1.7.0

View File

@ -14,7 +14,21 @@ galaxy_info:
platforms: platforms:
- name: Debian - name: Debian
versions: versions:
- bullseye
- buster
- stretch - stretch
- name: Archlinux
versions:
- all
- name: Fedora
versions:
- all
- name: Gentoo
versions:
- all
- name: Ubuntu
versions:
- focal
galaxy_tags: galaxy_tags:
- system - system
- nftables - nftables