From 7f0cb6e8c8cc96741db53e90003f2bceb2718ff8 Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Tue, 30 Apr 2019 10:27:02 +0200 Subject: [PATCH] Release version 2.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094127d30..88a9eed46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) diff --git a/metadata.json b/metadata.json index 138d94a74..c433d1ed8 100644 --- a/metadata.json +++ b/metadata.json @@ -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",