diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..9fbe9bb --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,24 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@aboe76|[@aboe76](https://github.com/aboe76)|24 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|13 +@myii|[@myii](https://github.com/myii)|10 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 +@hoonetorg|[@hoonetorg](https://github.com/hoonetorg)|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 +@pauldalewilliams|[@pauldalewilliams](https://github.com/pauldalewilliams)|1 +@valentinbud|[@valentinbud](https://github.com/valentinbud)|1 +@babilen5|[@babilen5](https://github.com/babilen5)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-09. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f1bbb74 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +# [0.7.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.6.2...v0.7.0) (2019-11-09) + + +### Bug Fixes + +* **map.jinja:** fix `salt-lint` errors ([de4e191](https://github.com/saltstack-formulas/firewalld-formula/commit/de4e1915fb17b2278132076c7946539191f1e018)) +* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([8136b75](https://github.com/saltstack-formulas/firewalld-formula/commit/8136b75fa0266dc8d849a40a1fdb77129d6da31f)) +* **yamllint:** fix all errors ([0f808d6](https://github.com/saltstack-formulas/firewalld-formula/commit/0f808d6afb383c56abfa439fde0fab46374ea2d7)) + + +### Documentation + +* **readme:** modify according to standard structure ([3df11fc](https://github.com/saltstack-formulas/firewalld-formula/commit/3df11fc75cade2d801183c3ae110821d2842f53f)) +* **readme:** move to `docs/` directory ([d47265f](https://github.com/saltstack-formulas/firewalld-formula/commit/d47265f9743195a96565701e758789fbc14e3084)) + + +### Features + +* **semantic-release:** implement for this formula ([c5f114d](https://github.com/saltstack-formulas/firewalld-formula/commit/c5f114d8863f6763c49cc08c723924649c8c1ed3)) diff --git a/FORMULA b/FORMULA index a190ff7..2e7c3a8 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.6.2 +version: 0.7.0 release: 1 minimum_version: 2017.7 summary: firewalld formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..3a3fc45 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,62 @@ +.. role:: raw-html-m2r(raw) + :format: html + + +Authors +======= + +This list is sorted by the number of commits per contributor in *descending* order. + +.. list-table:: + :header-rows: 1 + + * - Avatar + - Contributor + - Contributions + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 24 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 13 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 10 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 3 + * - :raw-html-m2r:`@hoonetorg` + - `@hoonetorg `_ + - 3 + * - :raw-html-m2r:`@amendlik` + - `@amendlik `_ + - 2 + * - :raw-html-m2r:`@tinuva` + - `@tinuva `_ + - 2 + * - :raw-html-m2r:`@Sxderp` + - `@Sxderp `_ + - 2 + * - :raw-html-m2r:`@Angelo-Verona` + - `@Angelo-Verona `_ + - 1 + * - :raw-html-m2r:`@cmercier` + - `@cmercier `_ + - 1 + * - :raw-html-m2r:`@basepi` + - `@basepi `_ + - 1 + * - :raw-html-m2r:`@pauldalewilliams` + - `@pauldalewilliams `_ + - 1 + * - :raw-html-m2r:`@valentinbud` + - `@valentinbud `_ + - 1 + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-09. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..98c5b37 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,27 @@ + +Changelog +========= + +`0.7.0 `_ (2019-11-09) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map.jinja:** fix ``salt-lint`` errors (\ `de4e191 `_\ ) +* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ `8136b75 `_\ ) +* **yamllint:** fix all errors (\ `0f808d6 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** modify according to standard structure (\ `3df11fc `_\ ) +* **readme:** move to ``docs/`` directory (\ `d47265f `_\ ) + +Features +^^^^^^^^ + + +* **semantic-release:** implement for this formula (\ `c5f114d `_\ )