Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0-rc1 release. #81

Merged
merged 3 commits into from
Aug 9, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
2013-07-31 - Version 2.0.0

Summary:

The 2.0 release focuses on merging all the distro specific
templates into a single reusable template across all platforms.

To aid in that goal we now allow you to change the driftfile,
ntp keys, and perferred_servers.

Backwards-incompatible changes:

As all the distro specific templates have been removed and a
unified one created you may be missing functionality you
previously relied on. Please test carefully before rolling
out globally.

Configuration directives that might possibly be affected:
- `filegen`
- `fudge` (for virtual machines)
- `keys`
- `logfile`
- `restrict`
- `restrictkey`
- `statistics`
- `trustedkey`

Features:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually like to add a "Backwards-incompatible changes" section, assuming that "features" and "bugfixes" are backwards-compatible.

It just makes it easier for someone at a glance to see if they will be impacted by the 1->2 change.

- All templates merged into a single template.
- NTP Keys support added.
- Add preferred servers support.
- Parameters in `ntp` class:
- `driftfile`: path for the ntp driftfile.
- `keys_enable`: Enable NTP keys feature.
- `keys_file`: Path for the NTP keys file.
- `keys_trusted`: Which keys to trust.
- `keys_controlkey`: Which key to use for the control key.
- `keys_requestkey`: Which key to use for the request key.
- `preferred_servers`: Array of servers to prefer.
- `restrict`: Array of restriction options to apply.

2013-07-15 - Version 1.0.1
Bugfixes:
- Fix deprecated warning in `autoupdate` parameter.
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'puppetlabs-ntp'
version '1.0.1'
version '2.0.0-rc1'
source 'git://github.com/puppetlabs/puppetlabs-ntp'
author 'Puppet Labs'
license 'Apache Version 2.0'
Expand Down