File tree 5 files changed +62
-5
lines changed
5 files changed +62
-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
4
4
5
5
Avatar|Contributor|Contributions
6
6
:-:|---|:-:
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 ) |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 ) |75
8
8
<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
9
9
<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 ) |7
10
10
<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
@@ -37,4 +37,4 @@ Avatar|Contributor|Contributions
37
37
38
38
---
39
39
40
- Auto-generated by a [ forked version] ( https://github.com/myii/maintainer ) of [ gaocegege/maintainer] ( https://github.com/gaocegege/maintainer ) on 2021-04-20 .
40
+ Auto-generated by a [ forked version] ( https://github.com/myii/maintainer ) of [ gaocegege/maintainer] ( https://github.com/gaocegege/maintainer ) on 2021-05-21 .
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.1] ( https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.0.0...v1.0.1 ) (2021-05-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** user:** fix rendering error for user; fix ci ([ 346df02] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/346df024ce6a4afaf67f96ffd82021121de385ad ) )
9
+
10
+
11
+ ### Continuous Integration
12
+
13
+ * add ` arch-master ` to matrix and update ` .travis.yml ` [ skip ci] ([ d46cd1d] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/d46cd1d40a108caec3fb849c9db00e9501e4a84c ) )
14
+ * ** kitchen+gitlab:** adjust matrix to add ` 3003 ` [ skip ci] ([ 887ed24] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/887ed24bfce8a0638233280a9fcfaebfe06043aa ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * ** map.jinja:** fix ` rst-lint ` violation [ skip ci] ([ 93dd429] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/93dd429e19ebbe28ea152c78c97428e4a9e2c17c ) )
20
+ * remove files which aren't formula-specific [ skip ci] ([ 0122a74] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/0122a74653229c952665a497beac5b1bcc6634dc ) )
21
+
22
+
23
+ ### Tests
24
+
25
+ * ** _ mapdata:** add verification file for ` fedora-34 ` [ skip ci] ([ ede918c] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/ede918cd0bc0f19dc333395e1be4054e5c765968 ) )
26
+ * ** _ mapdata:** generate updated ` map.jinja ` verification files ([ ab297a5] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/ab297a569e292fe09d0086ebfef2d455e3d71bd7 ) )
27
+ * ** pillar:** remove unused test pillar files ([ 8f21f49] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/8f21f49488a11f8d7a5bb295b3db8aeb052c343f ) )
28
+
3
29
# [ 1.0.0] ( https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.20.4...v1.0.0 ) (2021-04-20)
4
30
5
31
Original file line number Diff line number Diff line change 1
1
name: rabbitmq
2
2
os: Debian, Ubuntu
3
3
os_family: Debian
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
release: 1
6
6
minimum_version: 2017.7
7
7
summary: 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
15
15
- Contributions
16
16
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'> `
17
17
- `@myii <https://github.com/myii >`_
18
- - 66
18
+ - 75
19
19
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'> `
20
20
- `@gravyboat <https://github.com/gravyboat >`_
21
21
- 11
@@ -107,4 +107,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
107
107
108
108
----
109
109
110
- Auto-generated by a `forked version <https://github.com/myii/maintainer >`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer >`_ on 2021-04-20 .
110
+ Auto-generated by a `forked version <https://github.com/myii/maintainer >`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer >`_ on 2021-05-21 .
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ `1.0.1 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.0.0...v1.0.1 >`_ (2021-05-21)
6
+ ----------------------------------------------------------------------------------------------------------
7
+
8
+ Bug Fixes
9
+ ^^^^^^^^^
10
+
11
+
12
+ * **user: ** fix rendering error for user; fix ci (\ `346df02 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/346df024ce6a4afaf67f96ffd82021121de385ad >`_\ )
13
+
14
+ Continuous Integration
15
+ ^^^^^^^^^^^^^^^^^^^^^^
16
+
17
+
18
+ * add ``arch-master `` to matrix and update ``.travis.yml `` [skip ci] (\ `d46cd1d <https://github.com/saltstack-formulas/rabbitmq-formula/commit/d46cd1d40a108caec3fb849c9db00e9501e4a84c >`_\ )
19
+ * **kitchen+gitlab: ** adjust matrix to add ``3003 `` [skip ci] (\ `887ed24 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/887ed24bfce8a0638233280a9fcfaebfe06043aa >`_\ )
20
+
21
+ Documentation
22
+ ^^^^^^^^^^^^^
23
+
24
+
25
+ * **map.jinja: ** fix ``rst-lint `` violation [skip ci] (\ `93dd429 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/93dd429e19ebbe28ea152c78c97428e4a9e2c17c >`_\ )
26
+ * remove files which aren't formula-specific [skip ci] (\ `0122a74 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/0122a74653229c952665a497beac5b1bcc6634dc >`_\ )
27
+
28
+ Tests
29
+ ^^^^^
30
+
31
+
32
+ * **_mapdata: ** add verification file for ``fedora-34 `` [skip ci] (\ `ede918c <https://github.com/saltstack-formulas/rabbitmq-formula/commit/ede918cd0bc0f19dc333395e1be4054e5c765968 >`_\ )
33
+ * **_mapdata: ** generate updated ``map.jinja `` verification files (\ `ab297a5 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/ab297a569e292fe09d0086ebfef2d455e3d71bd7 >`_\ )
34
+ * **pillar: ** remove unused test pillar files (\ `8f21f49 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/8f21f49488a11f8d7a5bb295b3db8aeb052c343f >`_\ )
35
+
5
36
`1.0.0 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.20.4...v1.0.0 >`_ (2021-04-20)
6
37
-----------------------------------------------------------------------------------------------------------
7
38
You can’t perform that action at this time.
0 commit comments