From 48cbb07fa3fb32aa3d1fe03c592c4dbb5510ac18 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Jul 2021 10:45:47 +0000 Subject: [PATCH] chore(release): 2.0.9 [skip ci] ## [2.0.9](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.8...v2.0.9) (2021-07-30) ### Bug Fixes * **config:** fix various configuration issues ([f090d31](https://github.com/saltstack-formulas/rabbitmq-formula/commit/f090d31a9136a5217b191fc78dff09e36528b017)) * **config:** update configuration states" ([7a169c0](https://github.com/saltstack-formulas/rabbitmq-formula/commit/7a169c0e4fed5d7a73d2ceb52f8970cc819eb56f)) * **keyword:** dont use variable named items ([dfc12db](https://github.com/saltstack-formulas/rabbitmq-formula/commit/dfc12dbf600b561bc7b0db80ef54bc241ceff547)) ### Code Refactoring * **requisites:** require id name ([1fbeccc](https://github.com/saltstack-formulas/rabbitmq-formula/commit/1fbeccc53c97d1e9c23ce9397e9d188f265b6b53)) ### Documentation * **pillar.example:** correct dict names ([1b3ef38](https://github.com/saltstack-formulas/rabbitmq-formula/commit/1b3ef38c42c951fe31052825f290ce1c74fdc35f)) --- AUTHORS.md | 4 ++-- CHANGELOG.md | 19 +++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 4 ++-- docs/CHANGELOG.rst | 23 +++++++++++++++++++++++ 5 files changed, 47 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 995332d1..3b0957da 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|93 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|59 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|65 @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-29. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-30. diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a71376..30965d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.0.9](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.8...v2.0.9) (2021-07-30) + + +### Bug Fixes + +* **config:** fix various configuration issues ([f090d31](https://github.com/saltstack-formulas/rabbitmq-formula/commit/f090d31a9136a5217b191fc78dff09e36528b017)) +* **config:** update configuration states" ([7a169c0](https://github.com/saltstack-formulas/rabbitmq-formula/commit/7a169c0e4fed5d7a73d2ceb52f8970cc819eb56f)) +* **keyword:** dont use variable named items ([dfc12db](https://github.com/saltstack-formulas/rabbitmq-formula/commit/dfc12dbf600b561bc7b0db80ef54bc241ceff547)) + + +### Code Refactoring + +* **requisites:** require id name ([1fbeccc](https://github.com/saltstack-formulas/rabbitmq-formula/commit/1fbeccc53c97d1e9c23ce9397e9d188f265b6b53)) + + +### Documentation + +* **pillar.example:** correct dict names ([1b3ef38](https://github.com/saltstack-formulas/rabbitmq-formula/commit/1b3ef38c42c951fe31052825f290ce1c74fdc35f)) + ## [2.0.8](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.7...v2.0.8) (2021-07-29) diff --git a/FORMULA b/FORMULA index 8db1a9e6..eec067ee 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 2.0.8 +version: 2.0.9 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7db5abe2..4244a40c 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 93 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 59 + - 65 * - :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-29. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index c78698fb..02a4d544 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,29 @@ Changelog ========= +`2.0.9 `_ (2021-07-30) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config:** fix various configuration issues (\ `f090d31 `_\ ) +* **config:** update configuration states" (\ `7a169c0 `_\ ) +* **keyword:** dont use variable named items (\ `dfc12db `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **requisites:** require id name (\ `1fbeccc `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **pillar.example:** correct dict names (\ `1b3ef38 `_\ ) + `2.0.8 `_ (2021-07-29) ----------------------------------------------------------------------------------------------------------