From 40c2338ae2856c35116fe22fea37cfee6f9adc48 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 10 Aug 2019 20:11:43 +0000 Subject: [PATCH] chore(release): 0.16.0 [skip ci] # [0.16.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.15.0...v0.16.0) (2019-08-10) ### Continuous Integration * **kitchen:** add remaining platforms from `template-formula` ([0d7e08d](https://github.com/saltstack-formulas/iptables-formula/commit/0d7e08d)) ### Features * **yamllint:** include for this repo and apply rules throughout ([9721448](https://github.com/saltstack-formulas/iptables-formula/commit/9721448)) --- AUTHORS.md | 8 ++++---- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 14 +++++++------- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 39 insertions(+), 12 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index b71adad..8edb62b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,14 +5,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @jstrunk|[@jstrunk](https://github.com/jstrunk)|17 -@aboe76|[@aboe76](https://github.com/aboe76)|6 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 +@aboe76|[@aboe76](https://github.com/aboe76)|7 +@myii|[@myii](https://github.com/myii)|5 @nmadhok|[@nmadhok](https://github.com/nmadhok)|4 @enver|[@enver](https://github.com/enver)|3 @whiteinge|[@whiteinge](https://github.com/whiteinge)|3 @syphernl|[@syphernl](https://github.com/syphernl)|3 @bogdanr|[@bogdanr](https://github.com/bogdanr)|2 -@myii|[@myii](https://github.com/myii)|2 @scub|[@scub](https://github.com/scub)|2 @myoung34|[@myoung34](https://github.com/myoung34)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 @@ -29,4 +29,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-06-25. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-10. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a707de..ff8b0f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.16.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.15.0...v0.16.0) (2019-08-10) + + +### Continuous Integration + +* **kitchen:** add remaining platforms from `template-formula` ([0d7e08d](https://github.com/saltstack-formulas/iptables-formula/commit/0d7e08d)) + + +### Features + +* **yamllint:** include for this repo and apply rules throughout ([9721448](https://github.com/saltstack-formulas/iptables-formula/commit/9721448)) + # [0.15.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.14.0...v0.15.0) (2019-06-25) diff --git a/FORMULA b/FORMULA index 97023f4..8f1ba7b 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.15.0 +version: 0.16.0 release: 1 minimum_version: 2017.7 summary: Iptables formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d2d914a..dc84743 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -16,11 +16,14 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@jstrunk` - `@jstrunk `_ - 17 - * - :raw-html-m2r:`@aboe76` - - `@aboe76 `_ - - 6 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ + - 11 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 7 + * - :raw-html-m2r:`@myii` + - `@myii `_ - 5 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ @@ -37,9 +40,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@bogdanr` - `@bogdanr `_ - 2 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 2 * - :raw-html-m2r:`@scub` - `@scub `_ - 2 @@ -83,4 +83,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-06-25. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-10. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 71905d5..3bdf477 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.16.0 `_ (2019-08-10) +------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** add remaining platforms from ``template-formula`` (\ `0d7e08d `_\ ) + +Features +^^^^^^^^ + + +* **yamllint:** include for this repo and apply rules throughout (\ `9721448 `_\ ) + `0.15.0 `_ (2019-06-25) -------------------------------------------------------------------------------------------------------------