From 71e9aa988f380e54a64a1b68094a64cf9f42c7da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Jun 2021 13:29:50 +0000 Subject: [PATCH] chore(release): 0.17.5 [skip ci] ## [0.17.5](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.4...v0.17.5) (2021-06-16) ### Bug Fixes * **fedora-34:** use `iptables-compat` package for installation ([650c318](https://github.com/saltstack-formulas/iptables-formula/commit/650c318a0abd89bf6ae4f069b2d8eeb07acdc0ac)) ### Continuous Integration * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([acf6c32](https://github.com/saltstack-formulas/iptables-formula/commit/acf6c327bb370e89ab53c65832245b438764f5ca)) * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([3bd21d7](https://github.com/saltstack-formulas/iptables-formula/commit/3bd21d764bf8ed639661f997feee486725cedb6d)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 54c3b3a..dacaeff 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)|75 +@myii|[@myii](https://github.com/myii)|79 @jstrunk|[@jstrunk](https://github.com/jstrunk)|17 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|14 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|15 @aboe76|[@aboe76](https://github.com/aboe76)|12 @nmadhok|[@nmadhok](https://github.com/nmadhok)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @@ -31,4 +31,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-20. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-16. diff --git a/CHANGELOG.md b/CHANGELOG.md index a77955e..c00a5c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.17.5](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.4...v0.17.5) (2021-06-16) + + +### Bug Fixes + +* **fedora-34:** use `iptables-compat` package for installation ([650c318](https://github.com/saltstack-formulas/iptables-formula/commit/650c318a0abd89bf6ae4f069b2d8eeb07acdc0ac)) + + +### Continuous Integration + +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([acf6c32](https://github.com/saltstack-formulas/iptables-formula/commit/acf6c327bb370e89ab53c65832245b438764f5ca)) +* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([3bd21d7](https://github.com/saltstack-formulas/iptables-formula/commit/3bd21d764bf8ed639661f997feee486725cedb6d)) + ## [0.17.4](https://github.com/saltstack-formulas/iptables-formula/compare/v0.17.3...v0.17.4) (2021-04-20) diff --git a/FORMULA b/FORMULA index 5be6787..df5d5e2 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.4 +version: 0.17.5 release: 1 minimum_version: 2017.7 summary: Iptables formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 539cfba..4e94bab 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 `_ - - 75 + - 79 * - :raw-html-m2r:`@jstrunk` - `@jstrunk `_ - 17 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - - 14 + - 15 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 12 @@ -89,4 +89,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 2021-04-20. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 35050a6..61c0635 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.17.5 `_ (2021-06-16) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **fedora-34:** use ``iptables-compat`` package for installation (\ `650c318 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `acf6c32 `_\ ) +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `3bd21d7 `_\ ) + `0.17.4 `_ (2021-04-20) -------------------------------------------------------------------------------------------------------------