diff --git a/AUTHORS.md b/AUTHORS.md index d64d758..5ded9a2 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,15 +4,15 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|23 +@aboe76|[@aboe76](https://github.com/aboe76)|25 @daks|[@daks](https://github.com/daks)|9 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|8 @nmadhok|[@nmadhok](https://github.com/nmadhok)|8 +@myii|[@myii](https://github.com/myii)|6 @fessoga5|[@fessoga5](https://github.com/fessoga5)|5 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|5 @babilen5|[@babilen5](https://github.com/babilen5)|4 @waynegemmell|[@waynegemmell](https://github.com/waynegemmell)|4 -@myii|[@myii](https://github.com/myii)|3 @asenci|[@asenci](https://github.com/asenci)|2 @egarbi|[@egarbi](https://github.com/egarbi)|2 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 @@ -29,4 +29,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-10. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3193314..27ecf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.1](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.11.0...v0.11.1) (2019-09-01) + + +### Continuous Integration + +* **kitchen+travis:** replace EOL pre-salted images ([cc3fa62](https://github.com/saltstack-formulas/logrotate-formula/commit/cc3fa62)) + + +### Tests + +* **inspec:** improve to work on `amazon` as well ([be09e0d](https://github.com/saltstack-formulas/logrotate-formula/commit/be09e0d)) + # [0.11.0](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.10.0...v0.11.0) (2019-08-10) diff --git a/FORMULA b/FORMULA index cf63db1..a68cf85 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.11.0 +version: 0.11.1 release: 1 minimum_version: 2016.11 summary: logrotate formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8a5d9a6..74fbfc9 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - - 23 + - 25 * - :raw-html-m2r:`@daks` - `@daks `_ - 9 @@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 8 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 6 * - :raw-html-m2r:`@fessoga5` - `@fessoga5 `_ - 5 @@ -37,9 +40,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@waynegemmell` - `@waynegemmell `_ - 4 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 3 * - :raw-html-m2r:`@asenci` - `@asenci `_ - 2 @@ -83,4 +83,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-08-10. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-09-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9692b47..2b7021f 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.11.1 `_ (2019-09-01) +-------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+travis:** replace EOL pre-salted images (\ `cc3fa62 `_\ ) + +Tests +^^^^^ + + +* **inspec:** improve to work on ``amazon`` as well (\ `be09e0d `_\ ) + `0.11.0 `_ (2019-08-10) --------------------------------------------------------------------------------------------------------------