Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.3...v2.0.0) (2021-07-23)

### Continuous Integration

* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([ca1d906](ca1d906))
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([a78383e](a78383e))
* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([0530632](0530632))
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([2b7892f](2b7892f))

### Features

* **clusters:** add distributed rabbitmq support ([104d7f2](104d7f2))
* **clusters:** distributed rabbitmq support ([1af43e6](1af43e6))

### Reverts

* **clusters:** add distributed rabbitmq support [skip ci] ([7d8f8fd](7d8f8fd))

### Tests

* **_mapdata:** add verification file for `debian-11` [skip ci] ([bf5ead1](bf5ead1))

### BREAKING CHANGES

* **clusters:** the structure of pillar data is changed to
 allow multiple rabbitmq nodes per host. The default nodename
 is 'rabbit@localhost' but this commit allows multiple nodes,
 i.e. 'rabbit2@localhost', 'rabbit3@locahost', to be defined
  • Loading branch information
semantic-release-bot committed Jul 23, 2021
1 parent 9fa6b35 commit d00023f
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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)|80
<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)|27
<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)|90
<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)|34
<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-14.
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-23.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

# [2.0.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.3...v2.0.0) (2021-07-23)


### Continuous Integration

* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([ca1d906](https://github.com/saltstack-formulas/rabbitmq-formula/commit/ca1d906fe42cb04fede0befcded759c6de6f0bf4))
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([a78383e](https://github.com/saltstack-formulas/rabbitmq-formula/commit/a78383e828b920cddca7d64122f94030bb453f69))
* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([0530632](https://github.com/saltstack-formulas/rabbitmq-formula/commit/0530632b0c615268e81b495a899670f90833d1e0))
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([2b7892f](https://github.com/saltstack-formulas/rabbitmq-formula/commit/2b7892fe80e827cbf082b5e5f191d7fd69e4e7f1))


### Features

* **clusters:** add distributed rabbitmq support ([104d7f2](https://github.com/saltstack-formulas/rabbitmq-formula/commit/104d7f221cbeaac2d757abce597f27181e7a7c44))
* **clusters:** distributed rabbitmq support ([1af43e6](https://github.com/saltstack-formulas/rabbitmq-formula/commit/1af43e6e263615567db595203fc9eb6b059573eb))


### Reverts

* **clusters:** add distributed rabbitmq support [skip ci] ([7d8f8fd](https://github.com/saltstack-formulas/rabbitmq-formula/commit/7d8f8fddb402c27d7c97c52f6cbb648c9de128f6))


### Tests

* **_mapdata:** add verification file for `debian-11` [skip ci] ([bf5ead1](https://github.com/saltstack-formulas/rabbitmq-formula/commit/bf5ead10986f1ecd02e7186fd4348c8f46b3b4db))


### BREAKING CHANGES

* **clusters:** the structure of pillar data is changed to
allow multiple rabbitmq nodes per host. The default nodename
is 'rabbit@localhost' but this commit allows multiple nodes,
i.e. 'rabbit2@localhost', 'rabbit3@locahost', to be defined

## [1.1.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.2...v1.1.3) (2021-07-14)


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: 1.1.3
version: 2.0.0
release: 1
minimum_version: 2017.7
summary: rabbitmq formula
Expand Down
6 changes: 3 additions & 3 deletions docs/AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:`<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>`_
- 80
- 90
* - :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>`_
- 27
- 34
* - :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-14.
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-07-23.
40 changes: 40 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,46 @@
Changelog
=========

`2.0.0 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.3...v2.0.0>`_ (2021-07-23)
----------------------------------------------------------------------------------------------------------

Continuous Integration
^^^^^^^^^^^^^^^^^^^^^^


* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `ca1d906 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/ca1d906fe42cb04fede0befcded759c6de6f0bf4>`_\ )
* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `a78383e <https://github.com/saltstack-formulas/rabbitmq-formula/commit/a78383e828b920cddca7d64122f94030bb453f69>`_\ )
* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `0530632 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/0530632b0c615268e81b495a899670f90833d1e0>`_\ )
* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `2b7892f <https://github.com/saltstack-formulas/rabbitmq-formula/commit/2b7892fe80e827cbf082b5e5f191d7fd69e4e7f1>`_\ )

Features
^^^^^^^^


* **clusters:** add distributed rabbitmq support (\ `104d7f2 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/104d7f221cbeaac2d757abce597f27181e7a7c44>`_\ )
* **clusters:** distributed rabbitmq support (\ `1af43e6 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/1af43e6e263615567db595203fc9eb6b059573eb>`_\ )

Reverts
^^^^^^^


* **clusters:** add distributed rabbitmq support [skip ci] (\ `7d8f8fd <https://github.com/saltstack-formulas/rabbitmq-formula/commit/7d8f8fddb402c27d7c97c52f6cbb648c9de128f6>`_\ )

Tests
^^^^^


* **_mapdata:** add verification file for ``debian-11`` [skip ci] (\ `bf5ead1 <https://github.com/saltstack-formulas/rabbitmq-formula/commit/bf5ead10986f1ecd02e7186fd4348c8f46b3b4db>`_\ )

BREAKING CHANGES
^^^^^^^^^^^^^^^^


* **clusters:** the structure of pillar data is changed to
allow multiple rabbitmq nodes per host. The default nodename
is 'rabbit@localhost' but this commit allows multiple nodes,
i.e. 'rabbit2@localhost', 'rabbit3@locahost', to be defined

`1.1.3 <https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.2...v1.1.3>`_ (2021-07-14)
----------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit d00023f

Please sign in to comment.