diff --git a/AUTHORS.md b/AUTHORS.md index 8700cda..1b989dc 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)|46 +@myii|[@myii](https://github.com/myii)|53 @aboe76|[@aboe76](https://github.com/aboe76)|9 @kennydo|[@kennydo](https://github.com/kennydo)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @@ -24,8 +24,9 @@ Avatar|Contributor|Contributions @MBoretto|[@MBoretto](https://github.com/MBoretto)|1 @maratsh|[@maratsh](https://github.com/maratsh)|1 @martijnvanbeers|[@martijnvanbeers](https://github.com/martijnvanbeers)|1 +@matt-gnu|[@matt-gnu](https://github.com/matt-gnu)|1 @adnanJP|[@adnanJP](https://github.com/adnanJP)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-13. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c52e5..593c3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/fail2ban-formula/compare/v1.0.0...v1.0.1) (2020-05-04) + + +### Bug Fixes + +* **config:** add jails config filename also to fallback file.absent ([167a0d6](https://github.com/saltstack-formulas/fail2ban-formula/commit/167a0d60664328a925cf80862e2c402a63f2997f)) + + +### Continuous Integration + +* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([1604f1e](https://github.com/saltstack-formulas/fail2ban-formula/commit/1604f1ea52c28cc5e61630587d1648b124bda859)) +* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([9ae8e09](https://github.com/saltstack-formulas/fail2ban-formula/commit/9ae8e0946efa6be827e1013935b74c32b4066c26)) +* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([4c957f0](https://github.com/saltstack-formulas/fail2ban-formula/commit/4c957f0ec1e3ab14d01ed2c1f7d068a46edb3162)) +* **workflows/commitlint:** add to repo [skip ci] ([6f3a950](https://github.com/saltstack-formulas/fail2ban-formula/commit/6f3a950e9b5b742719ff01e12a45a5d2fe72cf57)) + # [1.0.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.2...v1.0.0) (2020-01-13) diff --git a/FORMULA b/FORMULA index 468a9ca..ddb68b2 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.0 +version: 1.0.1 release: 1 minimum_version: 2016.11 summary: Fail2ban formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 436cdcb..640b9b5 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 `_ - - 46 + - 53 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 9 @@ -73,6 +73,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@martijnvanbeers` - `@martijnvanbeers `_ - 1 + * - :raw-html-m2r:`@matt-gnu` + - `@matt-gnu `_ + - 1 * - :raw-html-m2r:`@adnanJP` - `@adnanJP `_ - 1 @@ -80,4 +83,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-01-13. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 258ee3a..efacdc5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog ========= +`1.0.1 `_ (2020-05-04) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config:** add jails config filename also to fallback file.absent (\ `167a0d6 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `1604f1e `_\ ) +* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `9ae8e09 `_\ ) +* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `4c957f0 `_\ ) +* **workflows/commitlint:** add to repo [skip ci] (\ `6f3a950 `_\ ) + `1.0.0 `_ (2020-01-13) -----------------------------------------------------------------------------------------------------------