Saltstack Official Chrony Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.rst 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Changelog
  2. =========
  3. `1.2.0 <https://github.com/saltstack-formulas/chrony-formula/compare/v1.1.0...v1.2.0>`_ (2019-08-10)
  4. --------------------------------------------------------------------------------------------------------
  5. Bug Fixes
  6. ^^^^^^^^^
  7. * add pool option (\ `90cdeea <https://github.com/saltstack-formulas/chrony-formula/commit/90cdeea>`_\ )
  8. Continuous Integration
  9. ^^^^^^^^^^^^^^^^^^^^^^
  10. * **kitchen+travis:** modify matrix to include ``develop`` platform (\ `6db3426 <https://github.com/saltstack-formulas/chrony-formula/commit/6db3426>`_\ )
  11. Features
  12. ^^^^^^^^
  13. * **yamllint:** include for this repo and apply rules throughout (\ `f83a498 <https://github.com/saltstack-formulas/chrony-formula/commit/f83a498>`_\ )
  14. `1.1.0 <https://github.com/saltstack-formulas/chrony-formula/compare/v1.0.0...v1.1.0>`_ (2019-05-10)
  15. --------------------------------------------------------------------------------------------------------
  16. Features
  17. ^^^^^^^^
  18. * fix default values (\ `a2a3aa7 <https://github.com/saltstack-formulas/chrony-formula/commit/a2a3aa7>`_\ )
  19. `1.0.0 <https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.1...v1.0.0>`_ (2019-04-30)
  20. --------------------------------------------------------------------------------------------------------
  21. Features
  22. ^^^^^^^^
  23. * update chrony formula to new template (\ `8a05d0f <https://github.com/saltstack-formulas/chrony-formula/commit/8a05d0f>`_\ )
  24. BREAKING CHANGES
  25. ^^^^^^^^^^^^^^^^
  26. * ``chrony.removed`` replaced by ``.clean`` states.
  27. `0.2.1 <https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.0...v0.2.1>`_ (2019-04-29)
  28. --------------------------------------------------------------------------------------------------------
  29. Continuous Integration
  30. ^^^^^^^^^^^^^^^^^^^^^^
  31. * **kitchen+travis:** implement ``inspec`` test matrix (\ `0fb718d <https://github.com/saltstack-formulas/chrony-formula/commit/0fb718d>`_\ )
  32. Documentation
  33. ^^^^^^^^^^^^^
  34. * **semantic-release:** implement an automated changelog (\ `d040dae <https://github.com/saltstack-formulas/chrony-formula/commit/d040dae>`_\ )
  35. Tests
  36. ^^^^^
  37. * **inspec:** get tests passing (\ `e5741ee <https://github.com/saltstack-formulas/chrony-formula/commit/e5741ee>`_\ )