Skip to content

Commit 21f56fe

Browse files
chore(release): 0.19.1 [skip ci]
## [0.19.1](v0.19.0...v0.19.1) (2020-02-18) ### Bug Fixes * **slspath:** use `tplroot` to prevent path errors in `Neon` ([d4982df](d4982df)), closes [/travis-ci.org/myii/rabbitmq-formula/jobs/651200625#L1830](https://github.com//travis-ci.org/myii/rabbitmq-formula/jobs/651200625/issues/L1830) [/travis-ci.org/myii/rabbitmq-formula/jobs/651200626#L1779](https://github.com//travis-ci.org/myii/rabbitmq-formula/jobs/651200626/issues/L1779) ### Continuous Integration * **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([e3c9993](e3c9993)) * **kitchen:** standardise structure [skip ci] ([977c8a0](977c8a0))
1 parent f6bf3bf commit 21f56fe

File tree

5 files changed

+34
-5
lines changed

5 files changed

+34
-5
lines changed

AUTHORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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)|21
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)|27
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://avatars3.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|6
1010
<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
@@ -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-12-23.
38+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-18.

CHANGELOG.md

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

3+
## [0.19.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.19.0...v0.19.1) (2020-02-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **slspath:** use `tplroot` to prevent path errors in `Neon` ([d4982df](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d4982df5c573fd3cc91177f56ad914f6916f02b4)), closes [/travis-ci.org/myii/rabbitmq-formula/jobs/651200625#L1830](https://github.com//travis-ci.org/myii/rabbitmq-formula/jobs/651200625/issues/L1830) [/travis-ci.org/myii/rabbitmq-formula/jobs/651200626#L1779](https://github.com//travis-ci.org/myii/rabbitmq-formula/jobs/651200626/issues/L1779)
9+
10+
11+
### Continuous Integration
12+
13+
* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([e3c9993](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e3c9993e8631ac5f188dbde91b609d3d5aa12167))
14+
* **kitchen:** standardise structure [skip ci] ([977c8a0](https://github.com/saltstack-formulas/rabbitmq-formula/commit/977c8a02bbfcb8a6995fe54188481d3f9b02c4eb))
15+
316
# [0.19.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.18.0...v0.19.0) (2019-12-23)
417

518

FORMULA

Lines changed: 1 addition & 1 deletion
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.19.0
4+
version: 0.19.1
55
release: 1
66
minimum_version: 2017.7
77
summary: rabbitmq formula

docs/AUTHORS.rst

Lines changed: 2 additions & 2 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://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 21
18+
- 27
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
@@ -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-12-23.
104+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-02-18.

docs/CHANGELOG.rst

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

5+
`0.19.1 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.19.0...v0.19.1>`_ (2020-02-18)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **slspath:** use ``tplroot`` to prevent path errors in ``Neon`` (\ `d4982df <https://github.com/saltstack-formulas/rabbitmq-formula/commit/d4982df5c573fd3cc91177f56ad914f6916f02b4>`_\ ), closes `/travis-ci.org/myii/rabbitmq-formula/jobs/651200625#L1830 <https://github.com//travis-ci.org/myii/rabbitmq-formula/jobs/651200625/issues/L1830>`_ `/travis-ci.org/myii/rabbitmq-formula/jobs/651200626#L1779 <https://github.com//travis-ci.org/myii/rabbitmq-formula/jobs/651200626/issues/L1779>`_
13+
14+
Continuous Integration
15+
^^^^^^^^^^^^^^^^^^^^^^
16+
17+
18+
* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `e3c9993 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/e3c9993e8631ac5f188dbde91b609d3d5aa12167>`_\ )
19+
* **kitchen:** standardise structure [skip ci] (\ `977c8a0 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/977c8a02bbfcb8a6995fe54188481d3f9b02c4eb>`_\ )
20+
521
`0.19.0 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.18.0...v0.19.0>`_ (2019-12-23)
622
-------------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)