diff --git a/CHANGELOG.md b/CHANGELOG.md index 70363108a..029a73e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.6.0] - 2018-03-21 + +### Summary +This is the last release that will support Puppet 3.x + +### Features +- Make management of /etc/pki directory optional ([MODULES-6068](https://tickets.puppetlabs.com/browse/MODULES-6068)) +- OSX 10.13 is now supported +- RHEL 7 AArch64 is now supported + +### Bug fixes +- Fix version tag on Amazon Linux ([MODULES-5637](https://tickets.puppetlabs.com/browse/MODULES-5637)) +- Stop all services prior to upgrading on Windows ([PE-23563](https://tickets.puppetlabs.com/browse/PE-23563)) +- Output token privileges for current user on Windows +- Update testing matrix +- Pin resources for Puppet 3.x compatibility ([MODULES-6708](https://tickets.puppetlabs.com/browse/MODULES-6708), [MODULES-6717](https://tickets.puppetlabs.com/browse/MODULES-6717)) +- Pin rspec-puppet to 2.6 due to bug in rspec-puppet ([MODULES-6717](https://tickets.puppetlabs.com/browse/MODULES-6717)) + ## [1.5.0] - 2017-11-29 ### Summary @@ -88,7 +106,7 @@ Carried-over from prior releases: ## [1.3.0] - 2016-10-19 ### Summary -The addition of several OS support features and a considerable amount of compatibility and bug fixes. +The addition of several OS support features and a considerable amount of compatibility and bug fixes. ### Known issues Carried-over from prior releases: @@ -163,7 +181,7 @@ in some environments. ## [1.1.0] - 2016-03-01 ### Summary -The addition of several OS support features and a considerable amount of compatibility and bug fixes. +The addition of several OS support features and a considerable amount of compatibility and bug fixes. ### Known issues While this release adds considerable features and bug fixes the following areas are known issues and require more work: diff --git a/metadata.json b/metadata.json index f56c30d1f..f2c371894 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-puppet_agent", - "version": "1.5.0", + "version": "1.6.0", "author": "puppetlabs", "summary": "Upgrades Puppet 3.7+ and All-In-One Puppet Agents", "license": "Apache-2.0", @@ -103,7 +103,7 @@ }, { "operatingsystem": "AIX", - "operatingsystemmajrelease": [ + "operatingsystemrelease": [ "5.3", "6.1", "7.1", @@ -116,7 +116,8 @@ "10.9", "10.10", "10.11", - "10.12" + "10.12", + "10.13" ] } ],