Skip to content

Commit

Permalink
Merge branch 'v2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed May 24, 2019
2 parents 948b2fb + 21de5cb commit a74e930
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Alan Jenkins <alan.christopher.jenkins@gmail.com>
Alessandro Lorenzi <alessandro@lm-net.it>
Alexander Schaber <a.schaber@cuegee.com>
Alexander Schaber <alexander@schaber.info>
Andrea Cervesato <andrea.cervesato@kqi.it>
Andreas Ntaflos <andreas.ntaflos@rise-world.com>
Andreas Paul <xorpaul@gmail.com>
Expand All @@ -27,6 +27,7 @@ Simon Hoenscheid <simon.hoenscheid@netways.de>
Stefan Kleindl <stefan.kleindl@rise-world.com>
Thomas Dalichow <thomas.dalichow@publicispixelpark.de>
Till Adam <till.adam@dm.de>
Tim Meusel <tim@bastelfreak.de>
Tom De Vylder <tom@penumbra.be>
Tomas Barton <barton.tomas@gmail.com>
Wyatt Alt <wyatt.alt@gmail.com>
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [v2.1.1](https://github.com/icinga/puppet-icinga2/tree/v2.1.1) (2019-05-24)
[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v2.1.0...v2.1.1)

**Implemented enhancements:**

- Rework travis batch and enable check for puppet 6 [\#560](https://github.com/Icinga/puppet-icinga2/issues/560)

**Fixed bugs:**

- Fix and update TESTING documentation [\#561](https://github.com/Icinga/puppet-icinga2/issues/561)
- Set default of all optional parameters in globals to undef [\#559](https://github.com/Icinga/puppet-icinga2/issues/559)
- Fact kernel on windows has to be lower case [\#556](https://github.com/Icinga/puppet-icinga2/issues/556)
- Fix some lint issues in api, idomysql, globals [\#553](https://github.com/Icinga/puppet-icinga2/issues/553)
- Fix tests for Puppet 6 [\#550](https://github.com/Icinga/puppet-icinga2/issues/550)
- Fix spec tests of icinga objects [\#549](https://github.com/Icinga/puppet-icinga2/issues/549)
- Fix spec tests for class pki [\#548](https://github.com/Icinga/puppet-icinga2/issues/548)
- Fix spec tests for feature idopgsql [\#547](https://github.com/Icinga/puppet-icinga2/issues/547)
- Fix spec tests for feature idomysql [\#546](https://github.com/Icinga/puppet-icinga2/issues/546)
- Fix spec test of feature api [\#545](https://github.com/Icinga/puppet-icinga2/issues/545)
- fix typo in README.md [\#544](https://github.com/Icinga/puppet-icinga2/pull/544) ([bastelfreak](https://github.com/bastelfreak))

## [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)

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

- 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)
- The puppet module does not validate the master's X.509 certificate [\#360](https://github.com/Icinga/puppet-icinga2/issues/360)

**Closed issues:**

- Windows service permissions and update-windows check [\#449](https://github.com/Icinga/puppet-icinga2/issues/449)

## [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 Down Expand Up @@ -403,6 +429,10 @@
- ido schema import dependency [\#237](https://github.com/Icinga/puppet-icinga2/issues/237)
- Using pki =\> "ca" can either cause incomplete deps or circular reference [\#236](https://github.com/Icinga/puppet-icinga2/issues/236)

**Closed issues:**

- Can't enable feature::idomysql without importing schema [\#241](https://github.com/Icinga/puppet-icinga2/issues/241)

**Merged pull requests:**

- enable setting of bind\_host and bind\_port for feature::api [\#243](https://github.com/Icinga/puppet-icinga2/pull/243) ([aschaber1](https://github.com/aschaber1))
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ This module supports:

And depends on:

* [puppetlabs/stdlib] >= 4.16.0 < 6.0.0
* [puppetlabs/stdlib] >= 4.16.0 < 7.0.0
* If Puppet 6 is used a stdlib 5.1 or higher is required, see https://github.com/Icinga/puppet-icinga2/issues/505
* [puppetlabs/concat] >= 2.1.0 < 6.0.0
* [puppetlabs/concat] >= 2.1.0 < 7.0.0

Depending on your setup following modules may also be required:

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{ "name": "puppet", "version_requirement": ">= 4.10.0 < 7.0.0" }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.16.0 < 6.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.1.0 < 6.0.0" }
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.16.0 < 7.0.0" },
{ "name": "puppetlabs/concat", "version_requirement": ">= 2.1.0 < 7.0.0" }
],
"data_provider": "hiera",
"operatingsystem_support": [
Expand Down

0 comments on commit a74e930

Please sign in to comment.