diff --git a/AUTHORS.md b/AUTHORS.md index b408239..6092d0b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,16 +5,17 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @aboe76|[@aboe76](https://github.com/aboe76)|24 -@myii|[@myii](https://github.com/myii)|21 +@myii|[@myii](https://github.com/myii)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @hoonetorg|[@hoonetorg](https://github.com/hoonetorg)|3 +@tinuva|[@tinuva](https://github.com/tinuva)|3 @amendlik|[@amendlik](https://github.com/amendlik)|2 -@tinuva|[@tinuva](https://github.com/tinuva)|2 @Sxderp|[@Sxderp](https://github.com/Sxderp)|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 +@miska|[@miska](https://github.com/miska)|1 @pauldalewilliams|[@pauldalewilliams](https://github.com/pauldalewilliams)|1 @valentinbud|[@valentinbud](https://github.com/valentinbud)|1 @babilen5|[@babilen5](https://github.com/babilen5)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a299da..c7db818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [0.9.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.8.0...v0.9.0) (2020-02-12) + + +### Features + +* **zone.xml:** allow more services definition inside zone ([8d0172f](https://github.com/saltstack-formulas/firewalld-formula/commit/8d0172f5c7e0e1a2856dbbc0bf149ee8ddfd225a)) + # [0.8.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.7.0...v0.8.0) (2020-02-12) diff --git a/FORMULA b/FORMULA index 7f188ad..cf33dd5 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: 0.8.0 +version: 0.9.0 release: 1 minimum_version: 2017.7 summary: firewalld formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 41130b5..1728ac4 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 24 * - :raw-html-m2r:`@myii` - `@myii `_ - - 21 + - 22 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 13 @@ -28,11 +28,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@hoonetorg` - `@hoonetorg `_ - 3 - * - :raw-html-m2r:`@amendlik` - - `@amendlik `_ - - 2 * - :raw-html-m2r:`@tinuva` - `@tinuva `_ + - 3 + * - :raw-html-m2r:`@amendlik` + - `@amendlik `_ - 2 * - :raw-html-m2r:`@Sxderp` - `@Sxderp `_ @@ -46,6 +46,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@basepi` - `@basepi `_ - 1 + * - :raw-html-m2r:`@miska` + - `@miska `_ + - 1 * - :raw-html-m2r:`@pauldalewilliams` - `@pauldalewilliams `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c0935ec..8fce91a 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.9.0 `_ (2020-02-12) +----------------------------------------------------------------------------------------------------------- + +Features +^^^^^^^^ + + +* **zone.xml:** allow more services definition inside zone (\ `8d0172f `_\ ) + `0.8.0 `_ (2020-02-12) -----------------------------------------------------------------------------------------------------------