Skip to content

Commit 340eb0c

Browse files
authored
Merge pull request #446 from Dorin-Pleava/master
(maint) Release prep for 2.2.1
2 parents c73b5c8 + 278d81e commit 340eb0c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
4+
## [2.2.1] - 2019-10-21
5+
6+
### Summary
7+
Support for Debian 10, Linux Mint, Amazon Linux 2. Stop puppet agent service after install. Puppet_agent task as a plugin.
8+
9+
### Features
10+
- Debian 10 amd64 support
11+
- Linux Mint Support
12+
- Amazon Linux 2 support ([MODULES-9981](https://tickets.puppetlabs.com/browse/MODULES-9981))
13+
- Update facts module used for testing install task ([MODULES-9698](https://tickets.puppetlabs.com/browse/MODULES-9698))
14+
- Add option to stop the puppet agent service after install ([GH-1204](https://tickets.puppetlabs.com/browse/GH-1204))
15+
- Added task to check commit messages
16+
- Make the puppet_agent task available as a plugin
17+
18+
### Bug fixes
19+
- Failed puppet agent upgrade prevents future upgrading because of locked .pid file ([MODULES-9497](https://tickets.puppetlabs.com/browse/MODULES-9497)
20+
- Update bash implementation metadata to require facts implementation
21+
- Add bolt team as codeowners
22+
- Cached Catalog on Windows not idempotent ([MODULES-9846](https://tickets.puppetlabs.com/browse/MODULES-9846))
23+
- Fix failing tests due to rspec changes
24+
425
## [2.2.0] - 2019-08-05
526

627
### Summary

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppet_agent",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"author": "puppetlabs",
55
"summary": "Upgrades All-In-One Puppet Agents",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)