From 4b85fbc4a7bf9b145a42fc7973fc305b7e9798cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Jul 2021 13:00:20 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.0...v2.0.1) (2021-07-24) ### Bug Fixes * **guest:** remove guest user from all nodes ([eaaa8bd](https://github.com/saltstack-formulas/rabbitmq-formula/commit/eaaa8bdc531d63501a5705a549b00d9965ea6701)) ### Continuous Integration * **centos,suse:** get ci working ([cfcd8b8](https://github.com/saltstack-formulas/rabbitmq-formula/commit/cfcd8b86922d4e6b58284e5802fe6c3e79242ed2)) * **suse:** corrected group ([4e5acd3](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4e5acd39f6cf413db45d7f82879279c6bdad56e5)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 13 +++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 16 ++++++++++++++++ 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ab7fea14..3a9301dc 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)|90 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|34 +@myii|[@myii](https://github.com/myii)|91 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|39 @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 @daks|[@daks](https://github.com/daks)|6 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @@ -37,4 +37,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-24. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c746072..d60265bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.0...v2.0.1) (2021-07-24) + + +### Bug Fixes + +* **guest:** remove guest user from all nodes ([eaaa8bd](https://github.com/saltstack-formulas/rabbitmq-formula/commit/eaaa8bdc531d63501a5705a549b00d9965ea6701)) + + +### Continuous Integration + +* **centos,suse:** get ci working ([cfcd8b8](https://github.com/saltstack-formulas/rabbitmq-formula/commit/cfcd8b86922d4e6b58284e5802fe6c3e79242ed2)) +* **suse:** corrected group ([4e5acd3](https://github.com/saltstack-formulas/rabbitmq-formula/commit/4e5acd39f6cf413db45d7f82879279c6bdad56e5)) + # [2.0.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.3...v2.0.0) (2021-07-23) diff --git a/FORMULA b/FORMULA index 2c54d647..80972e50 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 2.0.0 +version: 2.0.1 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 0bf55625..a09b97ee 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 90 + - 91 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 34 + - 39 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 11 @@ -107,4 +107,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-24. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 8847dc41..716fafe0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +`2.0.1 `_ (2021-07-24) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **guest:** remove guest user from all nodes (\ `eaaa8bd `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **centos,suse:** get ci working (\ `cfcd8b8 `_\ ) +* **suse:** corrected group (\ `4e5acd3 `_\ ) + `2.0.0 `_ (2021-07-23) ----------------------------------------------------------------------------------------------------------