Showing with 8 additions and 3 deletions.
  1. +6 −1 CHANGELOG.md
  2. +1 −1 manifests/repo.pp
  3. +1 −1 metadata.json
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ Changelog
=========

## Unreleased
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.2.0...HEAD)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.2.1...HEAD)

## [v3.2.1](https://github.com/pcfens/puppet-filebeat/tree/v3.2.1)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.2.0...v3.2.1)

- Fetch the suse repository signing key over https [\#176](https://github.com/pcfens/puppet-filebeat/issues/176)

## [v3.2.0](https://github.com/pcfens/puppet-filebeat/tree/v3.2.0)
[Full Changelog](https://github.com/pcfens/puppet-filebeat/compare/v3.1.0...v3.2.0)
Expand Down
2 changes: 1 addition & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
autorefresh => 1,
name => 'beats',
gpgcheck => 1,
gpgkey => 'http://packages.elastic.co/GPG-KEY-elasticsearch',
gpgkey => 'https://packages.elastic.co/GPG-KEY-elasticsearch',
type => 'yum',
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcfens-filebeat",
"version": "3.2.0",
"version": "3.2.1",
"author": "pcfens",
"summary": "A module to install and manage the filebeat log shipper",
"license": "Apache-2.0",
Expand Down