diff --git a/AUTHORS.md b/AUTHORS.md index ed89c74..9ff27a8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,14 +11,15 @@ Avatar|Contributor|Contributions @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|8 @nmadhok|[@nmadhok](https://github.com/nmadhok)|8 @fessoga5|[@fessoga5](https://github.com/fessoga5)|5 +@dafyddj|[@dafyddj](https://github.com/dafyddj)|5 @waynegemmell|[@waynegemmell](https://github.com/waynegemmell)|5 -@dafyddj|[@dafyddj](https://github.com/dafyddj)|4 @wwentland|[@wwentland](https://github.com/wwentland)|4 @asenci|[@asenci](https://github.com/asenci)|2 @egarbi|[@egarbi](https://github.com/egarbi)|2 @mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|2 @n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 +@sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|2 @abednarik|[@abednarik](https://github.com/abednarik)|1 @Bilge|[@Bilge](https://github.com/Bilge)|1 @baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @@ -30,8 +31,7 @@ Avatar|Contributor|Contributions @edwin--zhao|[@edwin--zhao](https://github.com/edwin--zhao)|1 @mdubois83|[@mdubois83](https://github.com/mdubois83)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 -@sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2024-12-17. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2024-12-30. diff --git a/CHANGELOG.md b/CHANGELOG.md index 386d16a..97fc251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.14.1...v0.14.2) (2024-12-30) + + +### Bug Fixes + +* **debian:** disable login_records, they are managed by the package ([db1ada0](https://github.com/saltstack-formulas/logrotate-formula/commit/db1ada02e820d18eb74355278d8085127f8e9573)) + ## [0.14.1](https://github.com/saltstack-formulas/logrotate-formula/compare/v0.14.0...v0.14.1) (2024-12-17) diff --git a/FORMULA b/FORMULA index 83ff1a2..ebb8291 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.14.1 +version: 0.14.2 release: 1 minimum_version: 2016.11 summary: logrotate formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index e97b9d7..c2ee16b 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -34,12 +34,12 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@fessoga5` - `@fessoga5 `_ - 5 + * - :raw-html-m2r:`@dafyddj` + - `@dafyddj `_ + - 5 * - :raw-html-m2r:`@waynegemmell` - `@waynegemmell `_ - 5 - * - :raw-html-m2r:`@dafyddj` - - `@dafyddj `_ - - 4 * - :raw-html-m2r:`@wwentland` - `@wwentland `_ - 4 @@ -58,6 +58,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 2 + * - :raw-html-m2r:`@sylvainfaivre` + - `@sylvainfaivre `_ + - 2 * - :raw-html-m2r:`@abednarik` - `@abednarik `_ - 1 @@ -91,11 +94,8 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 - * - :raw-html-m2r:`@sylvainfaivre` - - `@sylvainfaivre `_ - - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2024-12-17. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2024-12-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7ba8bc4..9c3b464 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`0.14.2 `_ (2024-12-30) +-------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **debian:** disable login_records, they are managed by the package (\ `db1ada0 `_\ ) + `0.14.1 `_ (2024-12-17) --------------------------------------------------------------------------------------------------------------