From d0cc988ff156637a1bb96db53dc2a08531b66840 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Nov 2019 19:59:52 +0000 Subject: [PATCH] chore(release): 0.19.1 [skip ci] ## [0.19.1](https://github.com/saltstack-formulas/ntp-formula/compare/v0.19.0...v0.19.1) (2019-11-01) ### Bug Fixes * **release.config.js:** use full commit hash in commit link [skip ci] ([dd2a1d1](https://github.com/saltstack-formulas/ntp-formula/commit/dd2a1d1de6e35e9552059c3ca3b4897c345b37e4)) ### Code Refactoring * **ng/init.sls:** use `grains.get` to detect containers ([10c70c9](https://github.com/saltstack-formulas/ntp-formula/commit/10c70c9f117c2b1b2e1d45443295daf7488d40fa)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 12 ++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 14 +++++++------- docs/CHANGELOG.rst | 15 +++++++++++++++ 5 files changed, 38 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 11f614f..071a139 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: +@myii|[@myii](https://github.com/myii)|11 +@aboe76|[@aboe76](https://github.com/aboe76)|11 @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 @@ -14,7 +15,6 @@ Avatar|Contributor|Contributions @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 @@ -38,4 +38,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-30. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8991700..6a5c808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.19.1](https://github.com/saltstack-formulas/ntp-formula/compare/v0.19.0...v0.19.1) (2019-11-01) + + +### Bug Fixes + +* **release.config.js:** use full commit hash in commit link [skip ci] ([dd2a1d1](https://github.com/saltstack-formulas/ntp-formula/commit/dd2a1d1de6e35e9552059c3ca3b4897c345b37e4)) + + +### Code Refactoring + +* **ng/init.sls:** use `grains.get` to detect containers ([10c70c9](https://github.com/saltstack-formulas/ntp-formula/commit/10c70c9f117c2b1b2e1d45443295daf7488d40fa)) + # [0.19.0](https://github.com/saltstack-formulas/ntp-formula/compare/v0.18.5...v0.19.0) (2019-10-30) diff --git a/FORMULA b/FORMULA index a54dbc2..4e6228c 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.0 +version: 0.19.1 release: 1 minimum_version: 2017.7 summary: ntp formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8d833fd..f2e06d6 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,11 +13,14 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@whiteinge` - - `@whiteinge `_ - - 9 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 11 * - :raw-html-m2r:`@aboe76` - `@aboe76 `_ + - 11 + * - :raw-html-m2r:`@whiteinge` + - `@whiteinge `_ - 9 * - :raw-html-m2r:`@cheuschober` - `@cheuschober `_ @@ -43,9 +46,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dimabutyrin` - `@dimabutyrin `_ - 2 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 2 * - :raw-html-m2r:`@jstrunk` - `@jstrunk `_ - 2 @@ -110,4 +110,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-30. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 275be82..0292ed2 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.19.1 `_ (2019-11-01) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **release.config.js:** use full commit hash in commit link [skip ci] (\ `dd2a1d1 `_\ ) + +Code Refactoring +^^^^^^^^^^^^^^^^ + + +* **ng/init.sls:** use ``grains.get`` to detect containers (\ `10c70c9 `_\ ) + `0.19.0 `_ (2019-10-30) --------------------------------------------------------------------------------------------------------