From 8b80e2a42c50d159985c6c60b970e41b430d0a20 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Jan 2020 19:04:00 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.2...v1.0.0) (2020-01-13) ### Features * promote `ng` ([fb1ae56](https://github.com/saltstack-formulas/fail2ban-formula/commit/fb1ae56f460f2cabdf0f7b9b0bccdde309d698ca)), closes [#34](https://github.com/saltstack-formulas/fail2ban-formula/issues/34) [#35](https://github.com/saltstack-formulas/fail2ban-formula/issues/35) ### BREAKING CHANGES * all previous `fail2ban` based configurations must be reviewed; `fail2ban.ng` usage must be promoted to `fail2ban` and any uses of the original `fail2ban` will have to be converted. --- AUTHORS.md | 4 ++-- CHANGELOG.md | 14 ++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 17 +++++++++++++++++ 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1860446..8700cda 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)|41 +@myii|[@myii](https://github.com/myii)|46 @aboe76|[@aboe76](https://github.com/aboe76)|9 @kennydo|[@kennydo](https://github.com/kennydo)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @@ -28,4 +28,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-01-10. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-13. diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b7c7f..22c52e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +# [1.0.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.2...v1.0.0) (2020-01-13) + + +### Features + +* promote `ng` ([fb1ae56](https://github.com/saltstack-formulas/fail2ban-formula/commit/fb1ae56f460f2cabdf0f7b9b0bccdde309d698ca)), closes [#34](https://github.com/saltstack-formulas/fail2ban-formula/issues/34) [#35](https://github.com/saltstack-formulas/fail2ban-formula/issues/35) + + +### BREAKING CHANGES + +* all previous `fail2ban` based configurations must be +reviewed; `fail2ban.ng` usage must be promoted to `fail2ban` and any +uses of the original `fail2ban` will have to be converted. + ## [0.17.2](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.1...v0.17.2) (2020-01-10) diff --git a/FORMULA b/FORMULA index 39081ea..468a9ca 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.2 +version: 1.0.0 release: 1 minimum_version: 2016.11 summary: Fail2ban formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0cc1e79..436cdcb 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 `_ - - 41 + - 46 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 9 @@ -80,4 +80,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-10. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-13. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9f07ba7..258ee3a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog ========= +`1.0.0 `_ (2020-01-13) +----------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* promote ``ng`` (\ `fb1ae56 `_\ ), closes `#34 `_ `#35 `_ + +BREAKING CHANGES +^^^^^^^^^^^^^^^^ + + +* all previous ``fail2ban`` based configurations must be + reviewed; ``fail2ban.ng`` usage must be promoted to ``fail2ban`` and any + uses of the original ``fail2ban`` will have to be converted. + `0.17.2 `_ (2020-01-10) -------------------------------------------------------------------------------------------------------------