From 3fa1e4f2f0343597ed73506e43381a56f82a1d6a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Oct 2019 17:13:59 +0000 Subject: [PATCH] chore(release): 0.42.0 [skip ci] # [0.42.0](https://github.com/saltstack-formulas/docker-formula/compare/v0.41.0...v0.42.0) (2019-10-23) ### Bug Fixes * **compose-ng.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/docker-formula/commit/9e8e1e8)) * **pillar.example:** ensure `docker.config` is available ([](https://github.com/saltstack-formulas/docker-formula/commit/dce112a)) ### Continuous Integration * **travis:** update `salt-lint` config for `v0.0.10` ([](https://github.com/saltstack-formulas/docker-formula/commit/3eaed1b)) ### Documentation * **readme:** move to `docs/` directory and modify accordingly ([](https://github.com/saltstack-formulas/docker-formula/commit/222fc6d)) ### Features * **semantic-release:** implement for this formula ([](https://github.com/saltstack-formulas/docker-formula/commit/ea6be11)) ### Tests * **inspec:** add tests for package, config & service ([](https://github.com/saltstack-formulas/docker-formula/commit/451d76d)) * **testinfra:** remove from the formula ([](https://github.com/saltstack-formulas/docker-formula/commit/62122d2)) --- AUTHORS.md | 59 ++++++++++++++++ CHANGELOG.md | 30 ++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 167 +++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 38 +++++++++++ 5 files changed, 295 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 00000000..4f442c80 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,59 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|86 +@cdarwin|[@cdarwin](https://github.com/cdarwin)|25 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|22 +@aboe76|[@aboe76](https://github.com/aboe76)|21 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|18 +@puneetk|[@puneetk](https://github.com/puneetk)|15 +@vladvasiliu|[@vladvasiliu](https://github.com/vladvasiliu)|12 +@myii|[@myii](https://github.com/myii)|12 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|9 +@ticosax|[@ticosax](https://github.com/ticosax)|7 +@alexproca|[@alexproca](https://github.com/alexproca)|6 +@blbradley|[@blbradley](https://github.com/blbradley)|6 +@whiteinge|[@whiteinge](https://github.com/whiteinge)|6 +@toopy|[@toopy](https://github.com/toopy)|5 +@VBH-Jenkins|[@VBH-Jenkins](https://github.com/VBH-Jenkins)|5 +@babilen5|[@babilen5](https://github.com/babilen5)|3 +@techhat|[@techhat](https://github.com/techhat)|2 +@msciciel|[@msciciel](https://github.com/msciciel)|2 +@mingfang|[@mingfang](https://github.com/mingfang)|2 +@Poil|[@Poil](https://github.com/Poil)|2 +@stamak|[@stamak](https://github.com/stamak)|2 +@tedski|[@tedski](https://github.com/tedski)|2 +@tyhunt99|[@tyhunt99](https://github.com/tyhunt99)|2 +@DavidJFelix|[@DavidJFelix](https://github.com/DavidJFelix)|2 +@scornelissen85|[@scornelissen85](https://github.com/scornelissen85)|2 +@alxwr|[@alxwr](https://github.com/alxwr)|1 +@alinefr|[@alinefr](https://github.com/alinefr)|1 +@ernstae|[@ernstae](https://github.com/ernstae)|1 +@iggy|[@iggy](https://github.com/iggy)|1 +@blueyed|[@blueyed](https://github.com/blueyed)|1 +@comozo|[@comozo](https://github.com/comozo)|1 +@JohnMaguire|[@JohnMaguire](https://github.com/JohnMaguire)|1 +@jstjohn|[@jstjohn](https://github.com/jstjohn)|1 +@jfrederickson|[@jfrederickson](https://github.com/jfrederickson)|1 +@y2kenny|[@y2kenny](https://github.com/y2kenny)|1 +@LarsFronius|[@LarsFronius](https://github.com/LarsFronius)|1 +@xenophonf|[@xenophonf](https://github.com/xenophonf)|1 +@MrDiba|[@MrDiba](https://github.com/MrDiba)|1 +@pwaller|[@pwaller](https://github.com/pwaller)|1 +@syndicut|[@syndicut](https://github.com/syndicut)|1 +@rgreinho|[@rgreinho](https://github.com/rgreinho)|1 +@toanju|[@toanju](https://github.com/toanju)|1 +@tobias-m|[@tobias-m](https://github.com/tobias-m)|1 +@ghostsquad|[@ghostsquad](https://github.com/ghostsquad)|1 +@greut|[@greut](https://github.com/greut)|1 +@myoung34|[@myoung34](https://github.com/myoung34)|1 +@norrland|[@norrland](https://github.com/norrland)|1 +@oonska|[@oonska](https://github.com/oonska)|1 +@tiadobatima|[@tiadobatima](https://github.com/tiadobatima)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-23. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c25a215d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +# [0.42.0](https://github.com/saltstack-formulas/docker-formula/compare/v0.41.0...v0.42.0) (2019-10-23) + + +### Bug Fixes + +* **compose-ng.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/docker-formula/commit/9e8e1e8)) +* **pillar.example:** ensure `docker.config` is available ([](https://github.com/saltstack-formulas/docker-formula/commit/dce112a)) + + +### Continuous Integration + +* **travis:** update `salt-lint` config for `v0.0.10` ([](https://github.com/saltstack-formulas/docker-formula/commit/3eaed1b)) + + +### Documentation + +* **readme:** move to `docs/` directory and modify accordingly ([](https://github.com/saltstack-formulas/docker-formula/commit/222fc6d)) + + +### Features + +* **semantic-release:** implement for this formula ([](https://github.com/saltstack-formulas/docker-formula/commit/ea6be11)) + + +### Tests + +* **inspec:** add tests for package, config & service ([](https://github.com/saltstack-formulas/docker-formula/commit/451d76d)) +* **testinfra:** remove from the formula ([](https://github.com/saltstack-formulas/docker-formula/commit/62122d2)) diff --git a/FORMULA b/FORMULA index 8965b23c..02322702 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: docker os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, 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: 0.41.0 +version: 0.42.0 release: 1 minimum_version: 2017.7 summary: docker formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 00000000..751c1216 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,167 @@ +.. 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:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 86 + * - :raw-html-m2r:`@cdarwin` + - `@cdarwin `_ + - 25 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 22 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 21 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 18 + * - :raw-html-m2r:`@puneetk` + - `@puneetk `_ + - 15 + * - :raw-html-m2r:`@vladvasiliu` + - `@vladvasiliu `_ + - 12 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 12 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 9 + * - :raw-html-m2r:`@ticosax` + - `@ticosax `_ + - 7 + * - :raw-html-m2r:`@alexproca` + - `@alexproca `_ + - 6 + * - :raw-html-m2r:`@blbradley` + - `@blbradley `_ + - 6 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ + - 6 + * - :raw-html-m2r:`@toopy` + - `@toopy `_ + - 5 + * - :raw-html-m2r:`@VBH-Jenkins` + - `@VBH-Jenkins `_ + - 5 + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 3 + * - :raw-html-m2r:`@techhat` + - `@techhat `_ + - 2 + * - :raw-html-m2r:`@msciciel` + - `@msciciel `_ + - 2 + * - :raw-html-m2r:`@mingfang` + - `@mingfang `_ + - 2 + * - :raw-html-m2r:`@Poil` + - `@Poil `_ + - 2 + * - :raw-html-m2r:`@stamak` + - `@stamak `_ + - 2 + * - :raw-html-m2r:`@tedski` + - `@tedski `_ + - 2 + * - :raw-html-m2r:`@tyhunt99` + - `@tyhunt99 `_ + - 2 + * - :raw-html-m2r:`@DavidJFelix` + - `@DavidJFelix `_ + - 2 + * - :raw-html-m2r:`@scornelissen85` + - `@scornelissen85 `_ + - 2 + * - :raw-html-m2r:`@alxwr` + - `@alxwr `_ + - 1 + * - :raw-html-m2r:`@alinefr` + - `@alinefr `_ + - 1 + * - :raw-html-m2r:`@ernstae` + - `@ernstae `_ + - 1 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ + - 1 + * - :raw-html-m2r:`@blueyed` + - `@blueyed `_ + - 1 + * - :raw-html-m2r:`@comozo` + - `@comozo `_ + - 1 + * - :raw-html-m2r:`@JohnMaguire` + - `@JohnMaguire `_ + - 1 + * - :raw-html-m2r:`@jstjohn` + - `@jstjohn `_ + - 1 + * - :raw-html-m2r:`@jfrederickson` + - `@jfrederickson `_ + - 1 + * - :raw-html-m2r:`@y2kenny` + - `@y2kenny `_ + - 1 + * - :raw-html-m2r:`@LarsFronius` + - `@LarsFronius `_ + - 1 + * - :raw-html-m2r:`@xenophonf` + - `@xenophonf `_ + - 1 + * - :raw-html-m2r:`@MrDiba` + - `@MrDiba `_ + - 1 + * - :raw-html-m2r:`@pwaller` + - `@pwaller `_ + - 1 + * - :raw-html-m2r:`@syndicut` + - `@syndicut `_ + - 1 + * - :raw-html-m2r:`@rgreinho` + - `@rgreinho `_ + - 1 + * - :raw-html-m2r:`@toanju` + - `@toanju `_ + - 1 + * - :raw-html-m2r:`@tobias-m` + - `@tobias-m `_ + - 1 + * - :raw-html-m2r:`@ghostsquad` + - `@ghostsquad `_ + - 1 + * - :raw-html-m2r:`@greut` + - `@greut `_ + - 1 + * - :raw-html-m2r:`@myoung34` + - `@myoung34 `_ + - 1 + * - :raw-html-m2r:`@norrland` + - `@norrland `_ + - 1 + * - :raw-html-m2r:`@oonska` + - `@oonska `_ + - 1 + * - :raw-html-m2r:`@tiadobatima` + - `@tiadobatima `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 00000000..f51d5ae3 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,38 @@ + +Changelog +========= + +`0.42.0 `_ (2019-10-23) +----------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **compose-ng.sls:** fix ``salt-lint`` errors (\ ` `_\ ) +* **pillar.example:** ensure ``docker.config`` is available (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** update ``salt-lint`` config for ``v0.0.10`` (\ ` `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** move to ``docs/`` directory and modify accordingly (\ ` `_\ ) + +Features +^^^^^^^^ + + +* **semantic-release:** implement for this formula (\ ` `_\ ) + +Tests +^^^^^ + + +* **inspec:** add tests for package, config & service (\ ` `_\ ) +* **testinfra:** remove from the formula (\ ` `_\ )