From c66f15ad688b7b884d3dd95f714987a62bd4c1dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Nov 2019 13:46:39 +0000 Subject: [PATCH] chore(release): 0.17.0 [skip ci] # [0.17.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.16.0...v0.17.0) (2019-11-21) ### Continuous Integration * **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([ff04ee9](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ff04ee9439d4884a5ced793ee978e056064908a8)) ### Features * **config.sls:** remove guest user by default ([4531ac4](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4531ac48983f9ad7da51f4d6b562754483d9baad)) ### Tests * **rabbitmq_users_spec.rb:** fix rubocop violations ([57efa45](https://github.com/saltstack-formulas/rabbitmq-formula/commit/57efa458af19851ae030eb788f35fcf20bb157b6)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 17 +++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 14 +++++++------- docs/CHANGELOG.rst | 21 +++++++++++++++++++++ 5 files changed, 49 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 1ebe9674..8aac6190 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|14 @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 -@myii|[@myii](https://github.com/myii)|11 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @thatch45|[@thatch45](https://github.com/thatch45)|4 @stp-ip|[@stp-ip](https://github.com/stp-ip)|3 @@ -16,6 +16,7 @@ Avatar|Contributor|Contributions @jmdcal|[@jmdcal](https://github.com/jmdcal)|2 @techhat|[@techhat](https://github.com/techhat)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 +@sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|2 @daks|[@daks](https://github.com/daks)|1 @syphernl|[@syphernl](https://github.com/syphernl)|1 @frots|[@frots](https://github.com/frots)|1 @@ -31,8 +32,7 @@ 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-11-19. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 64957fe6..eec7aa7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +# [0.17.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.16.0...v0.17.0) (2019-11-21) + + +### Continuous Integration + +* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([ff04ee9](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ff04ee9439d4884a5ced793ee978e056064908a8)) + + +### Features + +* **config.sls:** remove guest user by default ([4531ac4](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4531ac48983f9ad7da51f4d6b562754483d9baad)) + + +### Tests + +* **rabbitmq_users_spec.rb:** fix rubocop violations ([57efa45](https://github.com/saltstack-formulas/rabbitmq-formula/commit/57efa458af19851ae030eb788f35fcf20bb157b6)) + # [0.16.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v0.15.1...v0.16.0) (2019-11-19) diff --git a/FORMULA b/FORMULA index b5e32733..873c6f6c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 0.16.0 +version: 0.17.0 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 4f4be64e..67054d01 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,11 +13,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@gravyboat` - - `@gravyboat `_ - - 11 * - :raw-html-m2r:`@myii` - `@myii `_ + - 14 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ - 11 * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ @@ -49,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 2 + * - :raw-html-m2r:`@sylvainfaivre` + - `@sylvainfaivre `_ + - 2 * - :raw-html-m2r:`@daks` - `@daks `_ - 1 @@ -94,11 +97,8 @@ 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-11-19. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c3d2689d..97c26344 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ========= +`0.17.0 `_ (2019-11-21) +------------------------------------------------------------------------------------------------------------- + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `ff04ee9 `_\ ) + +Features +^^^^^^^^ + + +* **config.sls:** remove guest user by default (\ `4531ac4 `_\ ) + +Tests +^^^^^ + + +* **rabbitmq_users_spec.rb:** fix rubocop violations (\ `57efa45 `_\ ) + `0.16.0 `_ (2019-11-19) -------------------------------------------------------------------------------------------------------------