diff --git a/AUTHORS.md b/AUTHORS.md index 70a6ec0..a977c62 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,11 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|129 +@myii|[@myii](https://github.com/myii)|134 @aboe76|[@aboe76](https://github.com/aboe76)|27 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 @daks|[@daks](https://github.com/daks)|10 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|8 -@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|8 @nmadhok|[@nmadhok](https://github.com/nmadhok)|8 @fessoga5|[@fessoga5](https://github.com/fessoga5)|5 @waynegemmell|[@waynegemmell](https://github.com/waynegemmell)|5 @@ -32,4 +32,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-22. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-28. diff --git a/CHANGELOG.md b/CHANGELOG.md index aaface6..84dc282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.13.2](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.13.1...v0.13.2) (2022-03-28) + + +### Bug Fixes + +* **conf:** add 'monthly' interval ([b6cc8a9](https://github.com/saltstack-formulas/logrotate-formula/commit/b6cc8a908482997ecd84ac6bbce0607bd759df47)) + + +### Tests + +* **jobs:** add a monthly job test ([957e689](https://github.com/saltstack-formulas/logrotate-formula/commit/957e6897c052840a16bdd281b3e96132c4f37c01)) +* **jobs:** reorder parameters to match pillar ([3bdc11b](https://github.com/saltstack-formulas/logrotate-formula/commit/3bdc11b5c2b2f2b60d8dfe7b3a493fce532b0c6e)) + ## [0.13.1](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.13.0...v0.13.1) (2022-02-22) diff --git a/FORMULA b/FORMULA index 4bed0ed..02e288f 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: logrotate os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 0.13.1 +version: 0.13.2 release: 1 minimum_version: 2016.11 summary: logrotate formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 747d130..93c4db5 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,19 +15,19 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 129 + - 134 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 27 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 11 * - :raw-html-m2r:`@daks` - `@daks `_ - 10 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 8 - * - :raw-html-m2r:`@javierbertoli` - - `@javierbertoli `_ - - 8 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 8 @@ -92,4 +92,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 2022-02-22. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-03-28. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index cb2a05b..4f40af5 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`0.13.2 `_ (2022-03-28) +-------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **conf:** add 'monthly' interval (\ `b6cc8a9 `_\ ) + +Tests +^^^^^ + + +* **jobs:** add a monthly job test (\ `957e689 `_\ ) +* **jobs:** reorder parameters to match pillar (\ `3bdc11b `_\ ) + `0.13.1 `_ (2022-02-22) --------------------------------------------------------------------------------------------------------------