From 4cabd90b7178fe3103b48feaccc9bc008eb2bb40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Apr 2020 11:02:38 +0000 Subject: [PATCH] chore(release): 0.17.3 [skip ci] ## [0.17.3](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.2...v0.17.3) (2020-04-17) ### Bug Fixes * **init:** ensure save takes place for `enable_reject_policy` ([8f3d3d1](https://github.com/saltstack-formulas/iptables-formula/commit/8f3d3d19068d0c124efdc1c9b88412cec51ff339)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 20b1aa3..3761b64 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ 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)|44 @jstrunk|[@jstrunk](https://github.com/jstrunk)|17 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|12 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @aboe76|[@aboe76](https://github.com/aboe76)|12 @nmadhok|[@nmadhok](https://github.com/nmadhok)|4 @whiteinge|[@whiteinge](https://github.com/whiteinge)|3 @@ -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-03-30. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-17. diff --git a/CHANGELOG.md b/CHANGELOG.md index 783f556..621ba2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.3](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.2...v0.17.3) (2020-04-17) + + +### Bug Fixes + +* **init:** ensure save takes place for `enable_reject_policy` ([8f3d3d1](https://github.com/saltstack-formulas/iptables-formula/commit/8f3d3d19068d0c124efdc1c9b88412cec51ff339)) + ## [0.17.2](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.1...v0.17.2) (2020-03-30) diff --git a/FORMULA b/FORMULA index 5e7ea40..5396130 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.2 +version: 0.17.3 release: 1 minimum_version: 2017.7 summary: Iptables formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index fc82c4a..b16d4aa 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 41 + - 44 * - :raw-html-m2r:`@jstrunk` - `@jstrunk `_ - 17 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 12 + - 13 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 12 @@ -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-03-30. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-17. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 96cc913..26faaa9 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.17.3 `_ (2020-04-17) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **init:** ensure save takes place for ``enable_reject_policy`` (\ `8f3d3d1 `_\ ) + `0.17.2 `_ (2020-03-30) -------------------------------------------------------------------------------------------------------------