Skip to content

Commit

Permalink
Bump stdlib to 4.5.0
Browse files Browse the repository at this point in the history
PE 3.7.0 is free of vendored modules chains, so we like that release.
And we like newer stdlib
  • Loading branch information
hunner committed Feb 26, 2015
1 parent b214c79 commit 15954bb
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.
- 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 15954bb

Please sign in to comment.