diff --git a/AUTHORS.md b/AUTHORS.md index b60a901..d25f19a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,16 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|62 +@myii|[@myii](https://github.com/myii)|64 +@aboe76|[@aboe76](https://github.com/aboe76)|5 @dseira|[@dseira](https://github.com/dseira)|4 -@aboe76|[@aboe76](https://github.com/aboe76)|4 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|3 @kossmac|[@kossmac](https://github.com/kossmac)|2 @bmwiedemann|[@bmwiedemann](https://github.com/bmwiedemann)|1 @mchugh19|[@mchugh19](https://github.com/mchugh19)|1 +@SynPrime|[@SynPrime](https://github.com/SynPrime)|1 @martinhoefling|[@martinhoefling](https://github.com/martinhoefling)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-03. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-04. diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3e07c..14e59b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/saltstack-formulas/cron-formula/compare/v0.3.0...v0.3.1) (2019-11-04) + + +### Tests + +* **saltcheck:** add test for cron envs (`absent` & `present`) ([82cd0a7](https://github.com/saltstack-formulas/cron-formula/commit/82cd0a7f3a2f5d61397b6cfc9a45470477dc51cf)) + # [0.3.0](https://github.com/saltstack-formulas/cron-formula/compare/v0.2.4...v0.3.0) (2019-11-03) diff --git a/FORMULA b/FORMULA index acd113d..bf77d03 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: cron os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS -version: 0.3.0 +version: 0.3.1 release: 0 minimum_version: 2017.7 summary: Cron formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 08c006a..9c76739 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,12 +15,12 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 62 - * - :raw-html-m2r:`@dseira` - - `@dseira `_ - - 4 + - 64 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ + - 5 + * - :raw-html-m2r:`@dseira` + - `@dseira `_ - 4 * - :raw-html-m2r:`@n-rodriguez` - `@n-rodriguez `_ @@ -34,6 +34,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@mchugh19` - `@mchugh19 `_ - 1 + * - :raw-html-m2r:`@SynPrime` + - `@SynPrime `_ + - 1 * - :raw-html-m2r:`@martinhoefling` - `@martinhoefling `_ - 1 @@ -41,4 +44,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 2019-11-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-04. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 37b6069..cd7a1a6 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.3.1 `_ (2019-11-04) +------------------------------------------------------------------------------------------------------ + +Tests +^^^^^ + + +* **saltcheck:** add test for cron envs (\ ``absent`` & ``present``\ ) (\ `82cd0a7 `_\ ) + `0.3.0 `_ (2019-11-03) ------------------------------------------------------------------------------------------------------