Skip to content

Commit

Permalink
chore(release): 0.17.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.17.1](v0.17.0...v0.17.1) (2020-01-10)

### Bug Fixes

* **pillar.example:** declare ignoreip (whitelist) in jail section (ng) ([00661cb](00661cb))

### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([4a10cd6](4a10cd6))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([b4affad](b4affad))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([d41fe3f](d41fe3f))
  • Loading branch information
semantic-release-bot committed Jan 10, 2020
1 parent 00661cb commit d7d26f4
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord

Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|38
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|41
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|9
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/897349?v=4' width='36' height='36' alt='@kennydo'>|[@kennydo](https://github.com/kennydo)|8
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|6
Expand All @@ -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-11-27.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-10.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.17.1](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.0...v0.17.1) (2020-01-10)


### Bug Fixes

* **pillar.example:** declare ignoreip (whitelist) in jail section (ng) ([00661cb](https://github.com/saltstack-formulas/fail2ban-formula/commit/00661cbca978e5b6344427bd688fcfae9789f3db))


### Continuous Integration

* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([4a10cd6](https://github.com/saltstack-formulas/fail2ban-formula/commit/4a10cd695764fb551aea91688625576dbb046ba9))
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([b4affad](https://github.com/saltstack-formulas/fail2ban-formula/commit/b4affadfd7f1227aea0dc96101e560553af12c8a))
* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([d41fe3f](https://github.com/saltstack-formulas/fail2ban-formula/commit/d41fe3f2051e2f63dbae9cfd343103f5b3228dc0))

# [0.17.0](https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.16.3...v0.17.0) (2019-11-27)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fail2ban
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
version: 0.17.0
version: 0.17.1
release: 1
minimum_version: 2016.11
summary: Fail2ban formula
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
- `@myii <https://github.com/myii>`_
- 38
- 41
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
- `@aboe76 <https://github.com/aboe76>`_
- 9
Expand Down Expand Up @@ -77,4 +77,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-27.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-01-10.
17 changes: 17 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
=========

`0.17.1 <https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.17.0...v0.17.1>`_ (2020-01-10)
-------------------------------------------------------------------------------------------------------------

Bug Fixes
^^^^^^^^^


* **pillar.example:** declare ignoreip (whitelist) in jail section (ng) (\ `00661cb <https://github.com/saltstack-formulas/fail2ban-formula/commit/00661cbca978e5b6344427bd688fcfae9789f3db>`_\ )

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `4a10cd6 <https://github.com/saltstack-formulas/fail2ban-formula/commit/4a10cd695764fb551aea91688625576dbb046ba9>`_\ )
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `b4affad <https://github.com/saltstack-formulas/fail2ban-formula/commit/b4affadfd7f1227aea0dc96101e560553af12c8a>`_\ )
* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `d41fe3f <https://github.com/saltstack-formulas/fail2ban-formula/commit/d41fe3f2051e2f63dbae9cfd343103f5b3228dc0>`_\ )

`0.17.0 <https://github.com/saltstack-formulas/fail2ban-formula/compare/v0.16.3...v0.17.0>`_ (2019-11-27)
-------------------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fail2ban-formula
the final release tag before
`v1.0.0 <https://github.com/saltstack-formulas/fail2ban-formula/releases/tag/v1.0.0>`_,
which is expected to be
`v0.17.0 <https://github.com/saltstack-formulas/fail2ban-formula/releases/tag/v0.17.0>`_.
`v0.17.1 <https://github.com/saltstack-formulas/fail2ban-formula/releases/tag/v0.17.1>`_.

If you are currently using ``fail2ban.ng``, there is nothing to do until
`v1.0.0 <https://github.com/saltstack-formulas/fail2ban-formula/releases/tag/v1.0.0>`_
Expand Down
2 changes: 1 addition & 1 deletion fail2ban/deprecated.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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.0`. #
# the final release tag before `v1.0.0`, which is expected to be `v0.17.1`. #
# #
# If you are currently using `fail2ban.ng`, there is nothing to do until #
# `v1.0.0` is released. #
Expand Down

0 comments on commit d7d26f4

Please sign in to comment.