From 4861890fca1142e623f7057d20a1e7e5aed648cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Feb 2022 10:32:46 +0000 Subject: [PATCH] chore(release): 2.2.3 [skip ci] ## [2.2.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.2...v2.2.3) (2022-02-21) ### Bug Fixes * **default:** update systemd file with correct defaults ([be57ab9](https://github.com/saltstack-formulas/rabbitmq-formula/commit/be57ab9bbce941ac8f1dbdbfaf4f08516194fbff)) * **libmapstack:** allow mapping by booleans and numbers ([679715c](https://github.com/saltstack-formulas/rabbitmq-formula/commit/679715ca67b432a1e85aac54daea0ee86656e51d)) * **libsaltcli+libmatchers:** ensure Salt client API detection [skip ci] ([d2e8a01](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d2e8a01c4535bcea72fbf0da20a2456405dd7820)) ### Code Refactoring * **map.jinja:** standardise v5 structure [skip ci] ([d436de7](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d436de78f38a87748c0c5a225b42c3d5be34f264)) ### Continuous Integration * update linters to latest versions [skip ci] ([e63ff6d](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e63ff6d86f1c72cc5201dcf694911ddbc0c36c47)) * **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([8dd2085](https://github.com/saltstack-formulas/rabbitmq-formula/commit/8dd20852c5aa886d876c9c1cf5cb8adb1513101c)) * **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([67855f8](https://github.com/saltstack-formulas/rabbitmq-formula/commit/67855f8ec9f7a261364f84ae7490b6c55e470c1f)) * **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([a77347a](https://github.com/saltstack-formulas/rabbitmq-formula/commit/a77347a128a7896019002eddd716e08b2987dfde)) * **kitchen+gitlab:** update for new pre-salted images [skip ci] ([0a1e755](https://github.com/saltstack-formulas/rabbitmq-formula/commit/0a1e755f1a1a2be24f44baf0aac518473a0f21f8)) ### Styles * **libsaltcli:** fix comments to jinja comments [skip ci] ([63286b6](https://github.com/saltstack-formulas/rabbitmq-formula/commit/63286b61630797f7f5ecacd9e559f10745757c95)) ### Tests * **system:** add `build_platform_codename` [skip ci] ([7b0e31c](https://github.com/saltstack-formulas/rabbitmq-formula/commit/7b0e31c61f03a5b054829a761cec41c66eceef68)) --- AUTHORS.md | 9 +++++---- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 15 +++++++++------ docs/CHANGELOG.rst | 39 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 87 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index eb510587..11a3477e 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,22 +4,23 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|107 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|100 +@myii|[@myii](https://github.com/myii)|135 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|106 @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 @daks|[@daks](https://github.com/daks)|6 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @thatch45|[@thatch45](https://github.com/thatch45)|4 @dafyddj|[@dafyddj](https://github.com/dafyddj)|3 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|3 @stp-ip|[@stp-ip](https://github.com/stp-ip)|3 @aboe76|[@aboe76](https://github.com/aboe76)|3 @PredatorVI|[@PredatorVI](https://github.com/PredatorVI)|3 @tiger-seo|[@tiger-seo](https://github.com/tiger-seo)|3 -@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|2 @david-thorman|[@david-thorman](https://github.com/david-thorman)|2 @jmdcal|[@jmdcal](https://github.com/jmdcal)|2 @techhat|[@techhat](https://github.com/techhat)|2 @mdschmitt|[@mdschmitt](https://github.com/mdschmitt)|2 +@stasjok|[@stasjok](https://github.com/stasjok)|2 @puneetk|[@puneetk](https://github.com/puneetk)|2 @sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|2 @syphernl|[@syphernl](https://github.com/syphernl)|1 @@ -38,4 +39,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-09-01. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2022-02-21. diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a84d46..63c57b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [2.2.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.2...v2.2.3) (2022-02-21) + + +### Bug Fixes + +* **default:** update systemd file with correct defaults ([be57ab9](https://github.com/saltstack-formulas/rabbitmq-formula/commit/be57ab9bbce941ac8f1dbdbfaf4f08516194fbff)) +* **libmapstack:** allow mapping by booleans and numbers ([679715c](https://github.com/saltstack-formulas/rabbitmq-formula/commit/679715ca67b432a1e85aac54daea0ee86656e51d)) +* **libsaltcli+libmatchers:** ensure Salt client API detection [skip ci] ([d2e8a01](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d2e8a01c4535bcea72fbf0da20a2456405dd7820)) + + +### Code Refactoring + +* **map.jinja:** standardise v5 structure [skip ci] ([d436de7](https://github.com/saltstack-formulas/rabbitmq-formula/commit/d436de78f38a87748c0c5a225b42c3d5be34f264)) + + +### Continuous Integration + +* update linters to latest versions [skip ci] ([e63ff6d](https://github.com/saltstack-formulas/rabbitmq-formula/commit/e63ff6d86f1c72cc5201dcf694911ddbc0c36c47)) +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] ([8dd2085](https://github.com/saltstack-formulas/rabbitmq-formula/commit/8dd20852c5aa886d876c9c1cf5cb8adb1513101c)) +* **kitchen+ci:** update with `3004` pre-salted images/boxes [skip ci] ([67855f8](https://github.com/saltstack-formulas/rabbitmq-formula/commit/67855f8ec9f7a261364f84ae7490b6c55e470c1f)) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] ([a77347a](https://github.com/saltstack-formulas/rabbitmq-formula/commit/a77347a128a7896019002eddd716e08b2987dfde)) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] ([0a1e755](https://github.com/saltstack-formulas/rabbitmq-formula/commit/0a1e755f1a1a2be24f44baf0aac518473a0f21f8)) + + +### Styles + +* **libsaltcli:** fix comments to jinja comments [skip ci] ([63286b6](https://github.com/saltstack-formulas/rabbitmq-formula/commit/63286b61630797f7f5ecacd9e559f10745757c95)) + + +### Tests + +* **system:** add `build_platform_codename` [skip ci] ([7b0e31c](https://github.com/saltstack-formulas/rabbitmq-formula/commit/7b0e31c61f03a5b054829a761cec41c66eceef68)) + ## [2.2.2](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.2.1...v2.2.2) (2021-09-01) diff --git a/FORMULA b/FORMULA index 11d4ec3b..f63e7a04 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 2.2.2 +version: 2.2.3 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 328cd6b1..59be5132 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 `_ - - 107 + - 135 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 100 + - 106 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 11 @@ -34,6 +34,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dafyddj` - `@dafyddj `_ - 3 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 3 * - :raw-html-m2r:`@stp-ip` - `@stp-ip `_ - 3 @@ -46,9 +49,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:`@baby-gnu` - - `@baby-gnu `_ - - 2 * - :raw-html-m2r:`@david-thorman` - `@david-thorman `_ - 2 @@ -61,6 +61,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@mdschmitt` - `@mdschmitt `_ - 2 + * - :raw-html-m2r:`@stasjok` + - `@stasjok `_ + - 2 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 2 @@ -110,4 +113,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-09-01. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2022-02-21. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 32e5d227..385fdb5e 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,45 @@ Changelog ========= +`2.2.3 `_ (2022-02-21) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **default:** update systemd file with correct defaults (\ `be57ab9 `_\ ) +* **libmapstack:** allow mapping by booleans and numbers (\ `679715c `_\ ) +* **libsaltcli+libmatchers:** ensure Salt client API detection [skip ci] (\ `d2e8a01 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **map.jinja:** standardise v5 structure [skip ci] (\ `d436de7 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* update linters to latest versions [skip ci] (\ `e63ff6d `_\ ) +* **gemfile:** allow rubygems proxy to be provided as an env var [skip ci] (\ `8dd2085 `_\ ) +* **kitchen+ci:** update with ``3004`` pre-salted images/boxes [skip ci] (\ `67855f8 `_\ ) +* **kitchen+ci:** update with latest CVE pre-salted images [skip ci] (\ `a77347a `_\ ) +* **kitchen+gitlab:** update for new pre-salted images [skip ci] (\ `0a1e755 `_\ ) + +Styles +^^^^^^ + + +* **libsaltcli:** fix comments to jinja comments [skip ci] (\ `63286b6 `_\ ) + +Tests +^^^^^ + + +* **system:** add ``build_platform_codename`` [skip ci] (\ `7b0e31c `_\ ) + `2.2.2 `_ (2021-09-01) ----------------------------------------------------------------------------------------------------------