Skip to content

Commit ee5aa71

Browse files
chore(release): 0.20.1 [skip ci]
## [0.20.1](saltstack-formulas/rabbitmq-formula@v0.20.0...v0.20.1) (2020-12-22) ### Continuous Integration * **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([af49850](saltstack-formulas@af49850)) * **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([4d549db](saltstack-formulas@4d549db)) ### Tests * **_mapdata:** generate verification files ([2b9a968](saltstack-formulas@2b9a968)) * **map:** verify `map.jinja` dump using `_mapdata` state ([4d0287d](saltstack-formulas@4d0287d))
1 parent 7673b6d commit ee5aa71

File tree

5 files changed

+36
-5
lines changed

5 files changed

+36
-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)|47
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)|52
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
@@ -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 2020-12-16.
40+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-22.

CHANGELOG.md

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

3+
## [0.20.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.20.0...v0.20.1) (2020-12-22)
4+
5+
6+
### Continuous Integration
7+
8+
* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([af49850](https://github.com/saltstack-formulas/rabbitmq-formula/commit/af49850d605468ec956c22895f92fe8084dac7c3))
9+
* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([4d549db](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4d549db99d23f76b0922d0b98c9ad2d41dab8641))
10+
11+
12+
### Tests
13+
14+
* **_mapdata:** generate verification files ([2b9a968](https://github.com/saltstack-formulas/rabbitmq-formula/commit/2b9a968fb64a32c2d179e260e598f72f9c6e413b))
15+
* **map:** verify `map.jinja` dump using `_mapdata` state ([4d0287d](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4d0287d2849c09507944b95e8c86c3043273a785))
16+
317
# [0.20.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.19.1...v0.20.0) (2020-12-16)
418

519

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.20.0
4+
version: 0.20.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-
- 47
18+
- 52
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
@@ -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 2020-12-16.
110+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-12-22.

docs/CHANGELOG.rst

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

5+
`0.20.1 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.20.0...v0.20.1>`_ (2020-12-22)
6+
-------------------------------------------------------------------------------------------------------------
7+
8+
Continuous Integration
9+
^^^^^^^^^^^^^^^^^^^^^^
10+
11+
12+
* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `af49850 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/af49850d605468ec956c22895f92fe8084dac7c3>`_\ )
13+
* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `4d549db <https://github.com/saltstack-formulas/rabbitmq-formula/commit/4d549db99d23f76b0922d0b98c9ad2d41dab8641>`_\ )
14+
15+
Tests
16+
^^^^^
17+
18+
19+
* **_mapdata:** generate verification files (\ `2b9a968 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/2b9a968fb64a32c2d179e260e598f72f9c6e413b>`_\ )
20+
* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `4d0287d <https://github.com/saltstack-formulas/rabbitmq-formula/commit/4d0287d2849c09507944b95e8c86c3043273a785>`_\ )
21+
522
`0.20.0 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.19.1...v0.20.0>`_ (2020-12-16)
623
-------------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)