File tree Expand file tree Collapse file tree 5 files changed +36
-5
lines changed
Expand file tree Collapse file tree 5 files changed +36
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44
55Avatar|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 .
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11name: rabbitmq
22os: Debian, Ubuntu
33os_family: Debian
4- version: 0.20.0
4+ version: 0.20.1
55release: 1
66minimum_version: 2017.7
77summary: rabbitmq formula
Original file line number Diff line number Diff 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 .
Original file line number Diff line number Diff line change 22Changelog
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
You can’t perform that action at this time.
0 commit comments