From 503d1889d4a06611eacbeabb6e5fcc503e574d0e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Oct 2019 01:08:42 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] ## [1.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.0...v1.2.1) (2019-10-12) ### Bug Fixes * **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/chrony-formula/commit/f3c5a09)) ### Continuous Integration * **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/chrony-formula/commit/cf01b5b)) * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/chrony-formula/commit/36c8f81)) * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/chrony-formula/commit/9bae687)) * **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/chrony-formula/commit/9a71030)) * **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/chrony-formula/commit/87341a1)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/a521e08)) * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/fe1d64d)) * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/chrony-formula/commit/213eef3)) * **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/ec20e4c)) * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/chrony-formula/commit/5c35ac7)) --- AUTHORS.md | 9 +++++---- CHANGELOG.md | 21 +++++++++++++++++++++ FORMULA | 2 +- docs/AUTHORS.rst | 19 +++++++++++-------- docs/CHANGELOG.rst | 24 ++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 13 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c49ce30..a10a3a9 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,17 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@aboe76|[@aboe76](https://github.com/aboe76)|11 -@myii|[@myii](https://github.com/myii)|10 +@myii|[@myii](https://github.com/myii)|29 +@aboe76|[@aboe76](https://github.com/aboe76)|18 @mraymond77|[@mraymond77](https://github.com/mraymond77)|6 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|5 +@kjkeane|[@kjkeane](https://github.com/kjkeane)|3 @omltorg|[@omltorg](https://github.com/omltorg)|2 -@kjkeane|[@kjkeane](https://github.com/kjkeane)|2 @ixs|[@ixs](https://github.com/ixs)|1 @mgomersbach|[@mgomersbach](https://github.com/mgomersbach)|1 +@kumpa|[@kumpa](https://github.com/kumpa)|1 @rossengeorgiev|[@rossengeorgiev](https://github.com/rossengeorgiev)|1 @tampakrap|[@tampakrap](https://github.com/tampakrap)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-10. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-12. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1232c36..7b620aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.0...v1.2.1) (2019-10-12) + + +### Bug Fixes + +* **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/chrony-formula/commit/f3c5a09)) + + +### Continuous Integration + +* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/chrony-formula/commit/cf01b5b)) +* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/chrony-formula/commit/36c8f81)) +* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/chrony-formula/commit/9bae687)) +* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/chrony-formula/commit/9a71030)) +* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/chrony-formula/commit/87341a1)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/a521e08)) +* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/fe1d64d)) +* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/chrony-formula/commit/213eef3)) +* **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/ec20e4c)) +* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/chrony-formula/commit/5c35ac7)) + # [1.2.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.1.0...v1.2.0) (2019-08-10) diff --git a/FORMULA b/FORMULA index 1d8a01c..dcd774c 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: chrony os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine -version: 1.2.0 +version: 1.2.1 release: 1 minimum_version: 2016.11 summary: Chrony formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 04dcec3..de68091 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -13,23 +13,23 @@ This list is sorted by the number of commits per contributor in *descending* ord * - Avatar - Contributor - Contributions - * - :raw-html-m2r:`@aboe76` - - `@aboe76 `_ - - 11 * - :raw-html-m2r:`@myii` - `@myii `_ - - 10 + - 29 + * - :raw-html-m2r:`@aboe76` + - `@aboe76 `_ + - 18 * - :raw-html-m2r:`@mraymond77` - `@mraymond77 `_ - 6 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 5 - * - :raw-html-m2r:`@omltorg` - - `@omltorg `_ - - 2 * - :raw-html-m2r:`@kjkeane` - `@kjkeane `_ + - 3 + * - :raw-html-m2r:`@omltorg` + - `@omltorg `_ - 2 * - :raw-html-m2r:`@ixs` - `@ixs `_ @@ -37,6 +37,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@mgomersbach` - `@mgomersbach `_ - 1 + * - :raw-html-m2r:`@kumpa` + - `@kumpa `_ + - 1 * - :raw-html-m2r:`@rossengeorgiev` - `@rossengeorgiev `_ - 1 @@ -47,4 +50,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-08-10. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-12. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 34f1075..c177c59 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,30 @@ Changelog ========= +`1.2.1 `_ (2019-10-12) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **rubocop:** add fixes using ``rubocop --safe-auto-correct`` (\ ` `_\ ) + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ ) +* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ ) +* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ ) +* **kitchen+travis:** replace EOL pre-salted images (\ ` `_\ ) +* **platform:** add ``arch-base-latest`` (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ ) +* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ ) +* **travis:** merge ``rubocop`` linter into main ``lint`` job (\ ` `_\ ) +* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ ) + `1.2.0 `_ (2019-08-10) --------------------------------------------------------------------------------------------------------