diff --git a/AUTHORS.md b/AUTHORS.md index a977c62..459310c 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 :-:|---|:-: -@myii|[@myii](https://github.com/myii)|134 +@myii|[@myii](https://github.com/myii)|150 @aboe76|[@aboe76](https://github.com/aboe76)|27 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|11 -@daks|[@daks](https://github.com/daks)|10 +@daks|[@daks](https://github.com/daks)|11 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|8 @nmadhok|[@nmadhok](https://github.com/nmadhok)|8 @fessoga5|[@fessoga5](https://github.com/fessoga5)|5 @waynegemmell|[@waynegemmell](https://github.com/waynegemmell)|5 -@babilen|[@babilen](https://github.com/babilen)|4 +@wwentland|[@wwentland](https://github.com/wwentland)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 @asenci|[@asenci](https://github.com/asenci)|2 @egarbi|[@egarbi](https://github.com/egarbi)|2 @@ -28,8 +28,9 @@ Avatar|Contributor|Contributions @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 @mlg-lebo|[@mlg-lebo](https://github.com/mlg-lebo)|1 @edwin--zhao|[@edwin--zhao](https://github.com/edwin--zhao)|1 +@mdubois83|[@mdubois83](https://github.com/mdubois83)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-03-28. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-08-29. diff --git a/CHANGELOG.md b/CHANGELOG.md index 84dc282..b6f1bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +# [0.14.0](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.13.2...v0.14.0) (2022-08-29) + + +### Continuous Integration + +* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([df61825](https://github.com/saltstack-formulas/logrotate-formula/commit/df618259eb5b6111138638bef00b07d9383e9570)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([af19654](https://github.com/saltstack-formulas/logrotate-formula/commit/af196541ad64be2e85c9eb8204f8ce08fcd321dd)) + + +### Features + +* **osfingermap:** add Debian-11 entry to osfingermap.yaml ([756769a](https://github.com/saltstack-formulas/logrotate-formula/commit/756769aeca802cd8586f780b4b0eaeaa22a07fed)) + + +### Tests + +* **system.rb:** add support for `mac_os_x` [skip ci] ([e8d4e7e](https://github.com/saltstack-formulas/logrotate-formula/commit/e8d4e7eb9e54e6cd510461afc76ed82522346891)) + ## [0.13.2](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.13.1...v0.13.2) (2022-03-28) diff --git a/FORMULA b/FORMULA index 02e288f..a295075 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.2 +version: 0.14.0 release: 1 minimum_version: 2016.11 summary: logrotate formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 93c4db5..47ec95b 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:`@myii` - `@myii `_ - - 134 + - 150 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 27 @@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 11 * - :raw-html-m2r:`@daks` - `@daks `_ - - 10 + - 11 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 8 @@ -37,8 +37,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@waynegemmell` - `@waynegemmell `_ - 5 - * - :raw-html-m2r:`@babilen` - - `@babilen `_ + * - :raw-html-m2r:`@wwentland` + - `@wwentland `_ - 4 * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ @@ -85,6 +85,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@edwin--zhao` - `@edwin--zhao `_ - 1 + * - :raw-html-m2r:`@mdubois83` + - `@mdubois83 `_ + - 1 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 @@ -92,4 +95,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-03-28. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-08-29. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4f40af5..d16afe8 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`0.14.0 `_ (2022-08-29) +-------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* update ``pre-commit`` configuration inc. for pre-commit.ci [skip ci] (\ `df61825 `_\ ) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `af19654 `_\ ) + +Features +^^^^^^^^ + + +* **osfingermap:** add Debian-11 entry to osfingermap.yaml (\ `756769a `_\ ) + +Tests +^^^^^ + + +* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `e8d4e7e `_\ ) + `0.13.2 `_ (2022-03-28) --------------------------------------------------------------------------------------------------------------