From c7072b8776b574ae151eecba80100df1332948ca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Jun 2021 21:15:47 +0000 Subject: [PATCH] chore(release): 1.3.1 [skip ci] ## [1.3.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.3.0...v1.3.1) (2021-06-22) ### Bug Fixes * **debian10 iptables:** install iptables from buster-backports ([8d5c0c9](https://github.com/saltstack-formulas/firewalld-formula/commit/8d5c0c941044b65f275b05f5579d54282943ced7)) ### Continuous Integration * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([70cf9fa](https://github.com/saltstack-formulas/firewalld-formula/commit/70cf9fa8d50ae833020108c5136ad8fddf733d29)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 10 +++++----- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 36 insertions(+), 9 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 26757ac..6fdf8a9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,18 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|78 +@myii|[@myii](https://github.com/myii)|79 @aboe76|[@aboe76](https://github.com/aboe76)|24 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @Sxderp|[@Sxderp](https://github.com/Sxderp)|6 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 +@genaumann|[@genaumann](https://github.com/genaumann)|3 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @hoonetorg|[@hoonetorg](https://github.com/hoonetorg)|3 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|3 @tinuva|[@tinuva](https://github.com/tinuva)|3 @amendlik|[@amendlik](https://github.com/amendlik)|2 @apatard|[@apatard](https://github.com/apatard)|2 -@genaumann|[@genaumann](https://github.com/genaumann)|2 @Angelo-Verona|[@Angelo-Verona](https://github.com/Angelo-Verona)|1 @cmercier|[@cmercier](https://github.com/cmercier)|1 @basepi|[@basepi](https://github.com/basepi)|1 @@ -26,4 +26,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-06-18. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-22. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2068e89..ed1e201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.1](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.3.0...v1.3.1) (2021-06-22) + + +### Bug Fixes + +* **debian10 iptables:** install iptables from buster-backports ([8d5c0c9](https://github.com/saltstack-formulas/firewalld-formula/commit/8d5c0c941044b65f275b05f5579d54282943ced7)) + + +### Continuous Integration + +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([70cf9fa](https://github.com/saltstack-formulas/firewalld-formula/commit/70cf9fa8d50ae833020108c5136ad8fddf733d29)) + # [1.3.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.2.1...v1.3.0) (2021-06-18) diff --git a/FORMULA b/FORMULA index 58eb63e..541a4b2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: firewalld os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.3.0 +version: 1.3.1 release: 1 minimum_version: 2017.7 summary: firewalld formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index d3767a6..8b27ca5 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 78 + - 79 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 24 @@ -28,6 +28,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 3 + * - :raw-html-m2r:`@genaumann` + - `@genaumann `_ + - 3 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 3 @@ -46,9 +49,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@apatard` - `@apatard `_ - 2 - * - :raw-html-m2r:`@genaumann` - - `@genaumann `_ - - 2 * - :raw-html-m2r:`@Angelo-Verona` - `@Angelo-Verona `_ - 1 @@ -74,4 +74,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-06-18. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-22. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 3a00748..0f247f5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.3.1 `_ (2021-06-22) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **debian10 iptables:** install iptables from buster-backports (\ `8d5c0c9 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `70cf9fa `_\ ) + `1.3.0 `_ (2021-06-18) -----------------------------------------------------------------------------------------------------------