From 441ad3ccb1bfc5b45c636c79f2d1340baa69fc7b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Nov 2019 22:12:09 +0000 Subject: [PATCH] chore(release): 0.11.0 [skip ci] # [0.11.0](https://github.com/saltstack-formulas/nfs-formula/compare/v0.10.0...v0.11.0) (2019-11-20) ### Bug Fixes * **map.jinja:** add missing reference to `osfinger` grain ([d56f55e](https://github.com/saltstack-formulas/nfs-formula/commit/d56f55e6cafb88f5f6f5012eda1e50a304684362)) * **osfingermap:** update `service_name` for `CentOS-6` ([780c062](https://github.com/saltstack-formulas/nfs-formula/commit/780c0622284c98464a65a7f7cba3660b5ef94cbd)) * **osmap:** update `service_name` for current versions of Fedora ([2731708](https://github.com/saltstack-formulas/nfs-formula/commit/27317085f7f5435fd11cbe8351802ce66bb2df99)) ### Continuous Integration * **travis:** finalise enabled instances ([1255431](https://github.com/saltstack-formulas/nfs-formula/commit/1255431d0d2a2ede0a7696a13710fb67df52c680)) ### Features * implementing semantic release ([ad826bc](https://github.com/saltstack-formulas/nfs-formula/commit/ad826bc23ef2b576ba298ea81007357cfd0a5d63)) ### Styles * fix linters errors ([18acd66](https://github.com/saltstack-formulas/nfs-formula/commit/18acd667c0299a7a9438d57f5f7d120df2841125)) --- AUTHORS.md | 30 +++++++++++++++++ CHANGELOG.md | 25 +++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 80 ++++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 32 +++++++++++++++++++ 5 files changed, 168 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..22ea918 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,30 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@syndicut|[@syndicut](https://github.com/syndicut)|10 +@myii|[@myii](https://github.com/myii)|6 +@iggy|[@iggy](https://github.com/iggy)|3 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|3 +@aboe76|[@aboe76](https://github.com/aboe76)|3 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|3 +@0xf10e|[@0xf10e](https://github.com/0xf10e)|3 +@melipharo|[@melipharo](https://github.com/melipharo)|2 +@daks|[@daks](https://github.com/daks)|2 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|2 +@babilen5|[@babilen5](https://github.com/babilen5)|2 +@roedie|[@roedie](https://github.com/roedie)|2 +@bmwiedemann|[@bmwiedemann](https://github.com/bmwiedemann)|1 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|1 +@aphor|[@aphor](https://github.com/aphor)|1 +@jcftang|[@jcftang](https://github.com/jcftang)|1 +@norwoodj|[@norwoodj](https://github.com/norwoodj)|1 +@ryanwalder|[@ryanwalder](https://github.com/ryanwalder)|1 +@mioux|[@mioux](https://github.com/mioux)|1 +@abednarik|[@abednarik](https://github.com/abednarik)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-20. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..42cb3cd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +# [0.11.0](https://github.com/saltstack-formulas/nfs-formula/compare/v0.10.0...v0.11.0) (2019-11-20) + + +### Bug Fixes + +* **map.jinja:** add missing reference to `osfinger` grain ([d56f55e](https://github.com/saltstack-formulas/nfs-formula/commit/d56f55e6cafb88f5f6f5012eda1e50a304684362)) +* **osfingermap:** update `service_name` for `CentOS-6` ([780c062](https://github.com/saltstack-formulas/nfs-formula/commit/780c0622284c98464a65a7f7cba3660b5ef94cbd)) +* **osmap:** update `service_name` for current versions of Fedora ([2731708](https://github.com/saltstack-formulas/nfs-formula/commit/27317085f7f5435fd11cbe8351802ce66bb2df99)) + + +### Continuous Integration + +* **travis:** finalise enabled instances ([1255431](https://github.com/saltstack-formulas/nfs-formula/commit/1255431d0d2a2ede0a7696a13710fb67df52c680)) + + +### Features + +* implementing semantic release ([ad826bc](https://github.com/saltstack-formulas/nfs-formula/commit/ad826bc23ef2b576ba298ea81007357cfd0a5d63)) + + +### Styles + +* fix linters errors ([18acd66](https://github.com/saltstack-formulas/nfs-formula/commit/18acd667c0299a7a9438d57f5f7d120df2841125)) diff --git a/FORMULA b/FORMULA index 960fd36..98f68ec 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: nfs os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse, Gentoo -version: 0.1 +version: 0.11.0 release: 1 minimum_version: 2017.7 summary: nfs formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..a2c2ee5 --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,80 @@ +.. 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:`@syndicut` + - `@syndicut `_ + - 10 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 6 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ + - 3 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 3 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 3 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 3 + * - :raw-html-m2r:`@0xf10e` + - `@0xf10e `_ + - 3 + * - :raw-html-m2r:`@melipharo` + - `@melipharo `_ + - 2 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 2 + * - :raw-html-m2r:`@noelmcloughlin` + - `@noelmcloughlin `_ + - 2 + * - :raw-html-m2r:`@babilen5` + - `@babilen5 `_ + - 2 + * - :raw-html-m2r:`@roedie` + - `@roedie `_ + - 2 + * - :raw-html-m2r:`@bmwiedemann` + - `@bmwiedemann `_ + - 1 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 1 + * - :raw-html-m2r:`@aphor` + - `@aphor `_ + - 1 + * - :raw-html-m2r:`@jcftang` + - `@jcftang `_ + - 1 + * - :raw-html-m2r:`@norwoodj` + - `@norwoodj `_ + - 1 + * - :raw-html-m2r:`@ryanwalder` + - `@ryanwalder `_ + - 1 + * - :raw-html-m2r:`@mioux` + - `@mioux `_ + - 1 + * - :raw-html-m2r:`@abednarik` + - `@abednarik `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-20. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..f3171dc --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,32 @@ + +Changelog +========= + +`0.11.0 `_ (2019-11-20) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **map.jinja:** add missing reference to ``osfinger`` grain (\ `d56f55e `_\ ) +* **osfingermap:** update ``service_name`` for ``CentOS-6`` (\ `780c062 `_\ ) +* **osmap:** update ``service_name`` for current versions of Fedora (\ `2731708 `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** finalise enabled instances (\ `1255431 `_\ ) + +Features +^^^^^^^^ + + +* implementing semantic release (\ `ad826bc `_\ ) + +Styles +^^^^^^ + + +* fix linters errors (\ `18acd66 `_\ )