From 4c76c5a0f2e25abc5f50cdfbcd3340c67ecdeb15 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Jan 2020 17:11:53 +0000 Subject: [PATCH] chore(release): 0.17.1 [skip ci] ## [0.17.1](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.0...v0.17.1) (2020-01-02) ### Bug Fixes * **tables.sls:** chain and rule creation order ([80f6d5d](https://github.com/saltstack-formulas/iptables-formula/commit/80f6d5dfb2cd46b644dbdaab1f0cafd040f0ea13)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 14 +++++++------- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 27 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 03f016c..a25a523 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,12 +6,13 @@ Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|38 @jstrunk|[@jstrunk](https://github.com/jstrunk)|17 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|12 @aboe76|[@aboe76](https://github.com/aboe76)|12 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 @nmadhok|[@nmadhok](https://github.com/nmadhok)|4 @whiteinge|[@whiteinge](https://github.com/whiteinge)|3 @syphernl|[@syphernl](https://github.com/syphernl)|3 @bogdanr|[@bogdanr](https://github.com/bogdanr)|2 +@mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|2 @scub|[@scub](https://github.com/scub)|2 @myoung34|[@myoung34](https://github.com/myoung34)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 @@ -19,7 +20,6 @@ Avatar|Contributor|Contributions @AAbouZaid|[@AAbouZaid](https://github.com/AAbouZaid)|1 @egarbi|[@egarbi](https://github.com/egarbi)|1 @jamesboswell|[@jamesboswell](https://github.com/jamesboswell)|1 -@mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 @djibi2|[@djibi2](https://github.com/djibi2)|1 @vschum|[@vschum](https://github.com/vschum)|1 @@ -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 2019-12-30. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eb68b..af36a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.0...v0.17.1) (2020-01-02) + + +### Bug Fixes + +* **tables.sls:** chain and rule creation order ([80f6d5d](https://github.com/saltstack-formulas/iptables-formula/commit/80f6d5dfb2cd46b644dbdaab1f0cafd040f0ea13)) + # [0.17.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.16.1...v0.17.0) (2019-12-30) diff --git a/FORMULA b/FORMULA index 9533b49..f409c68 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: iptables 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: 2017.7 summary: Iptables formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 5189bbf..0557390 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,12 +19,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@jstrunk` - `@jstrunk `_ - 17 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 12 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 12 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 11 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 4 @@ -37,6 +37,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@bogdanr` - `@bogdanr `_ - 2 + * - :raw-html-m2r:`@mgomersbach` + - `@mgomersbach `_ + - 2 * - :raw-html-m2r:`@scub` - `@scub `_ - 2 @@ -58,9 +61,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@jamesboswell` - `@jamesboswell `_ - 1 - * - :raw-html-m2r:`@mgomersbach` - - `@mgomersbach `_ - - 1 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 @@ -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 2019-12-30. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index fe56bab..3dab535 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.17.1 `_ (2020-01-02) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **tables.sls:** chain and rule creation order (\ `80f6d5d `_\ ) + `0.17.0 `_ (2019-12-30) -------------------------------------------------------------------------------------------------------------