Skip to content

Commit d425e8a

Browse files
chore(release): 0.28.1 [skip ci]
## [0.28.1](v0.28.0...v0.28.1) (2022-02-12) ### Code Refactoring * **salt-lint:** fix violations ([eef0cf1](eef0cf1)) ### Continuous Integration * update linters to latest versions [skip ci] ([45e625e](45e625e)) * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([fea9e42](fea9e42)) * **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([a458500](a458500)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([d272d1a](d272d1a)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([6b0f151](6b0f151)) * **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([c16bbca](c16bbca)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([3a6f8c2](3a6f8c2)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([c0eae92](c0eae92)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([25fc44b](25fc44b)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([c6fe7cb](c6fe7cb))
1 parent eef0cf1 commit d425e8a

File tree

5 files changed

+57
-16
lines changed

5 files changed

+57
-16
lines changed

AUTHORS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ 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)|81
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)|120
8+
<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)|15
89
<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
9-
<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)|14
1010
<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
1111
<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
1212
<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
13-
<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
1413
<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
1514
<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
1615
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|5
17-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|5
16+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>|[@babilen](https://github.com/babilen)|5
1817
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>|[@dafyddj](https://github.com/dafyddj)|3
1918
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/378158?v=4' width='36' height='36' alt='@dseira'>|[@dseira](https://github.com/dseira)|3
2019
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/242396?v=4' width='36' height='36' alt='@javierbertoli'>|[@javierbertoli](https://github.com/javierbertoli)|3
@@ -45,4 +44,4 @@ Avatar|Contributor|Contributions
4544

4645
---
4746

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

CHANGELOG.md

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

3+
## [0.28.1](https://github.com/saltstack-formulas/redis-formula/compare/v0.28.0...v0.28.1) (2022-02-12)
4+
5+
6+
### Code Refactoring
7+
8+
* **salt-lint:** fix violations ([eef0cf1](https://github.com/saltstack-formulas/redis-formula/commit/eef0cf1b6e982ab530469b0418a63231687d70ed))
9+
10+
11+
### Continuous Integration
12+
13+
* update linters to latest versions [skip ci] ([45e625e](https://github.com/saltstack-formulas/redis-formula/commit/45e625e8f332b301baf84c1b7e988ae7f40f80eb))
14+
* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([fea9e42](https://github.com/saltstack-formulas/redis-formula/commit/fea9e42f3ef7141763f49459f92d3f43a192fa80))
15+
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([a458500](https://github.com/saltstack-formulas/redis-formula/commit/a458500d99a786c78d8a93690429ec4c850d797b))
16+
* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([d272d1a](https://github.com/saltstack-formulas/redis-formula/commit/d272d1a2c1b9139c17797ad711ff1edc7f57b7cb))
17+
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([6b0f151](https://github.com/saltstack-formulas/redis-formula/commit/6b0f15127b8e5df3afef7310d1a0c44e3f019c62))
18+
* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([c16bbca](https://github.com/saltstack-formulas/redis-formula/commit/c16bbca6dce3d36a46fcfb4a72868dad6ed827d5))
19+
* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([3a6f8c2](https://github.com/saltstack-formulas/redis-formula/commit/3a6f8c263fdc95b909e85d097041817848dcbd0a))
20+
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([c0eae92](https://github.com/saltstack-formulas/redis-formula/commit/c0eae926d7870fc6078c0cbdad809e322a4c29ba))
21+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([25fc44b](https://github.com/saltstack-formulas/redis-formula/commit/25fc44ba67d8d2c3c8e216eb1569f5e131b5de47))
22+
* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([c6fe7cb](https://github.com/saltstack-formulas/redis-formula/commit/c6fe7cbdabfaf2ee0be91e45dd4d0e1816b3cf3d))
23+
324
# [0.28.0](https://github.com/saltstack-formulas/redis-formula/compare/v0.27.2...v0.28.0) (2021-06-24)
425

526

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.28.0
4+
version: 0.28.1
55
release: 1
66
minimum_version: 2017.7
77
summary: template formula

docs/AUTHORS.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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-
- 81
19-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
20-
- `@gravyboat <https://github.com/gravyboat>`_
21-
- 14
18+
- 120
2219
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2320
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
21+
- 15
22+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
23+
- `@gravyboat <https://github.com/gravyboat>`_
2424
- 14
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2626
- `@nmadhok <https://github.com/nmadhok>`_
@@ -31,9 +31,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
3131
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>`
3232
- `@aboe76 <https://github.com/aboe76>`_
3333
- 9
34-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/223763?v=4' width='36' height='36' alt='@alfredopalhares'>`
35-
- `@alfredopalhares <https://github.com/alfredopalhares>`_
36-
- 5
3734
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>`
3835
- `@techhat <https://github.com/techhat>`_
3936
- 5
@@ -43,8 +40,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
4340
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>`
4441
- `@whiteinge <https://github.com/whiteinge>`_
4542
- 5
46-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>`
47-
- `@babilen5 <https://github.com/babilen5>`_
43+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen'>`
44+
- `@babilen <https://github.com/babilen>`_
4845
- 5
4946
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/4195158?v=4' width='36' height='36' alt='@dafyddj'>`
5047
- `@dafyddj <https://github.com/dafyddj>`_
@@ -131,4 +128,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
131128

132129
----
133130

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

docs/CHANGELOG.rst

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

5+
`0.28.1 <https://github.com/saltstack-formulas/redis-formula/compare/v0.28.0...v0.28.1>`_ (2022-02-12)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Code Refactoring
9+
^^^^^^^^^^^^^^^^
10+
11+
12+
* **salt-lint:** fix violations (\ `eef0cf1 <https://github.com/saltstack-formulas/redis-formula/commit/eef0cf1b6e982ab530469b0418a63231687d70ed>`_\ )
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* update linters to latest versions [skip ci] (\ `45e625e <https://github.com/saltstack-formulas/redis-formula/commit/45e625e8f332b301baf84c1b7e988ae7f40f80eb>`_\ )
19+
* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `fea9e42 <https://github.com/saltstack-formulas/redis-formula/commit/fea9e42f3ef7141763f49459f92d3f43a192fa80>`_\ )
20+
* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `a458500 <https://github.com/saltstack-formulas/redis-formula/commit/a458500d99a786c78d8a93690429ec4c850d797b>`_\ )
21+
* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `d272d1a <https://github.com/saltstack-formulas/redis-formula/commit/d272d1a2c1b9139c17797ad711ff1edc7f57b7cb>`_\ )
22+
* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `6b0f151 <https://github.com/saltstack-formulas/redis-formula/commit/6b0f15127b8e5df3afef7310d1a0c44e3f019c62>`_\ )
23+
* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `c16bbca <https://github.com/saltstack-formulas/redis-formula/commit/c16bbca6dce3d36a46fcfb4a72868dad6ed827d5>`_\ )
24+
* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `3a6f8c2 <https://github.com/saltstack-formulas/redis-formula/commit/3a6f8c263fdc95b909e85d097041817848dcbd0a>`_\ )
25+
* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `c0eae92 <https://github.com/saltstack-formulas/redis-formula/commit/c0eae926d7870fc6078c0cbdad809e322a4c29ba>`_\ )
26+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `25fc44b <https://github.com/saltstack-formulas/redis-formula/commit/25fc44ba67d8d2c3c8e216eb1569f5e131b5de47>`_\ )
27+
* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `c6fe7cb <https://github.com/saltstack-formulas/redis-formula/commit/c6fe7cbdabfaf2ee0be91e45dd4d0e1816b3cf3d>`_\ )
28+
529
`0.28.0 <https://github.com/saltstack-formulas/redis-formula/compare/v0.27.2...v0.28.0>`_ (2021-06-24)
630
----------------------------------------------------------------------------------------------------------
731

0 commit comments

Comments
 (0)