# [1.3.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.5...v1.3.0) (2021-08-25) ### Continuous Integration * **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([tags/v1.3.06dfae1f
](6dfae1fca1
)) * **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([362fe72
](362fe72414
)) * **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([f26c097
](f26c09767e
)) * **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([adf30f6
](adf30f627e
)) * add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([a0c5487
](a0c5487e94
)) * **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([66a465c
](66a465c3aa
)) * **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([5bbe1e8
](5bbe1e858e
)) * add `arch-master` to matrix and update `.travis.yml` [skip ci] ([808d428
](808d4289eb
)) ### Features * **config:** allow differents options for server and pool ([7d680a1
](7d680a1a60
)), closes [#27](https://github.com/saltstack-formulas/chrony-formula/issues/27)
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord | |||
Avatar|Contributor|Contributions | |||
:-:|---|:-: | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|82 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|100 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|22 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/3879151?v=4' width='36' height='36' alt='@mraymond77'>|[@mraymond77](https://github.com/mraymond77)|6 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|5 | |||
@@ -12,6 +12,7 @@ Avatar|Contributor|Contributions | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/28721441?v=4' width='36' height='36' alt='@kjkeane'>|[@kjkeane](https://github.com/kjkeane)|3 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/15609251?v=4' width='36' height='36' alt='@omltorg'>|[@omltorg](https://github.com/omltorg)|2 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>|[@ixs](https://github.com/ixs)|1 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/2619394?v=4' width='36' height='36' alt='@apatard'>|[@apatard](https://github.com/apatard)|1 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/637990?v=4' width='36' height='36' alt='@bmwiedemann'>|[@bmwiedemann](https://github.com/bmwiedemann)|1 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1 | |||
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>|[@mgomersbach](https://github.com/mgomersbach)|1 | |||
@@ -22,4 +23,4 @@ Avatar|Contributor|Contributions | |||
--- | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-04-22. | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-25. |
@@ -1,5 +1,24 @@ | |||
# Changelog | |||
# [1.3.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.5...v1.3.0) (2021-08-25) | |||
### Continuous Integration | |||
* **3003.1:** update inc. AlmaLinux, Rocky & `rst-lint` [skip ci] ([6dfae1f](https://github.com/saltstack-formulas/chrony-formula/commit/6dfae1fca173869cac1e734fea4204e0fd2d891a)) | |||
* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([362fe72](https://github.com/saltstack-formulas/chrony-formula/commit/362fe724143afcaef151916733312281a7feb2c6)) | |||
* **kitchen:** move `provisioner` block & update `run_command` [skip ci] ([f26c097](https://github.com/saltstack-formulas/chrony-formula/commit/f26c09767eb974e1cea348ba9e92e2731d327674)) | |||
* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([adf30f6](https://github.com/saltstack-formulas/chrony-formula/commit/adf30f627e32a21c348c6bda31b59a26b69b9bf2)) | |||
* add Debian 11 Bullseye & update `yamllint` configuration [skip ci] ([a0c5487](https://github.com/saltstack-formulas/chrony-formula/commit/a0c5487e946b3e6f6bff379852926b74926ccaf1)) | |||
* **kitchen+gitlab:** adjust matrix to add `3003` [skip ci] ([66a465c](https://github.com/saltstack-formulas/chrony-formula/commit/66a465c3aa1715056aaad162f8d439c58a0f826b)) | |||
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] ([5bbe1e8](https://github.com/saltstack-formulas/chrony-formula/commit/5bbe1e858e4c930cead98a84e8e2de45b474b45d)) | |||
* add `arch-master` to matrix and update `.travis.yml` [skip ci] ([808d428](https://github.com/saltstack-formulas/chrony-formula/commit/808d4289ebe3d6a3e2bf8cdbc7f3f433deae7fb2)) | |||
### Features | |||
* **config:** allow differents options for server and pool ([7d680a1](https://github.com/saltstack-formulas/chrony-formula/commit/7d680a1a60ab891d815f7fdbf0efafea64d4e7ee)), closes [#27](https://github.com/saltstack-formulas/chrony-formula/issues/27) | |||
## [1.2.5](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.4...v1.2.5) (2021-04-22) | |||
@@ -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.5 | |||
version: 1.3.0 | |||
release: 1 | |||
minimum_version: 2016.11 | |||
summary: Chrony formula |
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
- Contributions | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>` | |||
- `@myii <https://github.com/myii>`_ | |||
- 82 | |||
- 100 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>` | |||
- `@aboe76 <https://github.com/aboe76>`_ | |||
- 22 | |||
@@ -37,6 +37,9 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>` | |||
- `@ixs <https://github.com/ixs>`_ | |||
- 1 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/2619394?v=4' width='36' height='36' alt='@apatard'>` | |||
- `@apatard <https://github.com/apatard>`_ | |||
- 1 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/637990?v=4' width='36' height='36' alt='@bmwiedemann'>` | |||
- `@bmwiedemann <https://github.com/bmwiedemann>`_ | |||
- 1 | |||
@@ -62,4 +65,4 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
---- | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-04-22. | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2021-08-25. |
@@ -2,6 +2,28 @@ | |||
Changelog | |||
========= | |||
`1.3.0 <https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.5...v1.3.0>`_ (2021-08-25) | |||
-------------------------------------------------------------------------------------------------------- | |||
Continuous Integration | |||
^^^^^^^^^^^^^^^^^^^^^^ | |||
* **3003.1:** update inc. AlmaLinux, Rocky & ``rst-lint`` [skip ci] (\ `6dfae1f <https://github.com/saltstack-formulas/chrony-formula/commit/6dfae1fca173869cac1e734fea4204e0fd2d891a>`_\ ) | |||
* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `362fe72 <https://github.com/saltstack-formulas/chrony-formula/commit/362fe724143afcaef151916733312281a7feb2c6>`_\ ) | |||
* **kitchen:** move ``provisioner`` block & update ``run_command`` [skip ci] (\ `f26c097 <https://github.com/saltstack-formulas/chrony-formula/commit/f26c09767eb974e1cea348ba9e92e2731d327674>`_\ ) | |||
* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `adf30f6 <https://github.com/saltstack-formulas/chrony-formula/commit/adf30f627e32a21c348c6bda31b59a26b69b9bf2>`_\ ) | |||
* add Debian 11 Bullseye & update ``yamllint`` configuration [skip ci] (\ `a0c5487 <https://github.com/saltstack-formulas/chrony-formula/commit/a0c5487e946b3e6f6bff379852926b74926ccaf1>`_\ ) | |||
* **kitchen+gitlab:** adjust matrix to add ``3003`` [skip ci] (\ `66a465c <https://github.com/saltstack-formulas/chrony-formula/commit/66a465c3aa1715056aaad162f8d439c58a0f826b>`_\ ) | |||
* **kitchen+gitlab:** remove Ubuntu 16.04 & Fedora 32 (EOL) [skip ci] (\ `5bbe1e8 <https://github.com/saltstack-formulas/chrony-formula/commit/5bbe1e858e4c930cead98a84e8e2de45b474b45d>`_\ ) | |||
* add ``arch-master`` to matrix and update ``.travis.yml`` [skip ci] (\ `808d428 <https://github.com/saltstack-formulas/chrony-formula/commit/808d4289ebe3d6a3e2bf8cdbc7f3f433deae7fb2>`_\ ) | |||
Features | |||
^^^^^^^^ | |||
* **config:** allow differents options for server and pool (\ `7d680a1 <https://github.com/saltstack-formulas/chrony-formula/commit/7d680a1a60ab891d815f7fdbf0efafea64d4e7ee>`_\ ), closes `#27 <https://github.com/saltstack-formulas/chrony-formula/issues/27>`_ | |||
`1.2.5 <https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.4...v1.2.5>`_ (2021-04-22) | |||
-------------------------------------------------------------------------------------------------------- | |||