diff --git a/AUTHORS.md b/AUTHORS.md index a73e590..0620094 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)|72 +@myii|[@myii](https://github.com/myii)|75 @gravyboat|[@gravyboat](https://github.com/gravyboat)|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)|8 +@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 @@ -31,6 +31,7 @@ Avatar|Contributor|Contributions @stevendgonzales|[@stevendgonzales](https://github.com/stevendgonzales)|2 @abednarik|[@abednarik](https://github.com/abednarik)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 +@streambinder|[@streambinder](https://github.com/streambinder)|2 @viq|[@viq](https://github.com/viq)|2 @ahmadsherif|[@ahmadsherif](https://github.com/ahmadsherif)|1 @andygabby|[@andygabby](https://github.com/andygabby)|1 @@ -44,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-03-04. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8568b..b7c69d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.27.2](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.1...v0.27.2) (2021-04-02) + + +### Bug Fixes + +* **debian:** install/configure sentinel on stretch/buster ([cba4fbe](https://github.com/saltstack-formulas/redis-formula/commit/cba4fbe067627285cab8a2f7028ffdfd032dd045)) +* **debian:** optimize code for deletion ([a4a5d3c](https://github.com/saltstack-formulas/redis-formula/commit/a4a5d3cf1639659822d657bc3137b5600ab2a2fd)) + + +### Continuous Integration + +* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([4b3644c](https://github.com/saltstack-formulas/redis-formula/commit/4b3644ca8a966983ae2fa8da466c7c86a59355b4)) + + +### Tests + +* standardise use of `share` suite & `_mapdata` state [skip ci] ([de567a6](https://github.com/saltstack-formulas/redis-formula/commit/de567a6b49d84ac5fabb391dab642029c9540abe)) + ## [0.27.1](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.0...v0.27.1) (2021-03-04) diff --git a/FORMULA b/FORMULA index 3e05695..733ce1a 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: redis os: Debian, Ubuntu, RedHat, Fedora, CentOS os_family: Debian, RedHat -version: 0.27.1 +version: 0.27.2 release: 1 minimum_version: 2017.7 summary: template formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a6dc65b..bd24fd5 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 `_ - - 72 + - 75 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 14 @@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 9 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 8 + - 9 * - :raw-html-m2r:`@alfredopalhares` - `@alfredopalhares `_ - 5 @@ -94,6 +94,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 2 + * - :raw-html-m2r:`@streambinder` + - `@streambinder `_ + - 2 * - :raw-html-m2r:`@viq` - `@viq `_ - 2 @@ -128,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-03-04. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-04-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index b09f2fd..c0ef45b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,28 @@ Changelog ========= +`0.27.2 `_ (2021-04-02) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **debian:** install/configure sentinel on stretch/buster (\ `cba4fbe `_\ ) +* **debian:** optimize code for deletion (\ `a4a5d3c `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `4b3644c `_\ ) + +Tests +^^^^^ + + +* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `de567a6 `_\ ) + `0.27.1 `_ (2021-03-04) ----------------------------------------------------------------------------------------------------------