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.md 3.2KB

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))
5 vuotta sitten
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # Changelog
  2. ## [1.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v1.2.0...v1.2.1) (2019-10-12)
  3. ### Bug Fixes
  4. * **rubocop:** add fixes using `rubocop --safe-auto-correct` ([](https://github.com/saltstack-formulas/chrony-formula/commit/f3c5a09))
  5. ### Continuous Integration
  6. * **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/chrony-formula/commit/cf01b5b))
  7. * **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/chrony-formula/commit/36c8f81))
  8. * **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/chrony-formula/commit/9bae687))
  9. * **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/chrony-formula/commit/9a71030))
  10. * **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/chrony-formula/commit/87341a1))
  11. * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/a521e08))
  12. * merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/fe1d64d))
  13. * use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/chrony-formula/commit/213eef3))
  14. * **travis:** merge `rubocop` linter into main `lint` job ([](https://github.com/saltstack-formulas/chrony-formula/commit/ec20e4c))
  15. * **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/chrony-formula/commit/5c35ac7))
  16. # [1.2.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.1.0...v1.2.0) (2019-08-10)
  17. ### Bug Fixes
  18. * add pool option ([90cdeea](https://github.com/saltstack-formulas/chrony-formula/commit/90cdeea))
  19. ### Continuous Integration
  20. * **kitchen+travis:** modify matrix to include `develop` platform ([6db3426](https://github.com/saltstack-formulas/chrony-formula/commit/6db3426))
  21. ### Features
  22. * **yamllint:** include for this repo and apply rules throughout ([f83a498](https://github.com/saltstack-formulas/chrony-formula/commit/f83a498))
  23. # [1.1.0](https://github.com/saltstack-formulas/chrony-formula/compare/v1.0.0...v1.1.0) (2019-05-10)
  24. ### Features
  25. * fix default values ([a2a3aa7](https://github.com/saltstack-formulas/chrony-formula/commit/a2a3aa7))
  26. # [1.0.0](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.1...v1.0.0) (2019-04-30)
  27. ### Features
  28. * update chrony formula to new template ([8a05d0f](https://github.com/saltstack-formulas/chrony-formula/commit/8a05d0f))
  29. ### BREAKING CHANGES
  30. * `chrony.removed` replaced by `.clean` states.
  31. ## [0.2.1](https://github.com/saltstack-formulas/chrony-formula/compare/v0.2.0...v0.2.1) (2019-04-29)
  32. ### Continuous Integration
  33. * **kitchen+travis:** implement `inspec` test matrix ([0fb718d](https://github.com/saltstack-formulas/chrony-formula/commit/0fb718d))
  34. ### Documentation
  35. * **semantic-release:** implement an automated changelog ([d040dae](https://github.com/saltstack-formulas/chrony-formula/commit/d040dae))
  36. ### Tests
  37. * **inspec:** get tests passing ([e5741ee](https://github.com/saltstack-formulas/chrony-formula/commit/e5741ee))