Skip to content

Commit

Permalink
Release version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Apr 30, 2019
1 parent 5438bfa commit 7f0cb6e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v2.1.0](https://github.com/icinga/puppet-icinga2/tree/v2.1.0) (2019-04-30)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v2.0.2...v2.1.0)

**Implemented enhancements:**

- The puppet module does not validate the master's X.509 certificate [\#360](https://github.com/Icinga/puppet-icinga2/issues/360)
- Set the object file owner to root [\#533](https://github.com/Icinga/puppet-icinga2/pull/533) ([ekohl](https://github.com/ekohl))

**Fixed bugs:**

- Path on Windows does not work [\#542](https://github.com/Icinga/puppet-icinga2/issues/542)
- Documentation of default values for InfluxWriter is outdated [\#537](https://github.com/Icinga/puppet-icinga2/issues/537)

## [v2.0.2](https://github.com/icinga/puppet-icinga2/tree/v2.0.2) (2019-03-14)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v2.0.1...v2.0.2)

Expand All @@ -12,6 +25,11 @@

- Unable to define endpoint with custom port number [\#530](https://github.com/Icinga/puppet-icinga2/issues/530)

**Closed issues:**

- Failed to apply catalog: One or more resource dependency cycles [\#536](https://github.com/Icinga/puppet-icinga2/issues/536)
- icinga2 pki request does not invoke JSON RPC request [\#531](https://github.com/Icinga/puppet-icinga2/issues/531)

**Merged pull requests:**

- fix typos in documentation [\#529](https://github.com/Icinga/puppet-icinga2/pull/529) ([aschaber1](https://github.com/aschaber1))
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": "icinga-icinga2",
"version": "2.0.2",
"version": "2.1.0",
"author": "Icinga Development Team",
"summary": "Icinga 2 Puppet Module",
"license": "Apache-2.0",
Expand Down

0 comments on commit 7f0cb6e

Please sign in to comment.