# [1.0.0](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.1...v1.0.0) (2019-04-30)
### Features
* update chrony formula to new template ([8a05d0f
](https://github.com/saltstack-formulas/chrony-formula/commit/8a05d0f))
### BREAKING CHANGES
* `chrony.removed` replaced by `.clean` states.
tags/v1.0.0
@@ -10,10 +10,11 @@ Avatar|Contributor|Contributions | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|4 | |||
<img class='float-left rounded-1' src='https://avatars3.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://avatars1.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://avatars2.githubusercontent.com/u/28721441?v=4' width='36' height='36' alt='@kjkeane'>|[@kjkeane](https://github.com/kjkeane)|1 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>|[@mgomersbach](https://github.com/mgomersbach)|1 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/2720787?v=4' width='36' height='36' alt='@rossengeorgiev'>|[@rossengeorgiev](https://github.com/rossengeorgiev)|1 | |||
<img class='float-left rounded-1' src='https://avatars3.githubusercontent.com/u/48949?v=4' width='36' height='36' alt='@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-04-29. | |||
Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-04-30. |
@@ -1,5 +1,17 @@ | |||
# Changelog | |||
# [1.0.0](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.1...v1.0.0) (2019-04-30) | |||
### Features | |||
* update chrony formula to new template ([8a05d0f](https://github.com/saltstack-formulas/chrony-formula/commit/8a05d0f)) | |||
### BREAKING CHANGES | |||
* `chrony.removed` replaced by `.clean` states. | |||
## [0.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.0...v0.2.1) (2019-04-29) | |||
@@ -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: 0.2.1 | |||
version: 1.0.0 | |||
release: 1 | |||
minimum_version: 2016.11 | |||
summary: Chrony formula |
@@ -31,6 +31,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://avatars1.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://avatars2.githubusercontent.com/u/28721441?v=4' width='36' height='36' alt='@kjkeane'>` | |||
- `@kjkeane <https://github.com/kjkeane>`_ | |||
- 1 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>` | |||
- `@mgomersbach <https://github.com/mgomersbach>`_ | |||
- 1 | |||
@@ -44,4 +47,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 2019-04-29. | |||
Auto generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-04-30. |
@@ -2,6 +2,21 @@ | |||
Changelog | |||
========= | |||
`1.0.0 <https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.1...v1.0.0>`_ (2019-04-30) | |||
-------------------------------------------------------------------------------------------------------- | |||
Features | |||
^^^^^^^^ | |||
* update chrony formula to new template (\ `8a05d0f <https://github.com/saltstack-formulas/chrony-formula/commit/8a05d0f>`_\ ) | |||
BREAKING CHANGES | |||
^^^^^^^^^^^^^^^^ | |||
* ``chrony.removed`` replaced by ``.clean`` states. | |||
`0.2.1 <https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.0...v0.2.1>`_ (2019-04-29) | |||
-------------------------------------------------------------------------------------------------------- | |||