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

Adds "Release Notes/Known Bugs" to Changelog, updates file format to markdown, standardizes the format of previous entries #136

Merged
merged 1 commit into from
Mar 3, 2014
Merged
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
95 changes: 57 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,37 @@
## 2014-02-13 Release 3.0.2
###Summary:
##2014-03-04 - Supported Release 3.0.x
###Summary

####Features

####Bugfixes

####Known Bugs
* No known bugs


## 2014-02-13 - Release 3.0.2
###Summary

No functional changes: Update the README and allow custom gem sources.

## 2013-12-17 Release 3.0.1
### Summary:
## 2013-12-17 - Release 3.0.1
### Summary

Work around a packaging bug with symlinks, no other functional changes.

## 2013-12-13 Release 3.0.0
### Summary:
## 2013-12-13 - Release 3.0.0
### Summary

Final release of 3.0, enjoy!


## 2013-10-14 - Version 3.0.0-rc1

### Summary:
###Summary

This release changes the behavior of restrict and adds AIX osfamily support.

### Backwards-incompatible Changes:
####Backwards-incompatible Changes:

`restrict` no longer requires you to pass in parameters as:

Expand All @@ -31,37 +43,39 @@ restrict => [ 'x', 'y' ]

As the template now prefixes each line with restrict.

Features:
####Features
- Change the behavior of `restrict` so you no longer need the restrict
keyword.
- Add `udlc` parameter to enable undisciplined local clock regardless of the
machines status as a virtual machine.
- Add AIX support.

Fixes:
####Fixes
- Use class{} instead of including and then anchoring. (style)
- Extend Gentoo coverage to Facter 1.7.

2013-09-05 - Version 2.0.1
---
##2013-09-05 - Version 2.0.1

Summary:
###Summary

Correct the LICENSE file.

Bugfixes:
####Bugfixes
- Add in the appropriate year and name in LICENSE.

2013-07-31 - Version 2.0.0

Summary:
##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:
####Backwards-incompatible changes

As all the distro specific templates have been removed and a
unified one created you may be missing functionality you
Expand All @@ -78,37 +92,42 @@ Configuration directives that might possibly be affected:
- `statistics`
- `trustedkey`

Features:
####Features:
- 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:
- `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.
- Correctly quote is_virtual fact.

2013-07-08 - Version 1.0.0
Features:

##2013-07-08 - Version 1.0.0
####Features
- Completely refactored to split across several classes.
- rspec-puppet tests rewritten to cover more options.
- rspec-system tests added.
- ArchLinux handled via osfamily instead of special casing.
- parameters in `ntp` class:
- `autoupdate`: deprecated in favor of directly setting package_ensure.
- `panic`: set to false if you wish to allow large clock skews.

2011-11-10 Dan Bode <[email protected]> - 0.0.4
Add Amazon Linux as a supported platform
Add unit tests
2011-06-16 Jeff McCune <[email protected]> - 0.0.3
Initial release under puppetlabs
- `autoupdate`: deprecated in favor of directly setting package_ensure.
- `panic`: set to false if you wish to allow large clock skews.

---
##2011-11-10 Dan Bode <[email protected]> - 0.0.4
* Add Amazon Linux as a supported platform
* Add unit tests


##2011-06-16 Jeff McCune <[email protected]> - 0.0.3
* Initial release under puppetlabs