Skip to content

Latest commit

 

History

History
153 lines (123 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

153 lines (123 loc) · 6.19 KB

ntp Cookbook CHANGELOG

This file is used to list changes made in each version of the ntp cookbook.

v1.8.4 (2015-04-17)

  • PR #102 - Update leapseconds file to 3660249600 (through C49)
  • Gemfile parity with ChefDK 0.5.1
  • .kitchen.yml platform updates to current bento boxes

v1.8.4 (2015-04-17)

v1.8.2 (2015-04-15)

  • PR #100 - Sort peers & servers for consistency

v1.8.0 (2015-04-13)

  • Chefspec 4.0 updates
  • Rubocop updates
  • PR #85 - Update leapseconds for June 2015 leapsecond
  • PR #70 - Allow setting tinker options in attributes
  • PR #84 - Add attributes for tinker option customization
  • PR #88 - Attribute sets noquery for localhost lines
  • PR #89 - ntp.leapseconds notifies ntp service with delayed restart
  • PR #91 - Allow ntp.conf update to restart immediate
  • PR #95 - Add preferred ntp server support
  • PR #96 - Add restrict default attribute
  • PR #72 - Move high stratum real CMOs to an attribute
  • PR #98 - Bump test-kitchen gem version
  • PR #99 - Lazy attribute for leapfile_enabled

v1.7.0 (2014-12-10)

  • Added CentOS 7 support for test-kitchen
  • PR #37 - Check that apparmor exists before enabling service
  • PR #45 - Statistics logging switch (not available for Windows)
  • PR #57 - Move include statement on helper outside 'windows?' check
  • PR #71 - Ability to listen more than one interface
  • PR #73 - Fix appamor configuration for Ubuntu
  • PR #74 - Remove is_server from example
  • PR #75 - Add more settings for server and peer declarations
  • PR #83 - Fix apparmor spec tests

v1.6.8 (2014-12-04)

  • PR #81 - Update to berkshelf3

v1.6.6 (2014-12-02)

  • PR #76 - Overhauled Testing
  • PR #68 - Updated Leapseconds
  • PR #51 - Berksfile source deprecation

v1.6.5 (2014-09-25)

  • Ensure that ntp version is captured

v1.6.4 (2014-07-02)

  • Leapseconds File Expired, update to 3626380800
  • COOK-3887 - Trivial changes to achieve Gentoo support
  • COOK-1876 - ntp leapfile assumes ntpd >= 4.2.6 syntax

v1.6.2 (2014-03-19)

  • [COOK-4162] - change "No NTP servers specified" message to :debug

v1.6.0 (2014-02-21)

Improvement

Bug

  • COOK-4106 - Check for default content in ntp.conf
  • COOK-4087 - quote option in readme
  • COOK-3797 - Cookbook fails to upload due to 1.9.x syntax
  • COOK-3023 - NTP leapseconds file denied by Ubuntu apparmor profile

v1.5.4 (2013-12-29)

[COOK-4007]- update to 3612902400

v1.5.2

Bug

v1.5.0

Improvement

New Feature

  • COOK-3636 - Allow ntp cookbook to update clock to ntp servers

Bug

  • COOK-3410 - Remove redundant ntpdate/disable recipes
  • COOK-1170 - Allow redefining NTP servers in a role

v1.4.0

Improvement

  • COOK-3365 - Update ntp leapseconds file to version 3597177600
  • COOK-1674 - Add Windows support

v1.3.2

  • [COOK-2024] - update leapfile for IERS Bulletin C

v1.3.0

  • [COOK-1404] - add leapfile for handling leap seconds

v1.2.0

  • [COOK-1184] - Add recipe to disable NTP completely
  • [COOK-1298] - Refactor into a reference cookbook for testing

v1.1.8

  • [COOK-1158] - RHEL family >= 6 has ntpdate package

v1.1.6

  • Related to changes in COOK-1124, fix group for freebsd and else

v1.1.4

  • [COOK-1124] - parameterised driftfile and statsdir to be configurable by platform

v1.1.2

  • [COOK-952] - freebsd support
  • [COOK-949] - check for any virtual system not just vmware

v1.1.0

  • Fixes COOK-376 (use LAN peers, iburst option, LAN restriction attribute)

v1.0.1

  • Support scientific linux
  • Use service name attribute in resource (fixes EL derivatives)