Skip to content

Commit 67a7f18

Browse files
chore(release): 2.1.4 [skip ci]
## [2.1.4](v2.1.3...v2.1.4) (2021-08-11) ### Bug Fixes * **config:** create vhost before users ([44c2d8f](44c2d8f)) ### Code Refactoring * **cluster:** simplify cluster.clean ([557e07e](557e07e)) * **clusters:** join cluster last ([e9b5fb0](e9b5fb0)) ### Continuous Integration * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([763d252](763d252)) * **gitlab-ci:** enable more instances for both suites [skip ci] ([586ba89](586ba89)) ### Tests * **_mapdata:** use minimal header required across all files [skip ci] ([aab65c7](aab65c7)) * **default:** add/fix verification files (where easy) [skip ci] ([cc459e1](cc459e1)) * **nopillars:** add/fix verification files (where easy) [skip ci] ([a4e2c77](a4e2c77))
1 parent c1a32d3 commit 67a7f18

File tree

5 files changed

+64
-7
lines changed

5 files changed

+64
-7
lines changed

AUTHORS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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)|93
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)|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)|100
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)|88
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
1010
<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
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
@@ -37,4 +37,4 @@ Avatar|Contributor|Contributions
3737

3838
---
3939

40-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-01.
40+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-11.

CHANGELOG.md

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

3+
## [2.1.4](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.3...v2.1.4) (2021-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** create vhost before users ([44c2d8f](https://github.com/saltstack-formulas/rabbitmq-formula/commit/44c2d8f09cf31832caa73d19bedf2dbd010051da))
9+
10+
11+
### Code Refactoring
12+
13+
* **cluster:** simplify cluster.clean ([557e07e](https://github.com/saltstack-formulas/rabbitmq-formula/commit/557e07e8dc48b4dfc0801369a6f70537fea4f030))
14+
* **clusters:** join cluster last ([e9b5fb0](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e9b5fb0e6b1317249d7b5353e316abacc9e62721))
15+
16+
17+
### Continuous Integration
18+
19+
* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([763d252](https://github.com/saltstack-formulas/rabbitmq-formula/commit/763d252075b215592050febe94050998794a3b3a))
20+
* **gitlab-ci:** enable more instances for both suites [skip ci] ([586ba89](https://github.com/saltstack-formulas/rabbitmq-formula/commit/586ba897293c6d2f5b2d893f2bcc1eb7a4e5ed83))
21+
22+
23+
### Tests
24+
25+
* **_mapdata:** use minimal header required across all files [skip ci] ([aab65c7](https://github.com/saltstack-formulas/rabbitmq-formula/commit/aab65c7796d82bed3c00c076b88f61038e429e41))
26+
* **default:** add/fix verification files (where easy) [skip ci] ([cc459e1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/cc459e1284d13b8cd03d4b0c9319544e32983369))
27+
* **nopillars:** add/fix verification files (where easy) [skip ci] ([a4e2c77](https://github.com/saltstack-formulas/rabbitmq-formula/commit/a4e2c7730fb037772b970375d77f57163f908e3c))
28+
329
## [2.1.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.2...v2.1.3) (2021-08-01)
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.1.3
4+
version: 2.1.4
55
release: 1
66
minimum_version: 2017.7
77
summary: rabbitmq formula

docs/AUTHORS.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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-
- 93
18+
- 100
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>`_
21-
- 81
21+
- 88
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2323
- `@gravyboat <https://github.com/gravyboat>`_
2424
- 11
@@ -107,4 +107,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
107107

108108
----
109109

110-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-08-01.
110+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-08-11.

docs/CHANGELOG.rst

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

5+
`2.1.4 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.3...v2.1.4>`_ (2021-08-11)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **config:** create vhost before users (\ `44c2d8f <https://github.com/saltstack-formulas/rabbitmq-formula/commit/44c2d8f09cf31832caa73d19bedf2dbd010051da>`_\ )
13+
14+
Code Refactoring
15+
^^^^^^^^^^^^^^^^
16+
17+
18+
* **cluster:** simplify cluster.clean (\ `557e07e <https://github.com/saltstack-formulas/rabbitmq-formula/commit/557e07e8dc48b4dfc0801369a6f70537fea4f030>`_\ )
19+
* **clusters:** join cluster last (\ `e9b5fb0 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/e9b5fb0e6b1317249d7b5353e316abacc9e62721>`_\ )
20+
21+
Continuous Integration
22+
^^^^^^^^^^^^^^^^^^^^^^
23+
24+
25+
* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `763d252 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/763d252075b215592050febe94050998794a3b3a>`_\ )
26+
* **gitlab-ci:** enable more instances for both suites [skip ci] (\ `586ba89 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/586ba897293c6d2f5b2d893f2bcc1eb7a4e5ed83>`_\ )
27+
28+
Tests
29+
^^^^^
30+
31+
32+
* **_mapdata:** use minimal header required across all files [skip ci] (\ `aab65c7 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/aab65c7796d82bed3c00c076b88f61038e429e41>`_\ )
33+
* **default:** add/fix verification files (where easy) [skip ci] (\ `cc459e1 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/cc459e1284d13b8cd03d4b0c9319544e32983369>`_\ )
34+
* **nopillars:** add/fix verification files (where easy) [skip ci] (\ `a4e2c77 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/a4e2c7730fb037772b970375d77f57163f908e3c>`_\ )
35+
536
`2.1.3 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.2...v2.1.3>`_ (2021-08-01)
637
----------------------------------------------------------------------------------------------------------
738

0 commit comments

Comments
 (0)