diff --git a/AUTHORS.md b/AUTHORS.md index 6092d0b..7d91f04 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,14 +4,14 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|29 @aboe76|[@aboe76](https://github.com/aboe76)|24 -@myii|[@myii](https://github.com/myii)|22 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 +@Sxderp|[@Sxderp](https://github.com/Sxderp)|3 @hoonetorg|[@hoonetorg](https://github.com/hoonetorg)|3 @tinuva|[@tinuva](https://github.com/tinuva)|3 @amendlik|[@amendlik](https://github.com/amendlik)|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 @@ -22,4 +22,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-02-12. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index c7db818..8c93e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +# [0.10.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.9.0...v0.10.0) (2020-04-02) + + +### Bug Fixes + +* **zone.xml:** adjust whitespacing to pass tests & macro at top of file ([d8f0f47](https://github.com/saltstack-formulas/firewalld-formula/commit/d8f0f47a5408bde763050c457269ef129a48b050)) + + +### Features + +* allow rich_rules to be specified as a dict ([cd4cec0](https://github.com/saltstack-formulas/firewalld-formula/commit/cd4cec008983943213ac3bb721ab69c3a5214c54)) + + +### Styles + +* **zone.xml:** remove all trailing whitespaces ([204efe5](https://github.com/saltstack-formulas/firewalld-formula/commit/204efe5fc7065a2c2f4f55aa0138bf98675cba4e)) + + +### Tests + +* **zones_spec:** check content of rendered zone files ([6ebfc6f](https://github.com/saltstack-formulas/firewalld-formula/commit/6ebfc6f20cfd72c2785514ab35484c9575401648)) + # [0.9.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.8.0...v0.9.0) (2020-02-12) diff --git a/FORMULA b/FORMULA index cf33dd5..2b968dc 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.9.0 +version: 0.10.0 release: 1 minimum_version: 2017.7 summary: firewalld formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 1728ac4..97b585a 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,18 +13,21 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 29 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 24 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 22 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 13 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 3 + * - :raw-html-m2r:`@Sxderp` + - `@Sxderp `_ + - 3 * - :raw-html-m2r:`@hoonetorg` - `@hoonetorg `_ - 3 @@ -34,9 +37,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@amendlik` - `@amendlik `_ - 2 - * - :raw-html-m2r:`@Sxderp` - - `@Sxderp `_ - - 2 * - :raw-html-m2r:`@Angelo-Verona` - `@Angelo-Verona `_ - 1 @@ -62,4 +62,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-02-12. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8fce91a..dc64506 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,33 @@ Changelog ========= +`0.10.0 `_ (2020-04-02) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **zone.xml:** adjust whitespacing to pass tests & macro at top of file (\ `d8f0f47 `_\ ) + +Features +^^^^^^^^ + + +* allow rich_rules to be specified as a dict (\ `cd4cec0 `_\ ) + +Styles +^^^^^^ + + +* **zone.xml:** remove all trailing whitespaces (\ `204efe5 `_\ ) + +Tests +^^^^^ + + +* **zones_spec:** check content of rendered zone files (\ `6ebfc6f `_\ ) + `0.9.0 `_ (2020-02-12) -----------------------------------------------------------------------------------------------------------