Skip to content

Commit 29233d5

Browse files
chore(release): 2.2.4 [skip ci]
## [2.2.4](v2.2.3...v2.2.4) (2022-06-09) ### Bug Fixes * update Debian apt repositories to the recommended ones ([d1ed9d1](d1ed9d1)) ### Code Refactoring * move pkgrepo configuration in map.jinja ([36837cf](36837cf)) ### Continuous Integration * update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([b17e8e0](b17e8e0)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([c1a6443](c1a6443)) ### Tests * update _mapdata files ([7eb87f3](7eb87f3)) * **_mapdata:** add verification files for Fedora 35 [skip ci] ([c9b3d4a](c9b3d4a)) * **_mapdata:** add verification files for Fedora 36 [skip ci] ([4481f7b](4481f7b)) * **system.rb:** add support for `mac_os_x` [skip ci] ([f1549ac](f1549ac))
1 parent 9d1e643 commit 29233d5

File tree

5 files changed

+68
-7
lines changed

5 files changed

+68
-7
lines changed

AUTHORS.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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)|135
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)|156
88
<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)|106
99
<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)|11
10-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|6
10+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|9
1111
<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)|6
1212
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>|[@thatch45](https://github.com/thatch45)|4
1313
<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
@@ -24,6 +24,7 @@ Avatar|Contributor|Contributions
2424
<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
2525
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10833722?v=4' width='36' height='36' alt='@sylvainfaivre'>|[@sylvainfaivre](https://github.com/sylvainfaivre)|2
2626
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/639906?v=4' width='36' height='36' alt='@syphernl'>|[@syphernl](https://github.com/syphernl)|1
27+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/100429018?v=4' width='36' height='36' alt='@Frots'>|[@Frots](https://github.com/Frots)|1
2728
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1511294?v=4' width='36' height='36' alt='@gustavobgama'>|[@gustavobgama](https://github.com/gustavobgama)|1
2829
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/12174604?v=4' width='36' height='36' alt='@jaygorrell'>|[@jaygorrell](https://github.com/jaygorrell)|1
2930
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5306980?v=4' width='36' height='36' alt='@johnkeates'>|[@johnkeates](https://github.com/johnkeates)|1
@@ -39,4 +40,4 @@ Avatar|Contributor|Contributions
3940

4041
---
4142

42-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-21.
43+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-06-09.

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [2.2.4](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.3...v2.2.4) (2022-06-09)
4+
5+
6+
### Bug Fixes
7+
8+
* update Debian apt repositories to the recommended ones ([d1ed9d1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d1ed9d19cb573e10deecbf53ab4a4594f711cbd7))
9+
10+
11+
### Code Refactoring
12+
13+
* move pkgrepo configuration in map.jinja ([36837cf](https://github.com/saltstack-formulas/rabbitmq-formula/commit/36837cfbbc37ad42d414d41f23a14fa65e0159f5))
14+
15+
16+
### Continuous Integration
17+
18+
* update `pre-commit` configuration inc. for pre-commit.ci [skip ci] ([b17e8e0](https://github.com/saltstack-formulas/rabbitmq-formula/commit/b17e8e05434730d0cc2faa5216916c16dda2e48d))
19+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([c1a6443](https://github.com/saltstack-formulas/rabbitmq-formula/commit/c1a6443b325fb45f6716af7d5f2fe9c34e0aedd0))
20+
21+
22+
### Tests
23+
24+
* update _mapdata files ([7eb87f3](https://github.com/saltstack-formulas/rabbitmq-formula/commit/7eb87f3cf1c6a16cd039aed2befa2fea74ea039b))
25+
* **_mapdata:** add verification files for Fedora 35 [skip ci] ([c9b3d4a](https://github.com/saltstack-formulas/rabbitmq-formula/commit/c9b3d4ab10abade503fadd1d7131e588f4f72b87))
26+
* **_mapdata:** add verification files for Fedora 36 [skip ci] ([4481f7b](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4481f7b161276a79d676f1f6827c32b186bb083d))
27+
* **system.rb:** add support for `mac_os_x` [skip ci] ([f1549ac](https://github.com/saltstack-formulas/rabbitmq-formula/commit/f1549ac6f9cc517baa2fa8e38414d2b7cd52eab6))
28+
329
## [2.2.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.2...v2.2.3) (2022-02-21)
430

531

FORMULA

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: rabbitmq
22
os: Debian, Ubuntu
33
os_family: Debian
4-
version: 2.2.3
4+
version: 2.2.4
55
release: 1
66
minimum_version: 2017.7
77
summary: rabbitmq formula

docs/AUTHORS.rst

+6-3
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-
- 135
18+
- 156
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2020
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
2121
- 106
@@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
2424
- 11
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
2626
- `@daks <https://github.com/daks>`_
27-
- 6
27+
- 9
2828
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>`
2929
- `@nmadhok <https://github.com/nmadhok>`_
3030
- 6
@@ -73,6 +73,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
7373
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/639906?v=4' width='36' height='36' alt='@syphernl'>`
7474
- `@syphernl <https://github.com/syphernl>`_
7575
- 1
76+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/100429018?v=4' width='36' height='36' alt='@Frots'>`
77+
- `@Frots <https://github.com/Frots>`_
78+
- 1
7679
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1511294?v=4' width='36' height='36' alt='@gustavobgama'>`
7780
- `@gustavobgama <https://github.com/gustavobgama>`_
7881
- 1
@@ -113,4 +116,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
113116

114117
----
115118

116-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-02-21.
119+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2022-06-09.

docs/CHANGELOG.rst

+31
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22
Changelog
33
=========
44

5+
`2.2.4 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.3...v2.2.4>`_ (2022-06-09)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* update Debian apt repositories to the recommended ones (\ `d1ed9d1 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/d1ed9d19cb573e10deecbf53ab4a4594f711cbd7>`_\ )
13+
14+
Code Refactoring
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* move pkgrepo configuration in map.jinja (\ `36837cf <https://github.com/saltstack-formulas/rabbitmq-formula/commit/36837cfbbc37ad42d414d41f23a14fa65e0159f5>`_\ )
19+
20+
Continuous Integration
21+
^^^^^^^^^^^^^^^^^^^^^^
22+
23+
24+
* update ``pre-commit`` configuration inc. for pre-commit.ci [skip ci] (\ `b17e8e0 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/b17e8e05434730d0cc2faa5216916c16dda2e48d>`_\ )
25+
* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `c1a6443 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/c1a6443b325fb45f6716af7d5f2fe9c34e0aedd0>`_\ )
26+
27+
Tests
28+
^^^^^
29+
30+
31+
* update _mapdata files (\ `7eb87f3 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/7eb87f3cf1c6a16cd039aed2befa2fea74ea039b>`_\ )
32+
* **_mapdata:** add verification files for Fedora 35 [skip ci] (\ `c9b3d4a <https://github.com/saltstack-formulas/rabbitmq-formula/commit/c9b3d4ab10abade503fadd1d7131e588f4f72b87>`_\ )
33+
* **_mapdata:** add verification files for Fedora 36 [skip ci] (\ `4481f7b <https://github.com/saltstack-formulas/rabbitmq-formula/commit/4481f7b161276a79d676f1f6827c32b186bb083d>`_\ )
34+
* **system.rb:** add support for ``mac_os_x`` [skip ci] (\ `f1549ac <https://github.com/saltstack-formulas/rabbitmq-formula/commit/f1549ac6f9cc517baa2fa8e38414d2b7cd52eab6>`_\ )
35+
536
`2.2.3 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.2...v2.2.3>`_ (2022-02-21)
637
----------------------------------------------------------------------------------------------------------
738

0 commit comments

Comments
 (0)