Skip to content

Commit 8fd2e9d

Browse files
authored
Merge pull request #391 from puppetlabs/release
Release 6.1.0 mergeback
2 parents ae03b33 + 4eb3b83 commit 8fd2e9d

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## Supported Release 6.1.0
2+
### Summary
3+
4+
This release adds support for internationalization of the module. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release.
5+
6+
#### Features
7+
- Addition of POT file for metadata translation for i18n.
8+
- Multiple Gemfile updates for Ruby and Gems support.
9+
- (MODULES-4225) Addition of Puppet strings to the ntp module.
10+
- Implements beaker module install helper and cleanup spec helper acceptance.rb.
11+
- (MODULES-4414) Allow NTP statistics if requested.
12+
- (MODULES-4278) Addition of noselect feature.
13+
- Addition of 'pool' parameter.
14+
- Addition of Ubuntu Xenial Support.
15+
16+
#### Bugfixes
17+
- Huge readme updates for adding tags to private classes, edits for localization and general cleanups.
18+
- (MODULES-3397) Fix of the default Solaris settings.
19+
- Changed 'service_ensure' data type to Enum.
20+
- (MODULES-3396) remove superfluous empty lines in ntp.conf.
21+
- (MODULES-4528) Replace Puppet.version.to_f version comparison from spec helper.
22+
- Solaris data that was the wrong way round now fixed.
23+
124
## Supported Releases 5.0.0 and 6.0.0
225
### Summary
326

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-ntp",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"author": "Puppet Labs",
55
"summary": "Installs, configures, and manages the NTP service.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)