Skip to content

Latest commit

 

History

History
210 lines (127 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

210 lines (127 loc) · 11.1 KB

Changelog

All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.

v1.0.0 (2021-01-05)

Full Changelog

Breaking changes:

Fixed bugs:

  • Restore behaviour of servers and pools parameters #103 (alexjfisher)
  • queryhosts: enforce Array[String] data type #101 (kenyon)

Merged pull requests:

v0.4.0 (2020-10-25)

Full Changelog

This is the first release of this module under Vox Pupuli's puppet namespace. It was migrated to Vox Pupuli from oboe76/chrony.

Implemented enhancements:

Fixed bugs:

Closed issues:

  • avoid changing configuration when adding optional parameters #64
  • peer parameter doesn't do anything on ArchLinux #57

Merged pull requests:

  • Replace litmus with Beaker #98 (alexjfisher)
  • Remove unnecessary test on $service_ensure #88 (chrekh)
  • Change occurrences of 'if !' to 'unless' where possible. #87 (chrekh)
  • Add tests for gentoo #86 (chrekh)
  • Fix wrong end-tag resulting in blank line. #85 (chrekh)
  • Fix documentation about parameter port. #84 (chrekh)
  • Convert template for chrony.keys from erb to epp #83 (chrekh)
  • Remove default value of 0 for $port and allow $port to be unset #81 (chrekh)
  • Consolidate templates and convert to epp() #79 (chrekh)
  • Enhance parameter validation with more data types #63 (alexjfisher)
  • Move static defaults out of params.pp #61 (alexjfisher)

v0.3.2 (2020-01-14)

Merged pull requests:

v0.3.1 (2019-10-12)

Merged pull requests:

v0.3.0 (2019-08-05)

Merged pull requests:

v0.2.6 (2019-08-02)

Merged pull requests:

v0.2.5 (2019-04-25)

Merged pull requests:

v0.2.4 (2019-01-07)

Merged pull requests:

  • More complex support for refclock #36 (jcpunk)

v0.2.3 (2018-10-05)

Merged pull requests:

  • support for peers, variable local stratum, SUSE 12 #32 (Warblefly)

v0.2.2 (2018-09-26)

Merged pull requests:

  • add log_options for logging support #31 (Warblefly)
  • Add configuration of clientlog and clientloglimit. #30 (olifre)
  • Implement "makestep" config parameter. #27 (olifre)
  • add debian in readme tested os #26 (othalla)

v0.2.1 (2018-05-26)

Merged pull requests:

v0.2.0 (2018-05-12)

Merged pull requests:

  • Adding Debian support #23 (othalla)
  • Add OS support in Metadata & use contain instead of anchor #22 (othalla)
  • improve CI & test with puppet 4/5 #21 (othalla)
  • Add refclocks configuration parameter #17 (islepnev)

v0.1.2 (2017-10-31)

Merged pull requests:

  • Removed unsupported options #15 (4N7)
  • Remove unsupported options #14 (4N7)
  • make sure we iterate predictable over the hash #11 (duritong)
  • Make keys more configurable #10 (roysjosh)

v0.1.1(2016-03-11)

  • Allow chrony to create its own keys in chrony.keys
  • configure owner,group and mode of chrony keys file
  • test will run now
  • skip older ruby version in test
  • small fixes for travis

v0.1.0(2015-03-08)

  • fix future parser

v0.0.9(2014-10-19)

  • Secure default installation
  • fix travis
  • queryhost should be empty
  • basic set of tests running

v0.0.8(2014-07-17)

  • Fix key params
  • chrony.keys not world readable

v0.0.7(2014-06-09)

  • Fix path for config_key
  • Set Red Hat chrony params
  • Fix template Red Hat

v0.0.6(2014-04-27)

  • Add Red Hat support
  • Add chrony params with queryhost
  • Fix build

v0.0.5(2013-03-21)

  • Add license

v0.0.4(2013-06-20)

  • Fix travis button and testing

v0.0.3(2013-06-20)

  • Update Readme and spec test

v0.0.2(2013-06-19)

  • Update module forge with more information

v0.0.1(2013-06-19)

  • First release on forge

* This Changelog was automatically generated by github_changelog_generator