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)
Breaking changes:
- Drop EoL Debian 8 support #105 (bastelfreak)
- Drop Eol CentOS 6 support #104 (bastelfreak)
Fixed bugs:
- Restore behaviour of
servers
andpools
parameters #103 (alexjfisher) - queryhosts: enforce Array[String] data type #101 (kenyon)
Merged pull requests:
- Fix tests to work with rspec-puppet 2.8.0 #93 (alexjfisher)
v0.4.0 (2020-10-25)
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:
- Add new
driftfile
,hwtimestamps
,rtcsync
, anddumpdir
parameters #82 (chrekh) - Add support for Gentoo #80 (chrekh)
- Support
rtconutc
option #68 (Bluewind) - Add
leapsectz
option config option #65 (adrienthebo)
Fixed bugs:
- Fix Arch Linux configuration #77 (0x6d617474)
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:
- Remove 'Coverage status' badge [#58|(voxpupuli#58) (alexjfisher)
- Use full Apache 2.0 License text and add badge [#57|(voxpupuli#57) (alexjfisher)
- Use puppet-strings for reference docs [#56|(voxpupuli#56) (alexjfisher)
- Add stratumweight parameter [#55|(voxpupuli#55) (alexjfisher)
- Treat keys file content as Sensitive [#54|(voxpupuli#54) (alexjfisher)
- Support custom package source and provider [#53|(voxpupuli#53) (JannikJ)
- Doc update [#52|(voxpupuli#52) (przemas75)
- skew second [#51|(voxpupuli#51) (przemas75)
v0.3.1 (2019-10-12)
Merged pull requests:
- cmdport parameter [#50|(voxpupuli#50) (przemas75)
v0.3.0 (2019-08-05)
Merged pull requests:
- Confirmed RHEL 8 functionality [#46|(voxpupuli#46) (stevekay)
- Add parameter $cmdacl (#47|(voxpupuli#47) (nbarrientos)
v0.2.6 (2019-08-02)
Merged pull requests:
- Allow configuring bindcmdaddress [#45|(voxpupuli#45) (nbarrientos)
- remove dependency on puppetlabs-stdlib [#42|(voxpupuli#43) (vchepkov)
- Don't ignore port setting [#40|(voxpupuli#40) (bzed)
v0.2.5 (2019-04-25)
Merged pull requests:
- Add support for pools [#37|(voxpupuli#37) (giggsey)
v0.2.4 (2019-01-07)
Merged pull requests:
v0.2.3 (2018-10-05)
Merged pull requests:
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