diff --git a/AUTHORS.md b/AUTHORS.md index 0620094..611a63c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|75 +@myii|[@myii](https://github.com/myii)|81 @gravyboat|[@gravyboat](https://github.com/gravyboat)|14 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|14 @nmadhok|[@nmadhok](https://github.com/nmadhok)|13 @alex-leonhardt|[@alex-leonhardt](https://github.com/alex-leonhardt)|9 @aboe76|[@aboe76](https://github.com/aboe76)|9 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|9 @alfredopalhares|[@alfredopalhares](https://github.com/alfredopalhares)|5 @techhat|[@techhat](https://github.com/techhat)|5 @stp-ip|[@stp-ip](https://github.com/stp-ip)|5 @@ -45,4 +45,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-02. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-06-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c69d9..5b69e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +# [0.28.0](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.2...v0.28.0) (2021-06-24) + + +### Bug Fixes + +* **archlinux:** systemd requires type=simple ([908bf60](https://github.com/saltstack-formulas/redis-formula/commit/908bf609a74ae6eab79b878bdd15ca0fc8294e27)) +* **defaults:** use lhs lib dir ([7a7cc4a](https://github.com/saltstack-formulas/redis-formula/commit/7a7cc4afba7510beab152bfec0ea7e389193138e)) + + +### Continuous Integration + +* **gitlab-ci:** enable Arch Linux [skip ci] ([8a8a71d](https://github.com/saltstack-formulas/redis-formula/commit/8a8a71dc9bcfb918edbe28c16f40cfc3e1e3d6ef)) +* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([ea7db6d](https://github.com/saltstack-formulas/redis-formula/commit/ea7db6dbb2a290cdcc0df324bec2a71bef02a62f)) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([3b5d2f7](https://github.com/saltstack-formulas/redis-formula/commit/3b5d2f74d2ed88dd8d26a21ad55c69cba8885d3b)) +* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([71d420f](https://github.com/saltstack-formulas/redis-formula/commit/71d420f5103794df2bd9282fb13d13b9674d6c5c)) + + +### Features + +* **arch:** add support for archlinux ([02c1d2f](https://github.com/saltstack-formulas/redis-formula/commit/02c1d2f48ba7a6ac9b19f1799bd662fe2739487b)) + ## [0.27.2](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.1...v0.27.2) (2021-04-02) diff --git a/FORMULA b/FORMULA index 733ce1a..f928b73 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: redis os: Debian, Ubuntu, RedHat, Fedora, CentOS os_family: Debian, RedHat -version: 0.27.2 +version: 0.28.0 release: 1 minimum_version: 2017.7 summary: template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index bd24fd5..87e7559 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 75 + - 81 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 14 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 14 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 13 @@ -28,9 +31,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ - 9 - * - :raw-html-m2r:`@noelmcloughlin` - - `@noelmcloughlin `_ - - 9 * - :raw-html-m2r:`@alfredopalhares` - `@alfredopalhares `_ - 5 @@ -131,4 +131,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 2021-04-02. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-06-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c0ef45b..a382ed7 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,31 @@ Changelog ========= +`0.28.0 `_ (2021-06-24) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **archlinux:** systemd requires type=simple (\ `908bf60 `_\ ) +* **defaults:** use lhs lib dir (\ `7a7cc4a `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **gitlab-ci:** enable Arch Linux [skip ci] (\ `8a8a71d `_\ ) +* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `ea7db6d `_\ ) +* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `3b5d2f7 `_\ ) +* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `71d420f `_\ ) + +Features +^^^^^^^^ + + +* **arch:** add support for archlinux (\ `02c1d2f `_\ ) + `0.27.2 `_ (2021-04-02) ----------------------------------------------------------------------------------------------------------