Skip to content

Commit 7938f34

Browse files
chore(release): 2.0.4 [skip ci]
## [2.0.4](v2.0.3...v2.0.4) (2021-07-27) ### Bug Fixes * **default:** add default ports to defaults ([9c95eb2](9c95eb2)) * **jinja2:** use final merged values instead of pillars ([b1f5495](b1f5495)) ### Continuous Integration * **nopillars:** add nopillar ci checks ([6610594](6610594))
1 parent 7857ec3 commit 7938f34

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-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)|92
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)|44
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)|48
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-07-25.
40+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-27.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.4](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.3...v2.0.4) (2021-07-27)
4+
5+
6+
### Bug Fixes
7+
8+
* **default:** add default ports to defaults ([9c95eb2](https://github.com/saltstack-formulas/rabbitmq-formula/commit/9c95eb261168b92080e1305d76b2e04d3e129e25))
9+
* **jinja2:** use final merged values instead of pillars ([b1f5495](https://github.com/saltstack-formulas/rabbitmq-formula/commit/b1f549546d9f3348f3352a4a23e0468c1b066ed2))
10+
11+
12+
### Continuous Integration
13+
14+
* **nopillars:** add nopillar ci checks ([6610594](https://github.com/saltstack-formulas/rabbitmq-formula/commit/6610594149e3f2ad3b49195b5ab9558780350f4e))
15+
316
## [2.0.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.2...v2.0.3) (2021-07-25)
417

518

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.0.3
4+
version: 2.0.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-
- 92
18+
- 93
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-
- 44
21+
- 48
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-07-25.
110+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-07-27.

docs/CHANGELOG.rst

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

5+
`2.0.4 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.3...v2.0.4>`_ (2021-07-27)
6+
----------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **default:** add default ports to defaults (\ `9c95eb2 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/9c95eb261168b92080e1305d76b2e04d3e129e25>`_\ )
13+
* **jinja2:** use final merged values instead of pillars (\ `b1f5495 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/b1f549546d9f3348f3352a4a23e0468c1b066ed2>`_\ )
14+
15+
Continuous Integration
16+
^^^^^^^^^^^^^^^^^^^^^^
17+
18+
19+
* **nopillars:** add nopillar ci checks (\ `6610594 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/6610594149e3f2ad3b49195b5ab9558780350f4e>`_\ )
20+
521
`2.0.3 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.2...v2.0.3>`_ (2021-07-25)
622
----------------------------------------------------------------------------------------------------------
723

0 commit comments

Comments
 (0)