Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ipr-cnrs committed Aug 19, 2021
1 parent be2b941 commit 2902c9b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
## v1.X.Y
## v2.0.0

### Added
* New examples usecases (mostly for playbooks) in README.md.
* New rules (disable by default) can be define in *forward* chain (thanks to
@p-rintz − PR #14).
* Possibility to toggle file's backup (thanks to @p-rintz − PR #15).
* Gentoo-specific variables
* Ability to specify nft binary path through **nft__bin_location**
* Gentoo-specific variables (thanks to @VTimofeenko − PR #22).
* 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).
* 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
* 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
well. Take a look to new examples in README.md to find your preferred solution
(re-adding it, new simple/multi-ports filter rule,…).

### Fixed
* Ansible-lint: Fix line longer than 160 chars.
* Start nftables systemd unit earlier (thanks to @kravietz − PR #19).
* Ensure to disable nftables systemd unit from old target.
* Move systemd "Protect" options for nftables to specific override.conf file.
* Ensure to disable nftables systemd unit from old target (PR #20).
* Move systemd "Protect" options for nftables to specific override.conf file (PR #20).

## v1.7.0

Expand Down
14 changes: 14 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@ galaxy_info:
platforms:
- name: Debian
versions:
- bullseye
- buster
- stretch
- name: Archlinux
versions:
- all
- name: Fedora
versions:
- all
- name: Gentoo
versions:
- all
- name: Ubuntu
versions:
- focal
galaxy_tags:
- system
- nftables
Expand Down

0 comments on commit 2902c9b

Please sign in to comment.