From 29eca1c6290be881e27bf11186121378b41a75c1 Mon Sep 17 00:00:00 2001 From: "Sean P. McDonald" Date: Thu, 17 Jan 2019 11:35:53 -0800 Subject: [PATCH] (packaging) Changelog/Metadata updates for 2.0.1 --- CHANGELOG.md | 14 ++++++++++++++ metadata.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1123135d4..090cc1cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.0.1] - 2019-01-17 + +### Summary +New Installation tasks using [Bolt](https://github.com/puppetlabs/bolt), Updated module deps, Migration from +batch to powershell for windows upgrades + +### Features +- Bolt task installations +- Updated module dependencies +- Powershell scripts for Windows upgrades + +### Bug fixes +- Windows installations now recover service state on failed upgrades + ## [1.7.0] - 2018-09-18 ### Summary diff --git a/metadata.json b/metadata.json index 94c7c90b8..a852da1d7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-puppet_agent", - "version": "1.7.0", + "version": "2.0.1", "author": "puppetlabs", "summary": "Upgrades Puppet 3.7+ and All-In-One Puppet Agents", "license": "Apache-2.0",