File tree 5 files changed +32
-5
lines changed
5 files changed +32
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ 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 ) |91
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 ) |39
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 ) |42
9
9
<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
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
11
11
<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
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.2] ( https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.1...v2.0.2 ) (2021-07-24)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** services:** ensure services use config files ([ fba7962] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/fba79628a6ed365ec9d930db7873de6816d4ef24 ) )
9
+
10
+
11
+ ### Continuous Integration
12
+
13
+ * ** gitlab-ci:** enable openSUSE Tumbleweed instance [ skip ci] ([ 8103a1f] ( https://github.com/saltstack-formulas/rabbitmq-formula/commit/8103a1f56f7c0a8a27529bbd67a5c92aa7a6b8f0 ) )
14
+
3
15
## [ 2.0.1] ( https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.0...v2.0.1 ) (2021-07-24)
4
16
5
17
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: 2.0.1
4
+ version: 2.0.2
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,10 +15,10 @@ 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
- - 91
18
+ - 92
19
19
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'> `
20
20
- `@noelmcloughlin <https://github.com/noelmcloughlin >`_
21
- - 39
21
+ - 42
22
22
* - :raw-html-m2r: `<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'> `
23
23
- `@gravyboat <https://github.com/gravyboat >`_
24
24
- 11
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ `2.0.2 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.1...v2.0.2 >`_ (2021-07-24)
6
+ ----------------------------------------------------------------------------------------------------------
7
+
8
+ Bug Fixes
9
+ ^^^^^^^^^
10
+
11
+
12
+ * **services: ** ensure services use config files (\ `fba7962 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/fba79628a6ed365ec9d930db7873de6816d4ef24 >`_\ )
13
+
14
+ Continuous Integration
15
+ ^^^^^^^^^^^^^^^^^^^^^^
16
+
17
+
18
+ * **gitlab-ci: ** enable openSUSE Tumbleweed instance [skip ci] (\ `8103a1f <https://github.com/saltstack-formulas/rabbitmq-formula/commit/8103a1f56f7c0a8a27529bbd67a5c92aa7a6b8f0 >`_\ )
19
+
5
20
`2.0.1 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.0...v2.0.1 >`_ (2021-07-24)
6
21
----------------------------------------------------------------------------------------------------------
7
22
You can’t perform that action at this time.
0 commit comments