diff --git a/AUTHORS.md b/AUTHORS.md index 9e1b070..e5acaf4 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)|22 +@myii|[@myii](https://github.com/myii)|38 @aboe76|[@aboe76](https://github.com/aboe76)|9 @kennydo|[@kennydo](https://github.com/kennydo)|8 @gravyboat|[@gravyboat](https://github.com/gravyboat)|6 @@ -27,4 +27,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-11. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-27. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c80b22..7d9270c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,42 @@ # Changelog +# [0.17.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.16.3...v0.17.0) (2019-11-27) + + +### Bug Fixes + +* **release.config.js:** use full commit hash in commit link [skip ci] ([37439c8](https://github.com/saltstack-formulas/fail2ban-formula/commit/37439c81a79428a3ea66fcba0ea9f389daf78caa)) + + +### Continuous Integration + +* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([14629b9](https://github.com/saltstack-formulas/fail2ban-formula/commit/14629b96f38e79143899944f0ec2508171d196c8)) +* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([6652ff9](https://github.com/saltstack-formulas/fail2ban-formula/commit/6652ff9d9563bc5454e48b16ccdea579100ff3f3)) +* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([9968b09](https://github.com/saltstack-formulas/fail2ban-formula/commit/9968b09784e4b2d3e9e5055b9f7dce6306d5eb80)) +* **travis:** apply changes from build config validation [skip ci] ([885c517](https://github.com/saltstack-formulas/fail2ban-formula/commit/885c517e8a17b54d2966e475919f10378f7b99e9)) +* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([5112d76](https://github.com/saltstack-formulas/fail2ban-formula/commit/5112d760e403fe8e9e56324445fab75a669e81c7)) +* **travis:** run `shellcheck` during lint job ([527cf1e](https://github.com/saltstack-formulas/fail2ban-formula/commit/527cf1e9717964d794356b1dbbad0037356773fe)) +* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([52eb62c](https://github.com/saltstack-formulas/fail2ban-formula/commit/52eb62c8f9e8703889f8c9d97f68df794e4a644c)) +* **travis:** use build config validation (beta) [skip ci] ([2ae5e8c](https://github.com/saltstack-formulas/fail2ban-formula/commit/2ae5e8cc167d9596bb07d094cf7dae2e7655a77f)) + + +### Documentation + +* **contributing:** remove to use org-level file instead [skip ci] ([2688f64](https://github.com/saltstack-formulas/fail2ban-formula/commit/2688f64efb58ef9091fdc56328ec6ad303727fcc)) +* **readme:** update link to `CONTRIBUTING` [skip ci] ([37c0dd1](https://github.com/saltstack-formulas/fail2ban-formula/commit/37c0dd1fcdfd8bfb424490a7b680d0fc04150261)) + + +### Features + +* update deprecation version number in `semantic-release` run ([11d748a](https://github.com/saltstack-formulas/fail2ban-formula/commit/11d748abd67f1603b99a7804436d7ad6970d3411)) +* **deprecated.sls:** prepare warning state for `ng` promotion ([#35](https://github.com/saltstack-formulas/fail2ban-formula/issues/35)) ([4c702bc](https://github.com/saltstack-formulas/fail2ban-formula/commit/4c702bc5a57b55abe8bdcc5096d5aa9a04233bb5)) +* **deprecation:** include `ng` promotion warning to all state files ([4348b59](https://github.com/saltstack-formulas/fail2ban-formula/commit/4348b5966240878ec3959dfaa661e696384ca833)) + + +### Performance Improvements + +* **travis:** improve `salt-lint` invocation [skip ci] ([5a14047](https://github.com/saltstack-formulas/fail2ban-formula/commit/5a14047dae331c973e3a0f7384c5f1e135604e8f)) + ## [0.16.3](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.16.2...v0.16.3) (2019-10-11) diff --git a/FORMULA b/FORMULA index d13a58e..8114f5d 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.16.3 +version: 0.17.0 release: 1 minimum_version: 2016.11 summary: Fail2ban formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index f436005..d59cf31 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 `_ - - 22 + - 38 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 9 @@ -77,4 +77,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 2019-10-11. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-27. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 473e01d..ec165e3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,49 @@ Changelog ========= +`0.17.0 `_ (2019-11-27) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **release.config.js:** use full commit hash in commit link [skip ci] (\ `37439c8 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `14629b9 `_\ ) +* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `6652ff9 `_\ ) +* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `9968b09 `_\ ) +* **travis:** apply changes from build config validation [skip ci] (\ `885c517 `_\ ) +* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `5112d76 `_\ ) +* **travis:** run ``shellcheck`` during lint job (\ `527cf1e `_\ ) +* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `52eb62c `_\ ) +* **travis:** use build config validation (beta) [skip ci] (\ `2ae5e8c `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **contributing:** remove to use org-level file instead [skip ci] (\ `2688f64 `_\ ) +* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `37c0dd1 `_\ ) + +Features +^^^^^^^^ + + +* update deprecation version number in ``semantic-release`` run (\ `11d748a `_\ ) +* **deprecated.sls:** prepare warning state for ``ng`` promotion (\ `#35 `_\ ) (\ `4c702bc `_\ ) +* **deprecation:** include ``ng`` promotion warning to all state files (\ `4348b59 `_\ ) + +Performance Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `5a14047 `_\ ) + `0.16.3 `_ (2019-10-11) ------------------------------------------------------------------------------------------------------------- diff --git a/docs/README.rst b/docs/README.rst index 3c81ce0..93ed501 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.16.3 `_. + `v0.17.0 `_. 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 09a2a0d..43a8cfd 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.16.3`. # + # the final release tag before `v1.0.0`, which is expected to be `v0.17.0`. # # # # If you are currently using `fail2ban.ng`, there is nothing to do until # # `v1.0.0` is released. #