Release v1.7.0

This commit is contained in:
Jeremy Gardais 2021-01-04 16:53:16 +01:00
parent 0df963cd86
commit e9a83261fa
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
2 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,15 @@
## v1.7.0
### Features
* Allow to merge group variables with **nft_merged_groups** (#11 #12).
### Enhancements
* Debug var with **nft_debug** (useful to set up merging group variables).
* Extra example to override default variables.
### Fix
* Add missing ICMPv6 rule.
## v1.6.0 ## v1.6.0
### Features ### Features

View File

@ -1,8 +1,8 @@
--- ---
# .. vim: foldmarker=[[[,]]]:foldmethod=marker # .. vim: foldmarker=[[[,]]]:foldmethod=marker
# #
# ipr-cnrs.nftables default variables [[[ # ipr-cnrs.nftables default variables
# ======================================= # ===================================
# Packages and installation [[[ # Packages and installation [[[
# ----------------------------- # -----------------------------
@ -525,7 +525,7 @@ nft__service_protect: true
# Any Nftables service (re)start will also restart Fail2ban service. # Any Nftables service (re)start will also restart Fail2ban service.
nft__fail2ban_service: False nft__fail2ban_service: False
# ]]] # ]]]
# .. envvar:: nft_debug [ # .. envvar:: nft_debug [[[
# #
# Toggle on/off more verbose output. Possible options are: # Toggle on/off more verbose output. Possible options are:
# #
@ -538,4 +538,3 @@ nft_debug: False
# ]]] # ]]]
# ]]] # ]]]
# ]]]