Skip to content

Commit d58e30b

Browse files
committed
Release 4.1.0 prep
1 parent ee1105b commit d58e30b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 2015-07-20 - Supported Release 4.1.0
2+
### Summary
3+
This release updates metadata to support new version of puppet enterprise, as well as new features, bugfixes, and test improvements.
4+
5+
#### Features
6+
- Adds support for Solaris 12
7+
- Adds support for Fedora 20, 21, 22
8+
9+
#### Bugfixes
10+
- Fix default configuration for Debian (MODULES-2087)
11+
- Fix to ensure log file is created before service starts
12+
- Fixes SLES params for SLES 10, 11, 12
13+
114
## 2015-05-26 - Supported Release 4.0.0
215
### Summary
316
This release drops puppet 2.7 support and older stdlib support. It also includes the addition of 12 new properties, as well as numerous bug fixes and other improvements.

metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-ntp",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the NTP service.",
66
"license": "Apache Version 2.0",
@@ -91,11 +91,11 @@
9191
"requirements": [
9292
{
9393
"name": "pe",
94-
"version_requirement": ">= 3.7.0 < 4.0.0"
94+
"version_requirement": ">= 3.7.0 < 2015.3.0"
9595
},
9696
{
9797
"name": "puppet",
98-
"version_requirement": "3.x"
98+
"version_requirement": ">= 3.0.0 < 5.0.0"
9999
}
100100
],
101101
"description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux and Gentoo.",

0 commit comments

Comments
 (0)