From dfce657454a286a20bdbb289b965597172c0fc98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Jun 2020 11:34:52 +0000 Subject: [PATCH] chore(release): 0.17.0 [skip ci] # [0.17.0](https://github.com/saltstack-formulas/haproxy-formula/compare/v0.16.0...v0.17.0) (2020-06-16) ### Bug Fixes * **rubocop:** fix violations using `rubocop -a` ([98076d3](https://github.com/saltstack-formulas/haproxy-formula/commit/98076d3bb952f6731f3aa1170bb4ebe86708f6de)) ### Code Refactoring * **kitchen:** prefer `kitchen.yml` to `.kitchen.yml` ([47eabab](https://github.com/saltstack-formulas/haproxy-formula/commit/47eababd780a08ebe888d174d640cf90c059745a)) ### Continuous Integration * **salt-lint:** fix ([60e8d19](https://github.com/saltstack-formulas/haproxy-formula/commit/60e8d19f0357051d4dfcac8339872443b936498e)) * **yamlint:** fix ([1072b1d](https://github.com/saltstack-formulas/haproxy-formula/commit/1072b1d8125289e118fc4dc2a7b61ee6f3e1f931)) ### Documentation * **readme:** merge with original `README` ([870474e](https://github.com/saltstack-formulas/haproxy-formula/commit/870474e53a7c45fee3cd7cd897375fea7bf6028b)) ### Features * implement semantic release ([d921a49](https://github.com/saltstack-formulas/haproxy-formula/commit/d921a49bda6743c839f81a3e22b3ba54c6ad99d8)) --- AUTHORS.md | 44 ++++++++++++++++ CHANGELOG.md | 29 +++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 122 +++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 37 ++++++++++++++ 5 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 AUTHORS.md create mode 100644 CHANGELOG.md create mode 100644 docs/AUTHORS.rst create mode 100644 docs/CHANGELOG.rst diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..61ffc5b --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,44 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@johnkeates|[@johnkeates](https://github.com/johnkeates)|29 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|28 +@bigbosst|[@bigbosst](https://github.com/bigbosst)|11 +@daks|[@daks](https://github.com/daks)|8 +@puneetk|[@puneetk](https://github.com/puneetk)|8 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|7 +@hoonetorg|[@hoonetorg](https://github.com/hoonetorg)|7 +@boltronics|[@boltronics](https://github.com/boltronics)|6 +@aboe76|[@aboe76](https://github.com/aboe76)|6 +@morsik|[@morsik](https://github.com/morsik)|6 +@myii|[@myii](https://github.com/myii)|5 +@ticosax|[@ticosax](https://github.com/ticosax)|4 +@thatch45|[@thatch45](https://github.com/thatch45)|4 +@abednarik|[@abednarik](https://github.com/abednarik)|4 +@bneqld|[@bneqld](https://github.com/bneqld)|3 +@null9beta|[@null9beta](https://github.com/null9beta)|3 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|2 +@kjkeane|[@kjkeane](https://github.com/kjkeane)|2 +@stp-ip|[@stp-ip](https://github.com/stp-ip)|2 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 +@liunich|[@liunich](https://github.com/liunich)|2 +@mymasse|[@mymasse](https://github.com/mymasse)|2 +@amontalban|[@amontalban](https://github.com/amontalban)|1 +@aminet|[@aminet](https://github.com/aminet)|1 +@iggy|[@iggy](https://github.com/iggy)|1 +@stenstad|[@stenstad](https://github.com/stenstad)|1 +@ingben|[@ingben](https://github.com/ingben)|1 +@kti-richard|[@kti-richard](https://github.com/kti-richard)|1 +@msciciel|[@msciciel](https://github.com/msciciel)|1 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|1 +@genuss|[@genuss](https://github.com/genuss)|1 +@davidkarlsen|[@davidkarlsen](https://github.com/davidkarlsen)|1 +@davidwalter0|[@davidwalter0](https://github.com/davidwalter0)|1 +@kungfu71186|[@kungfu71186](https://github.com/kungfu71186)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-16. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8305cc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +# [0.17.0](https://github.com/saltstack-formulas/haproxy-formula/compare/v0.16.0...v0.17.0) (2020-06-16) + + +### Bug Fixes + +* **rubocop:** fix violations using `rubocop -a` ([98076d3](https://github.com/saltstack-formulas/haproxy-formula/commit/98076d3bb952f6731f3aa1170bb4ebe86708f6de)) + + +### Code Refactoring + +* **kitchen:** prefer `kitchen.yml` to `.kitchen.yml` ([47eabab](https://github.com/saltstack-formulas/haproxy-formula/commit/47eababd780a08ebe888d174d640cf90c059745a)) + + +### Continuous Integration + +* **salt-lint:** fix ([60e8d19](https://github.com/saltstack-formulas/haproxy-formula/commit/60e8d19f0357051d4dfcac8339872443b936498e)) +* **yamlint:** fix ([1072b1d](https://github.com/saltstack-formulas/haproxy-formula/commit/1072b1d8125289e118fc4dc2a7b61ee6f3e1f931)) + + +### Documentation + +* **readme:** merge with original `README` ([870474e](https://github.com/saltstack-formulas/haproxy-formula/commit/870474e53a7c45fee3cd7cd897375fea7bf6028b)) + + +### Features + +* implement semantic release ([d921a49](https://github.com/saltstack-formulas/haproxy-formula/commit/d921a49bda6743c839f81a3e22b3ba54c6ad99d8)) diff --git a/FORMULA b/FORMULA index 72fd88d..2a9c137 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: haproxy os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS -version: 1.0.0 +version: 0.17.0 release: 1 minimum_version: 2017.7 summary: haproxy formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..d9565f8 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,122 @@ +.. role:: raw-html-m2r(raw) + :format: html + + +Authors +======= + +This list is sorted by the number of commits per contributor in *descending* order. + +.. list-table:: + :header-rows: 1 + + * - Avatar + - Contributor + - Contributions + * - :raw-html-m2r:`@johnkeates` + - `@johnkeates `_ + - 29 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 28 + * - :raw-html-m2r:`@bigbosst` + - `@bigbosst `_ + - 11 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 8 + * - :raw-html-m2r:`@puneetk` + - `@puneetk `_ + - 8 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 7 + * - :raw-html-m2r:`@hoonetorg` + - `@hoonetorg `_ + - 7 + * - :raw-html-m2r:`@boltronics` + - `@boltronics `_ + - 6 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 6 + * - :raw-html-m2r:`@morsik` + - `@morsik `_ + - 6 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 5 + * - :raw-html-m2r:`@ticosax` + - `@ticosax `_ + - 4 + * - :raw-html-m2r:`@thatch45` + - `@thatch45 `_ + - 4 + * - :raw-html-m2r:`@abednarik` + - `@abednarik `_ + - 4 + * - :raw-html-m2r:`@bneqld` + - `@bneqld `_ + - 3 + * - :raw-html-m2r:`@null9beta` + - `@null9beta `_ + - 3 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 2 + * - :raw-html-m2r:`@kjkeane` + - `@kjkeane `_ + - 2 + * - :raw-html-m2r:`@stp-ip` + - `@stp-ip `_ + - 2 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 2 + * - :raw-html-m2r:`@liunich` + - `@liunich `_ + - 2 + * - :raw-html-m2r:`@mymasse` + - `@mymasse `_ + - 2 + * - :raw-html-m2r:`@amontalban` + - `@amontalban `_ + - 1 + * - :raw-html-m2r:`@aminet` + - `@aminet `_ + - 1 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ + - 1 + * - :raw-html-m2r:`@stenstad` + - `@stenstad `_ + - 1 + * - :raw-html-m2r:`@ingben` + - `@ingben `_ + - 1 + * - :raw-html-m2r:`@kti-richard` + - `@kti-richard `_ + - 1 + * - :raw-html-m2r:`@msciciel` + - `@msciciel `_ + - 1 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ + - 1 + * - :raw-html-m2r:`@genuss` + - `@genuss `_ + - 1 + * - :raw-html-m2r:`@davidkarlsen` + - `@davidkarlsen `_ + - 1 + * - :raw-html-m2r:`@davidwalter0` + - `@davidwalter0 `_ + - 1 + * - :raw-html-m2r:`@kungfu71186` + - `@kungfu71186 `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-16. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..5d2f3d2 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,37 @@ + +Changelog +========= + +`0.17.0 `_ (2020-06-16) +------------------------------------------------------------------------------------------------------------ + +Bug Fixes +^^^^^^^^^ + + +* **rubocop:** fix violations using ``rubocop -a`` (\ `98076d3 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **kitchen:** prefer ``kitchen.yml`` to ``.kitchen.yml`` (\ `47eabab `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **salt-lint:** fix (\ `60e8d19 `_\ ) +* **yamlint:** fix (\ `1072b1d `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** merge with original ``README`` (\ `870474e `_\ ) + +Features +^^^^^^^^ + + +* implement semantic release (\ `d921a49 `_\ )