Skip to content

Commit

Permalink
chore(release): 2.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.9](v2.0.8...v2.0.9) (2021-07-30)

### Bug Fixes

* **config:** fix various configuration issues ([f090d31](f090d31))
* **config:** update configuration states" ([7a169c0](7a169c0))
* **keyword:** dont use variable named items ([dfc12db](dfc12db))

### Code Refactoring

* **requisites:** require id name ([1fbeccc](1fbeccc))

### Documentation

* **pillar.example:** correct dict names ([1b3ef38](1b3ef38))
  • Loading branch information
semantic-release-bot committed Jul 30, 2021
1 parent 1003e8e commit 48cbb07
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|93
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|59
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|65
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>|[@gravyboat](https://github.com/gravyboat)|11
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/52996?v=4' width='36' height='36' alt='@daks'>|[@daks](https://github.com/daks)|6
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|6
Expand Down Expand Up @@ -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.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 93
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
- 59
- 65
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1396878?v=4' width='36' height='36' alt='@gravyboat'>`
- `@gravyboat <https://github.com/gravyboat>`_
- 11
Expand Down Expand Up @@ -107,4 +107,4 @@ This list is sorted by the number of commits per contributor in *descending* ord

----

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.
23 changes: 23 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
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)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 48cbb07

Please sign in to comment.