Skip to content

Commit

Permalink
Merge pull request #248 from hunner/bump_deps
Browse files Browse the repository at this point in the history
Bump stdlib to 4.5.0
  • Loading branch information
Morgan Haskel committed Feb 26, 2015
2 parents 6ba70b0 + da041cc commit c1eef64
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2015-xx-xx - Supported Release 4.0.0
### Summary
This release drops puppet 2.7 support and older stdlib support.

#### Backwards-incompatible changes
- UDLC (Undisciplined local clock) is now no longer enabled by default on anything (previous was enabled on non-virtual).
- Puppet 2.7 no longer supported
- puppetlabs-stdlib less than 4.5.0 no longer supported
- TODO: The `keys_file` parent directory is no longer managed by puppet

#### Features
- TODO

#### Bugfixes
- TODO

##2014-11-04 - Supported Release 3.3.0
###Summary

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": "3.x"
"version_requirement": ">= 3.7.0 < 4.0.0"
},
{
"name": "puppet",
Expand All @@ -90,6 +90,6 @@
],
"description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux and Gentoo.",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"}
{"name":"puppetlabs/stdlib","version_requirement":">= 4.5.0 < 5.0.0"}
]
}

0 comments on commit c1eef64

Please sign in to comment.