diff --git a/AUTHORS.md b/AUTHORS.md index 8cca0d0..1860446 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -18,6 +18,7 @@ Avatar|Contributor|Contributions @puneetk|[@puneetk](https://github.com/puneetk)|2 @devster31|[@devster31](https://github.com/devster31)|1 @dustinrc|[@dustinrc](https://github.com/dustinrc)|1 +@Irsute|[@Irsute](https://github.com/Irsute)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @techhat|[@techhat](https://github.com/techhat)|1 @MBoretto|[@MBoretto](https://github.com/MBoretto)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af4abd..b0b7c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.17.2](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.1...v0.17.2) (2020-01-10) + + +### Bug Fixes + +* **ng/map.jinja:** use `ng:lookup` rather than `lookup` ([cb76484](https://github.com/saltstack-formulas/fail2ban-formula/commit/cb76484142d192dc3c0f2903231b97793e5b216e)) + + +### Continuous Integration + +* **kitchen:** use `fail2ban.ng` in `state_top` ([#35](https://github.com/saltstack-formulas/fail2ban-formula/issues/35)) ([10b403f](https://github.com/saltstack-formulas/fail2ban-formula/commit/10b403f8b445f65118e88872229a978cdae90a4c)) + ## [0.17.1](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.0...v0.17.1) (2020-01-10) diff --git a/FORMULA b/FORMULA index 0be747b..39081ea 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: fail2ban os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.17.1 +version: 0.17.2 release: 1 minimum_version: 2016.11 summary: Fail2ban formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 116d76a..0cc1e79 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -55,6 +55,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dustinrc` - `@dustinrc `_ - 1 + * - :raw-html-m2r:`@Irsute` + - `@Irsute `_ + - 1 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index dfdd62f..9f07ba7 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.17.2 `_ (2020-01-10) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **ng/map.jinja:** use ``ng:lookup`` rather than ``lookup`` (\ `cb76484 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``fail2ban.ng`` in ``state_top`` (\ `#35 `_\ ) (\ `10b403f `_\ ) + `0.17.1 `_ (2020-01-10) ------------------------------------------------------------------------------------------------------------- diff --git a/docs/README.rst b/docs/README.rst index 155d069..d6c5850 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -31,7 +31,7 @@ fail2ban-formula the final release tag before `v1.0.0 `_, which is expected to be - `v0.17.1 `_. + `v0.17.2 `_. If you are currently using ``fail2ban.ng``, there is nothing to do until `v1.0.0 `_ diff --git a/fail2ban/deprecated.sls b/fail2ban/deprecated.sls index 0a3d850..00fab74 100644 --- a/fail2ban/deprecated.sls +++ b/fail2ban/deprecated.sls @@ -19,7 +19,7 @@ fail2ban-deprecated-in-v1.0.0-test-succeed: # to `fail2ban` in its place. # # # # If you are not in a position to migrate, you will need to pin your repo to # - # the final release tag before `v1.0.0`, which is expected to be `v0.17.1`. # + # the final release tag before `v1.0.0`, which is expected to be `v0.17.2`. # # # # If you are currently using `fail2ban.ng`, there is nothing to do until # # `v1.0.0` is released. #