From 5e530715a781693d135867ed298533e72f9d46e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Oct 2019 21:27:16 +0000 Subject: [PATCH] chore(release): 0.19.0 [skip ci] # [0.19.0](https://github.com/saltstack-formulas/ntp-formula/compare/v0.18.5...v0.19.0) (2019-10-30) ### Bug Fixes * **container:** respect `ConditionVirtualization` service setting ([](https://github.com/saltstack-formulas/ntp-formula/commit/8711b24)) * **yamllint:** fix all errors ([](https://github.com/saltstack-formulas/ntp-formula/commit/3c329df)) ### Documentation * **readme:** modify according to standard structure ([](https://github.com/saltstack-formulas/ntp-formula/commit/7094dae)) * **readme:** move to `docs/` directory ([](https://github.com/saltstack-formulas/ntp-formula/commit/55b8f61)) ### Features * **semantic-release:** implement for this formula ([](https://github.com/saltstack-formulas/ntp-formula/commit/598da25)) ### Tests * **inspec:** add tests for package, config & service ([](https://github.com/saltstack-formulas/ntp-formula/commit/250ee2c)) * **pillar:** add test pillar for `.ng` state ([](https://github.com/saltstack-formulas/ntp-formula/commit/88ac182)) --- AUTHORS.md | 41 ++++++++++++++++ CHANGELOG.md | 26 +++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 113 +++++++++++++++++++++++++++++++++++++++++++++ docs/CHANGELOG.rst | 33 +++++++++++++ 5 files changed, 214 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..11f614f --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,41 @@ +# Authors + +This list is sorted by the number of commits per contributor in _descending_ order. + +Avatar|Contributor|Contributions +:-:|---|:-: +@whiteinge|[@whiteinge](https://github.com/whiteinge)|9 +@aboe76|[@aboe76](https://github.com/aboe76)|9 +@cheuschober|[@cheuschober](https://github.com/cheuschober)|7 +@gravyboat|[@gravyboat](https://github.com/gravyboat)|6 +@thatch45|[@thatch45](https://github.com/thatch45)|6 +@nmadhok|[@nmadhok](https://github.com/nmadhok)|4 +@kaharlichenko|[@kaharlichenko](https://github.com/kaharlichenko)|3 +@kjkeane|[@kjkeane](https://github.com/kjkeane)|3 +@iggy|[@iggy](https://github.com/iggy)|2 +@dimabutyrin|[@dimabutyrin](https://github.com/dimabutyrin)|2 +@myii|[@myii](https://github.com/myii)|2 +@jstrunk|[@jstrunk](https://github.com/jstrunk)|2 +@pcdummy|[@pcdummy](https://github.com/pcdummy)|2 +@sroegner|[@sroegner](https://github.com/sroegner)|2 +@tampakrap|[@tampakrap](https://github.com/tampakrap)|2 +@puneetk|[@puneetk](https://github.com/puneetk)|2 +@alxwr|[@alxwr](https://github.com/alxwr)|2 +@daks|[@daks](https://github.com/daks)|2 +@aaronm-cloudtek|[@aaronm-cloudtek](https://github.com/aaronm-cloudtek)|1 +@landergate|[@landergate](https://github.com/landergate)|1 +@amontalban|[@amontalban](https://github.com/amontalban)|1 +@backerman|[@backerman](https://github.com/backerman)|1 +@bryangwilliam|[@bryangwilliam](https://github.com/bryangwilliam)|1 +@cprior|[@cprior](https://github.com/cprior)|1 +@UtahDave|[@UtahDave](https://github.com/UtahDave)|1 +@terminalmage|[@terminalmage](https://github.com/terminalmage)|1 +@javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|1 +@xenadmin|[@xenadmin](https://github.com/xenadmin)|1 +@markwherry9|[@markwherry9](https://github.com/markwherry9)|1 +@adnanJP|[@adnanJP](https://github.com/adnanJP)|1 +@timwsuqld|[@timwsuqld](https://github.com/timwsuqld)|1 + +--- + +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-30. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8991700 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +# [0.19.0](https://github.com/saltstack-formulas/ntp-formula/compare/v0.18.5...v0.19.0) (2019-10-30) + + +### Bug Fixes + +* **container:** respect `ConditionVirtualization` service setting ([](https://github.com/saltstack-formulas/ntp-formula/commit/8711b24)) +* **yamllint:** fix all errors ([](https://github.com/saltstack-formulas/ntp-formula/commit/3c329df)) + + +### Documentation + +* **readme:** modify according to standard structure ([](https://github.com/saltstack-formulas/ntp-formula/commit/7094dae)) +* **readme:** move to `docs/` directory ([](https://github.com/saltstack-formulas/ntp-formula/commit/55b8f61)) + + +### Features + +* **semantic-release:** implement for this formula ([](https://github.com/saltstack-formulas/ntp-formula/commit/598da25)) + + +### Tests + +* **inspec:** add tests for package, config & service ([](https://github.com/saltstack-formulas/ntp-formula/commit/250ee2c)) +* **pillar:** add test pillar for `.ng` state ([](https://github.com/saltstack-formulas/ntp-formula/commit/88ac182)) diff --git a/FORMULA b/FORMULA index 8aa6648..a54dbc2 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: ntp 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.19.5 +version: 0.19.0 release: 1 minimum_version: 2017.7 summary: ntp formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst new file mode 100644 index 0000000..8d833fd --- /dev/null +++ b/docs/AUTHORS.rst @@ -0,0 +1,113 @@ +.. 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:`@whiteinge` + - `@whiteinge `_ + - 9 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 9 + * - :raw-html-m2r:`@cheuschober` + - `@cheuschober `_ + - 7 + * - :raw-html-m2r:`@gravyboat` + - `@gravyboat `_ + - 6 + * - :raw-html-m2r:`@thatch45` + - `@thatch45 `_ + - 6 + * - :raw-html-m2r:`@nmadhok` + - `@nmadhok `_ + - 4 + * - :raw-html-m2r:`@kaharlichenko` + - `@kaharlichenko `_ + - 3 + * - :raw-html-m2r:`@kjkeane` + - `@kjkeane `_ + - 3 + * - :raw-html-m2r:`@iggy` + - `@iggy `_ + - 2 + * - :raw-html-m2r:`@dimabutyrin` + - `@dimabutyrin `_ + - 2 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 2 + * - :raw-html-m2r:`@jstrunk` + - `@jstrunk `_ + - 2 + * - :raw-html-m2r:`@pcdummy` + - `@pcdummy `_ + - 2 + * - :raw-html-m2r:`@sroegner` + - `@sroegner `_ + - 2 + * - :raw-html-m2r:`@tampakrap` + - `@tampakrap `_ + - 2 + * - :raw-html-m2r:`@puneetk` + - `@puneetk `_ + - 2 + * - :raw-html-m2r:`@alxwr` + - `@alxwr `_ + - 2 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 2 + * - :raw-html-m2r:`@aaronm-cloudtek` + - `@aaronm-cloudtek `_ + - 1 + * - :raw-html-m2r:`@landergate` + - `@landergate `_ + - 1 + * - :raw-html-m2r:`@amontalban` + - `@amontalban `_ + - 1 + * - :raw-html-m2r:`@backerman` + - `@backerman `_ + - 1 + * - :raw-html-m2r:`@bryangwilliam` + - `@bryangwilliam `_ + - 1 + * - :raw-html-m2r:`@cprior` + - `@cprior `_ + - 1 + * - :raw-html-m2r:`@UtahDave` + - `@UtahDave `_ + - 1 + * - :raw-html-m2r:`@terminalmage` + - `@terminalmage `_ + - 1 + * - :raw-html-m2r:`@javierbertoli` + - `@javierbertoli `_ + - 1 + * - :raw-html-m2r:`@xenadmin` + - `@xenadmin `_ + - 1 + * - :raw-html-m2r:`@markwherry9` + - `@markwherry9 `_ + - 1 + * - :raw-html-m2r:`@adnanJP` + - `@adnanJP `_ + - 1 + * - :raw-html-m2r:`@timwsuqld` + - `@timwsuqld `_ + - 1 + + +---- + +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-30. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst new file mode 100644 index 0000000..275be82 --- /dev/null +++ b/docs/CHANGELOG.rst @@ -0,0 +1,33 @@ + +Changelog +========= + +`0.19.0 `_ (2019-10-30) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **container:** respect ``ConditionVirtualization`` service setting (\ ` `_\ ) +* **yamllint:** fix all errors (\ ` `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** modify according to standard structure (\ ` `_\ ) +* **readme:** move to ``docs/`` directory (\ ` `_\ ) + +Features +^^^^^^^^ + + +* **semantic-release:** implement for this formula (\ ` `_\ ) + +Tests +^^^^^ + + +* **inspec:** add tests for package, config & service (\ ` `_\ ) +* **pillar:** add test pillar for ``.ng`` state (\ ` `_\ )