diff --git a/CHANGELOG.md b/CHANGELOG.md index 1488a343f..67faec9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Supported Release 4.1.1 +### Summary +This is a bugfix release to address security vulnerability CVE-2013-5211. + +#### Bugfixes +- Changes the default behavior to disable monitoring as part of the solution for CVE-2013-5211. + ## 2015-07-21 - Supported Release 4.1.0 ### Summary This release updates metadata to support new version of puppet enterprise, as well as new features, bugfixes, and test improvements. diff --git a/metadata.json b/metadata.json index d673bb833..8fb88de8a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,16 @@ { "name": "puppetlabs-ntp", - "version": "4.1.0", + "version": "4.1.1", "author": "Puppet Labs", "summary": "Installs, configures, and manages the NTP service.", "license": "Apache Version 2.0", "source": "https://github.com/puppetlabs/puppetlabs-ntp", "project_page": "https://github.com/puppetlabs/puppetlabs-ntp", "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", + "dependencies": [ + {"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 5.0.0"} + ], + "data_provider": null, "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -96,8 +100,5 @@ "version_requirement": ">= 3.0.0 < 5.0.0" } ], - "description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux and Gentoo.", - "dependencies": [ - {"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 5.0.0"} - ] + "description": "NTP Module for Debian, Ubuntu, CentOS, RHEL, OEL, Fedora, FreeBSD, ArchLinux and Gentoo." }