diff --git a/AUTHORS.md b/AUTHORS.md index d2556d51..c91de266 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,12 +5,12 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 +@myii|[@myii](https://github.com/myii)|7 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @thatch45|[@thatch45](https://github.com/thatch45)|4 @stp-ip|[@stp-ip](https://github.com/stp-ip)|3 @PredatorVI|[@PredatorVI](https://github.com/PredatorVI)|3 @tiger-seo|[@tiger-seo](https://github.com/tiger-seo)|3 -@myii|[@myii](https://github.com/myii)|3 @david-thorman|[@david-thorman](https://github.com/david-thorman)|2 @jmdcal|[@jmdcal](https://github.com/jmdcal)|2 @techhat|[@techhat](https://github.com/techhat)|2 @@ -31,7 +31,8 @@ Avatar|Contributor|Contributions @abednarik|[@abednarik](https://github.com/abednarik)|1 @dnABic|[@dnABic](https://github.com/dnABic)|1 @necabo|[@necabo](https://github.com/necabo)|1 +@sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d80b46..b6fdede8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.15.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.15.0...v0.15.1) (2019-11-14) + + +### Bug Fixes + +* **latest.sls:** use Bintray repo on Debian ([b50f347](https://github.com/saltstack-formulas/rabbitmq-formula/commit/b50f347c94d582f43d86182959a8b966e78dac0e)) +* **release.config.js:** use full commit hash in commit link [skip ci] ([b4b27d2](https://github.com/saltstack-formulas/rabbitmq-formula/commit/b4b27d2479770312e5130692dfa44c003857be1d)) + + +### Continuous Integration + +* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([a5a1944](https://github.com/saltstack-formulas/rabbitmq-formula/commit/a5a194408e7f81a79b51be47feced1b883690753)) +* **travis:** use build config validation (beta) [skip ci] ([e0f5076](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e0f50762fa01b2ef3e0621dd4b4246d1d8d81e05)) + + +### Performance Improvements + +* **travis:** improve `salt-lint` invocation [skip ci] ([1bf9e23](https://github.com/saltstack-formulas/rabbitmq-formula/commit/1bf9e23f02801179b97021fe94c2d90a37d7cb04)) + # [0.15.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.14.1...v0.15.0) (2019-10-29) diff --git a/FORMULA b/FORMULA index 678b2126..0cb11492 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 0.15.0 +version: 0.15.1 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0b45f082..57b6218c 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -16,6 +16,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 11 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 7 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 6 @@ -31,9 +34,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@tiger-seo` - `@tiger-seo `_ - 3 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 3 * - :raw-html-m2r:`@david-thorman` - `@david-thorman `_ - 2 @@ -94,8 +94,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@necabo` - `@necabo `_ - 1 + * - :raw-html-m2r:`@sylvainfaivre` + - `@sylvainfaivre `_ + - 1 ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index ada3510c..f638d03b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`0.15.1 `_ (2019-11-14) +------------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **latest.sls:** use Bintray repo on Debian (\ `b50f347 `_\ ) +* **release.config.js:** use full commit hash in commit link [skip ci] (\ `b4b27d2 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `a5a1944 `_\ ) +* **travis:** use build config validation (beta) [skip ci] (\ `e0f5076 `_\ ) + +Performance Improvements +^^^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `1bf9e23 `_\ ) + `0.15.0 `_ (2019-10-29) -------------------------------------------------------------------------------------------------------------