Skip to content

Latest commit

 

History

History
349 lines (204 loc) · 18.1 KB

CHANGELOG.md

File metadata and controls

349 lines (204 loc) · 18.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.

v3.0.0 (2023-06-21)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • init: queryhosts and denyqueryhosts should accept empty strings #163 (kenyon)

Merged pull requests:

  • chrony_spec: remove redundant code #164 (kenyon)

v2.6.0 (2022-11-16)

Full Changelog

Implemented enhancements:

  • allow logchange to be a float with an arbitrary range #161 (jhoblitt)

v2.5.0 (2022-08-11)

Full Changelog

Implemented enhancements:

v2.4.1 (2022-08-02)

Full Changelog

Implemented enhancements:

  • Add more config settings and prep EL9 support #151 (jcpunk)
  • Allow the password to be a Sensitive string. #150 (jcpunk)

Merged pull requests:

  • Identify the chrony files as being managed by puppet. #153 (bschonec)

v2.4.0 (2022-04-19)

Full Changelog

Implemented enhancements:

  • Add sched_priority and logbanner options. #148 (jcpunk)

Merged pull requests:

  • Update github URLs to remove unauthenticated git #147 (gcoxmoz)

v2.3.0 (2022-03-20)

Full Changelog

Implemented enhancements:

Closed issues:

  • ntpdsigndsocket option missing #107
  • Are we creating a invalid keyfile? #91

v2.2.0 (2022-03-07)

Full Changelog

Implemented enhancements:

  • remove params.pp, use hiera data instead #135 (kenyon)

Fixed bugs:

v2.1.0 (2021-11-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v2.0.0 (2021-07-08)

Full Changelog

Breaking changes:

  • Drop EoL Puppet 5 support; Add Puppet 7 #117 (smortex)

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Make a new release #115

Merged pull requests:

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:

  • Allow configuring bindcmdaddress [#45|(#45) (nbarrientos)
  • remove dependency on puppetlabs-stdlib [#42|(#43) (vchepkov)
  • Don't ignore port setting [#40|(#40) (bzed)

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