diff --git a/AUTHORS.md b/AUTHORS.md index 1770bb0..1140daa 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,8 +6,10 @@ Avatar|Contributor|Contributions :-:|---|:-: @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @aboe76|[@aboe76](https://github.com/aboe76)|8 +@myii|[@myii](https://github.com/myii)|5 @carlosperello|[@carlosperello](https://github.com/carlosperello)|4 @whiteinge|[@whiteinge](https://github.com/whiteinge)|4 +@daks|[@daks](https://github.com/daks)|3 @andrew-vant|[@andrew-vant](https://github.com/andrew-vant)|2 @techhat|[@techhat](https://github.com/techhat)|2 @kev009|[@kev009](https://github.com/kev009)|2 @@ -18,9 +20,7 @@ Avatar|Contributor|Contributions @asenci|[@asenci](https://github.com/asenci)|1 @iggy|[@iggy](https://github.com/iggy)|1 @UtahDave|[@UtahDave](https://github.com/UtahDave)|1 -@daks|[@daks](https://github.com/daks)|1 @gravyboat|[@gravyboat](https://github.com/gravyboat)|1 -@myii|[@myii](https://github.com/myii)|1 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 @jasonvoor|[@jasonvoor](https://github.com/jasonvoor)|1 @jszakmeister|[@jszakmeister](https://github.com/jszakmeister)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa60178..b5d8110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.1](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.21.0...v0.21.1) (2019-05-29) + + +### Tests + +* **kitchen:** tests on config files ([5fa1cf1](https://github.com/saltstack-formulas/sudoers-formula/commit/5fa1cf1)) + # [0.21.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.20.0...v0.21.0) (2019-05-29) diff --git a/FORMULA b/FORMULA index 8febaac..17647fa 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: sudoers os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.21.0 +version: 0.21.1 release: 1 minimum_version: 2016.11 summary: Sudoers formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0aa9b20..1322e87 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -19,12 +19,18 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 8 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 5 * - :raw-html-m2r:`@carlosperello` - `@carlosperello `_ - 4 * - :raw-html-m2r:`@whiteinge` - `@whiteinge `_ - 4 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 3 * - :raw-html-m2r:`@andrew-vant` - `@andrew-vant `_ - 2 @@ -55,15 +61,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@UtahDave` - `@UtahDave `_ - 1 - * - :raw-html-m2r:`@daks` - - `@daks `_ - - 1 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 1 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 1 * - :raw-html-m2r:`@javierbertoli` - `@javierbertoli `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c383d06..1b9d5cc 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.21.1 `_ (2019-05-29) +------------------------------------------------------------------------------------------------------------ + +Tests +^^^^^ + + +* **kitchen:** tests on config files (\ `5fa1cf1 `_\ ) + `0.21.0 `_ (2019-05-29) ------------------------------------------------------------------------------------------------------------