From 697dd87da0e7b8073a441074301342646e21a55f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Jun 2021 11:06:44 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.0.3...v1.1.0) (2021-06-16) ### Bug Fixes * **ci:** try this ([e8f6207](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e8f6207fbbdb71b2edd65d6b4686476a991a7559)) * **config:** remove requisite (in case of failure); add user/group ([d5e7410](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d5e7410068333ae292b7cc19b127fa82a88fe5ac)) * **example:** add working cluster example to pillar.example ([6953fe2](https://github.com/saltstack-formulas/rabbitmq-formula/commit/6953fe2154c7c2d9388e751238516a3270b16d72)) * **requisites:** match state name and ci ([af42400](https://github.com/saltstack-formulas/rabbitmq-formula/commit/af42400ff5bd70331fc5593bc2891bbdb2030e54)) * **user:** ensure user.present fully works ([4108523](https://github.com/saltstack-formulas/rabbitmq-formula/commit/41085231bfc20c923f46d0df1d093c486767089b)) ### Documentation * **examples:** use airflow instead in pillar.example ([5bac4bb](https://github.com/saltstack-formulas/rabbitmq-formula/commit/5bac4bb0234651339449a9443a0f128de70d056e)) * **readme:** expand cluster join/forget documentation ([866a6c1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/866a6c135ad308d9094398482d80479016ae40d5)) ### Features * **cluster:** join state with erlang_cookie ([ce0fcb8](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ce0fcb8482f7ea055f1c9c12c741d4b64dd085fb)) * **queues:** create/delete queues using cli ([ec02702](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ec02702d27f04313ea25c0b133b0a61cf2cc78e4)) ### Tests * **_mapdata:** finalise updates to verification files ([d4e50b1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d4e50b13d813fa11e9a5e7e1bf83a47c0ab44f8d)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 8 ++++---- docs/CHANGELOG.rst | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 68 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 76cfda8e..7761ed6a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|76 +@myii|[@myii](https://github.com/myii)|77 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|21 @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|10 @daks|[@daks](https://github.com/daks)|6 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @thatch45|[@thatch45](https://github.com/thatch45)|4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3be91d..0e7138fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +# [1.1.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.0.3...v1.1.0) (2021-06-16) + + +### Bug Fixes + +* **ci:** try this ([e8f6207](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e8f6207fbbdb71b2edd65d6b4686476a991a7559)) +* **config:** remove requisite (in case of failure); add user/group ([d5e7410](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d5e7410068333ae292b7cc19b127fa82a88fe5ac)) +* **example:** add working cluster example to pillar.example ([6953fe2](https://github.com/saltstack-formulas/rabbitmq-formula/commit/6953fe2154c7c2d9388e751238516a3270b16d72)) +* **requisites:** match state name and ci ([af42400](https://github.com/saltstack-formulas/rabbitmq-formula/commit/af42400ff5bd70331fc5593bc2891bbdb2030e54)) +* **user:** ensure user.present fully works ([4108523](https://github.com/saltstack-formulas/rabbitmq-formula/commit/41085231bfc20c923f46d0df1d093c486767089b)) + + +### Documentation + +* **examples:** use airflow instead in pillar.example ([5bac4bb](https://github.com/saltstack-formulas/rabbitmq-formula/commit/5bac4bb0234651339449a9443a0f128de70d056e)) +* **readme:** expand cluster join/forget documentation ([866a6c1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/866a6c135ad308d9094398482d80479016ae40d5)) + + +### Features + +* **cluster:** join state with erlang_cookie ([ce0fcb8](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ce0fcb8482f7ea055f1c9c12c741d4b64dd085fb)) +* **queues:** create/delete queues using cli ([ec02702](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ec02702d27f04313ea25c0b133b0a61cf2cc78e4)) + + +### Tests + +* **_mapdata:** finalise updates to verification files ([d4e50b1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d4e50b13d813fa11e9a5e7e1bf83a47c0ab44f8d)) + ## [1.0.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.0.2...v1.0.3) (2021-06-16) diff --git a/FORMULA b/FORMULA index 1380b7e4..8bca7344 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 1.0.3 +version: 1.1.0 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 05327851..123bc942 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,13 +15,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 76 + - 77 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 21 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 11 - * - :raw-html-m2r:`@noelmcloughlin` - - `@noelmcloughlin `_ - - 10 * - :raw-html-m2r:`@daks` - `@daks `_ - 6 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4a0cab6a..a7919f43 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,39 @@ Changelog ========= +`1.1.0 `_ (2021-06-16) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **ci:** try this (\ `e8f6207 `_\ ) +* **config:** remove requisite (in case of failure); add user/group (\ `d5e7410 `_\ ) +* **example:** add working cluster example to pillar.example (\ `6953fe2 `_\ ) +* **requisites:** match state name and ci (\ `af42400 `_\ ) +* **user:** ensure user.present fully works (\ `4108523 `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **examples:** use airflow instead in pillar.example (\ `5bac4bb `_\ ) +* **readme:** expand cluster join/forget documentation (\ `866a6c1 `_\ ) + +Features +^^^^^^^^ + + +* **cluster:** join state with erlang_cookie (\ `ce0fcb8 `_\ ) +* **queues:** create/delete queues using cli (\ `ec02702 `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** finalise updates to verification files (\ `d4e50b1 `_\ ) + `1.0.3 `_ (2021-06-16) ----------------------------------------------------------------------------------------------------------