Skip to content

Commit 701e837

Browse files
chore(release): 0.18.0 [skip ci]
# [0.18.0](v0.17.0...v0.18.0) (2019-12-19) ### Continuous Integration * **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([e97c976](e97c976)) * **travis:** quote pathspecs used with `git ls-files` [skip ci] ([b350c17](b350c17)) * **travis:** run `shellcheck` during lint job [skip ci] ([b50083a](b50083a)) ### Features * config_files source can be a salt:// path ([69308a0](69308a0)) ### Tests * add test for config_files ([2854d1b](2854d1b))
1 parent 7f5f6c3 commit 701e837

File tree

5 files changed

+51
-9
lines changed

5 files changed

+51
-9
lines changed

AUTHORS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|14
7+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|18
88
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|11
99
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|6
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>|[@thatch45](https://github.com/thatch45)|4
11+
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|3
1112
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>|[@stp-ip](https://github.com/stp-ip)|3
1213
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|3
1314
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1933277?v=4' width='36' height='36' alt='@PredatorVI'>|[@PredatorVI](https://github.com/PredatorVI)|3
@@ -17,7 +18,6 @@ Avatar|Contributor|Contributions
1718
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|2
1819
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/528061?v=4' width='36' height='36' alt='@puneetk'>|[@puneetk](https://github.com/puneetk)|2
1920
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/10833722?v=4' width='36' height='36' alt='@sylvainfaivre'>|[@sylvainfaivre](https://github.com/sylvainfaivre)|2
20-
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|1
2121
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/639906?v=4' width='36' height='36' alt='@syphernl'>|[@syphernl](https://github.com/syphernl)|1
2222
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/4488681?v=4' width='36' height='36' alt='@frots'>|[@frots](https://github.com/frots)|1
2323
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/1511294?v=4' width='36' height='36' alt='@gustavobgama'>|[@gustavobgama](https://github.com/gustavobgama)|1
@@ -35,4 +35,4 @@ Avatar|Contributor|Contributions
3535

3636
---
3737

38-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-21.
38+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-19.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
# [0.18.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.17.0...v0.18.0) (2019-12-19)
4+
5+
6+
### Continuous Integration
7+
8+
* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([e97c976](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e97c976c4b3f3c38ff05886787289ca191912e73))
9+
* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([b350c17](https://github.com/saltstack-formulas/rabbitmq-formula/commit/b350c1704af7d624b2b975552a6ff01bac6b3aac))
10+
* **travis:** run `shellcheck` during lint job [skip ci] ([b50083a](https://github.com/saltstack-formulas/rabbitmq-formula/commit/b50083a1f0b9489fade69da6027e00767ebd5225))
11+
12+
13+
### Features
14+
15+
* config_files source can be a salt:// path ([69308a0](https://github.com/saltstack-formulas/rabbitmq-formula/commit/69308a071089e75d26915c0cd7e9e7aef7a9976a))
16+
17+
18+
### Tests
19+
20+
* add test for config_files ([2854d1b](https://github.com/saltstack-formulas/rabbitmq-formula/commit/2854d1bc112349f7344c153430c0c401e8654344))
21+
322
# [0.17.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.16.0...v0.17.0) (2019-11-21)
423

524

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: 0.17.0
4+
version: 0.18.0
55
release: 1
66
minimum_version: 2017.7
77
summary: rabbitmq formula

docs/AUTHORS.rst

+5-5
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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 14
18+
- 18
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
2020
- `@gravyboat <https://github.com/gravyboat>`_
2121
- 11
@@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
2525
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/507599?v=4' width='36' height='36' alt='@thatch45'>`
2626
- `@thatch45 <https://github.com/thatch45>`_
2727
- 4
28+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
29+
- `@daks <https://github.com/daks>`_
30+
- 3
2831
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/3768412?v=4' width='36' height='36' alt='@stp-ip'>`
2932
- `@stp-ip <https://github.com/stp-ip>`_
3033
- 3
@@ -52,9 +55,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
5255
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/10833722?v=4' width='36' height='36' alt='@sylvainfaivre'>`
5356
- `@sylvainfaivre <https://github.com/sylvainfaivre>`_
5457
- 2
55-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>`
56-
- `@daks <https://github.com/daks>`_
57-
- 1
5858
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/639906?v=4' width='36' height='36' alt='@syphernl'>`
5959
- `@syphernl <https://github.com/syphernl>`_
6060
- 1
@@ -101,4 +101,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
101101

102102
----
103103

104-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-11-21.
104+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-12-19.

docs/CHANGELOG.rst

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

5+
`0.18.0 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.17.0...v0.18.0>`_ (2019-12-19)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `e97c976 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/e97c976c4b3f3c38ff05886787289ca191912e73>`_\ )
13+
* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `b350c17 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/b350c1704af7d624b2b975552a6ff01bac6b3aac>`_\ )
14+
* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `b50083a <https://github.com/saltstack-formulas/rabbitmq-formula/commit/b50083a1f0b9489fade69da6027e00767ebd5225>`_\ )
15+
16+
Features
17+
^^^^^^^^
18+
19+
20+
* config_files source can be a salt:// path (\ `69308a0 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/69308a071089e75d26915c0cd7e9e7aef7a9976a>`_\ )
21+
22+
Tests
23+
^^^^^
24+
25+
26+
* add test for config_files (\ `2854d1b <https://github.com/saltstack-formulas/rabbitmq-formula/commit/2854d1bc112349f7344c153430c0c401e8654344>`_\ )
27+
528
`0.17.0 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.16.0...v0.17.0>`_ (2019-11-21)
629
-------------------------------------------------------------------------------------------------------------
730

0 commit comments

Comments
 (0)