Skip to content

Commit 4c2ba87

Browse files
chore(release): 0.27.2 [skip ci]
## [0.27.2](v0.27.1...v0.27.2) (2021-04-02) ### Bug Fixes * **debian:** install/configure sentinel on stretch/buster ([cba4fbe](cba4fbe)) * **debian:** optimize code for deletion ([a4a5d3c](a4a5d3c)) ### Continuous Integration * **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([4b3644c](4b3644c)) ### Tests * standardise use of `share` suite & `_mapdata` state [skip ci] ([de567a6](de567a6))
1 parent 0eff32f commit 4c2ba87

File tree

5 files changed

+51
-7
lines changed

5 files changed

+51
-7
lines changed

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|72
7+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|75
88
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|14
99
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|13
1010
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4490686?v=4' width='36' height='36' alt='@alex-leonhardt'>|[@alex-leonhardt](https://github.com/alex-leonhardt)|9
1111
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|9
12-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|8
12+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|9
1313
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>|[@alfredopalhares](https://github.com/alfredopalhares)|5
1414
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|5
1515
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|5
@@ -31,6 +31,7 @@ Avatar|Contributor|Contributions
3131
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3586503?v=4' width='36' height='36' alt='@stevendgonzales'>|[@stevendgonzales](https://github.com/stevendgonzales)|2
3232
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/228723?v=4' width='36' height='36' alt='@abednarik'>|[@abednarik](https://github.com/abednarik)|2
3333
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|2
34+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/7783188?v=4' width='36' height='36' alt='@streambinder'>|[@streambinder](https://github.com/streambinder)|2
3435
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/639461?v=4' width='36' height='36' alt='@viq'>|[@viq](https://github.com/viq)|2
3536
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1060507?v=4' width='36' height='36' alt='@ahmadsherif'>|[@ahmadsherif](https://github.com/ahmadsherif)|1
3637
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3536289?v=4' width='36' height='36' alt='@andygabby'>|[@andygabby](https://github.com/andygabby)|1
@@ -44,4 +45,4 @@ Avatar|Contributor|Contributions
4445

4546
---
4647

47-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-03-04.
48+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-02.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.27.2](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.1...v0.27.2) (2021-04-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **debian:** install/configure sentinel on stretch/buster ([cba4fbe](https://github.com/saltstack-formulas/redis-formula/commit/cba4fbe067627285cab8a2f7028ffdfd032dd045))
9+
* **debian:** optimize code for deletion ([a4a5d3c](https://github.com/saltstack-formulas/redis-formula/commit/a4a5d3cf1639659822d657bc3137b5600ab2a2fd))
10+
11+
12+
### Continuous Integration
13+
14+
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([4b3644c](https://github.com/saltstack-formulas/redis-formula/commit/4b3644ca8a966983ae2fa8da466c7c86a59355b4))
15+
16+
17+
### Tests
18+
19+
* standardise use of `share` suite & `_mapdata` state [skip ci] ([de567a6](https://github.com/saltstack-formulas/redis-formula/commit/de567a6b49d84ac5fabb391dab642029c9540abe))
20+
321
## [0.27.1](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.0...v0.27.1) (2021-03-04)
422

523

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: redis
22
os: Debian, Ubuntu, RedHat, Fedora, CentOS
33
os_family: Debian, RedHat
4-
version: 0.27.1
4+
version: 0.27.2
55
release: 1
66
minimum_version: 2017.7
77
summary: template formula

docs/AUTHORS.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 72
18+
- 75
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2020
- `@gravyboat <https://github.com/gravyboat>`_
2121
- 14
@@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
3030
- 9
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
3232
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
33-
- 8
33+
- 9
3434
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>`
3535
- `@alfredopalhares <https://github.com/alfredopalhares>`_
3636
- 5
@@ -94,6 +94,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
9494
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>`
9595
- `@puneetk <https://github.com/puneetk>`_
9696
- 2
97+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/7783188?v=4' width='36' height='36' alt='@streambinder'>`
98+
- `@streambinder <https://github.com/streambinder>`_
99+
- 2
97100
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/639461?v=4' width='36' height='36' alt='@viq'>`
98101
- `@viq <https://github.com/viq>`_
99102
- 2
@@ -128,4 +131,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
128131

129132
----
130133

131-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-03-04.
134+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-02.

docs/CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
Changelog
33
=========
44

5+
`0.27.2 <https://github.com/saltstack-formulas/redis-formula/compare/v0.27.1...v0.27.2>`_ (2021-04-02)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **debian:** install/configure sentinel on stretch/buster (\ `cba4fbe <https://github.com/saltstack-formulas/redis-formula/commit/cba4fbe067627285cab8a2f7028ffdfd032dd045>`_\ )
13+
* **debian:** optimize code for deletion (\ `a4a5d3c <https://github.com/saltstack-formulas/redis-formula/commit/a4a5d3cf1639659822d657bc3137b5600ab2a2fd>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `4b3644c <https://github.com/saltstack-formulas/redis-formula/commit/4b3644ca8a966983ae2fa8da466c7c86a59355b4>`_\ )
20+
21+
Tests
22+
^^^^^
23+
24+
25+
* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `de567a6 <https://github.com/saltstack-formulas/redis-formula/commit/de567a6b49d84ac5fabb391dab642029c9540abe>`_\ )
26+
527
`0.27.1 <https://github.com/saltstack-formulas/redis-formula/compare/v0.27.0...v0.27.1>`_ (2021-03-04)
628
----------------------------------------------------------------------------------------------------------
729

0 commit comments

Comments
 (0)