diff --git a/AUTHORS.md b/AUTHORS.md index 1b989dc..68d447f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|53 +@myii|[@myii](https://github.com/myii)|64 @aboe76|[@aboe76](https://github.com/aboe76)|9 @kennydo|[@kennydo](https://github.com/kennydo)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @@ -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 +@fzipi|[@fzipi](https://github.com/fzipi)|1 @Irsute|[@Irsute](https://github.com/Irsute)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @techhat|[@techhat](https://github.com/techhat)|1 @@ -29,4 +30,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 593c3c2..a6ad912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v1.0.1...v1.1.0) (2020-09-01) + + +### Continuous Integration + +* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([671d596](https://github.com/saltstack-formulas/fail2ban-formula/commit/671d596e4e76148b631fa5e641fbd5a2b29f7113)) +* **travis:** add notifications => zulip [skip ci] ([f71aea9](https://github.com/saltstack-formulas/fail2ban-formula/commit/f71aea9c1989e33cde834cde14869856cbc0a81b)) + + +### Features + +* **freebsd:** upgrade to supported python 3 version ([06ff9fb](https://github.com/saltstack-formulas/fail2ban-formula/commit/06ff9fb9902b13f55a9042d59565337b135bcc41)) + ## [1.0.1](https://github.com/saltstack-formulas/fail2ban-formula/compare/v1.0.0...v1.0.1) (2020-05-04) diff --git a/FORMULA b/FORMULA index ddb68b2..2575aa8 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: 1.0.1 +version: 1.1.0 release: 1 minimum_version: 2016.11 summary: Fail2ban formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 640b9b5..d018b49 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 53 + - 64 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 9 @@ -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:`@fzipi` + - `@fzipi `_ + - 1 * - :raw-html-m2r:`@Irsute` - `@Irsute `_ - 1 @@ -83,4 +86,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-09-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index efacdc5..5447c09 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`1.1.0 `_ (2020-09-01) +---------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `671d596 `_\ ) +* **travis:** add notifications => zulip [skip ci] (\ `f71aea9 `_\ ) + +Features +^^^^^^^^ + + +* **freebsd:** upgrade to supported python 3 version (\ `06ff9fb `_\ ) + `1.0.1 `_ (2020-05-04) ----------------------------------------------------------------------------------------------------------