Showing with 10 additions and 3 deletions.
  1. +8 −0 CHANGELOG.md
  2. +1 −2 bolt_plugin.json
  3. +1 −1 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.2] - 2020-02-14

### Summary
Remove config from `bolt_plugin.json`.

### Bug fixes
- Removed unsupported `config` field from the `bolt_plugin.json` file.([#469](https://github.com/puppetlabs/puppetlabs-puppet_agent/pull/469))

## [3.0.1] - 2020-01-28

### Summary
Expand Down
3 changes: 1 addition & 2 deletions bolt_plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"hooks": {
"puppet_library": { "task": "puppet_agent::install" }
},
"config": { }
}
}
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-puppet_agent",
"version": "3.0.1",
"version": "3.0.2",
"author": "puppetlabs",
"summary": "Upgrades All-In-One Puppet Agents",
"license": "Apache-2.0",
Expand Down