Skip to content

Commit 830ff00

Browse files
author
Lennart Betz
committed
Release version 3.10.1
1 parent 12cfb59 commit 830ff00

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
11
# Changelog
22

3+
## [v3.10.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.10.1) (2023-12-08)
4+
5+
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.10.0...v3.10.1)
6+
7+
**Fixed bugs:**
8+
9+
- Parameters host and port are optional for resource::database [\#397](https://github.com/Icinga/puppet-icingaweb2/pull/397) ([lbetz](https://github.com/lbetz))
10+
311
## [v3.10.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.10.0) (2023-11-21)
412

513
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.9.1...v3.10.0)
614

715
**Implemented enhancements:**
816

9-
- Backport default_auth_backend param to name or disable default authentication [\#395](https://github.com/Icinga/puppet-icingaweb2/pull/395) ([lbetz](https://github.com/lbetz))
17+
- Drop support of Icinga Web 2 older than v2.9.0 [\#382](https://github.com/Icinga/puppet-icingaweb2/issues/382)
18+
- Drop Puppet 6 Support [\#365](https://github.com/Icinga/puppet-icingaweb2/issues/365)
19+
- Move more defaults to data in module [\#301](https://github.com/Icinga/puppet-icingaweb2/issues/301)
20+
- Background daemons of modules are not optional, so should not be treated like that in Puppet module [\#281](https://github.com/Icinga/puppet-icingaweb2/issues/281)
21+
- Backport default\_auth\_backend param to name or disable default authentication [\#395](https://github.com/Icinga/puppet-icingaweb2/pull/395) ([lbetz](https://github.com/lbetz))
1022

1123
**Fixed bugs:**
1224

13-
- Backport fix missing monitoring module settings [\392](https://github.com/Icinga/puppet-icingaweb2/pull/392) ([lbetz](https://github.com/lbetz))
14-
- Backport fix missing icingadb module settings [\393](https://github.com/Icinga/puppet-icingaweb2/pull/393) ([lbetz](https://github.com/lbetz))
25+
- Backport fix missing icingadb settings [\#393](https://github.com/Icinga/puppet-icingaweb2/pull/393) ([lbetz](https://github.com/lbetz))
26+
- Backport fix missing monitoring module settings [\#392](https://github.com/Icinga/puppet-icingaweb2/pull/392) ([lbetz](https://github.com/lbetz))
27+
28+
**Closed issues:**
29+
30+
- Fix Deprecation-Warning [\#381](https://github.com/Icinga/puppet-icingaweb2/issues/381)
1531

1632
## [v3.9.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.1) (2023-09-28)
1733

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icinga-icingaweb2",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
44
"author": "Icinga Team",
55
"summary": "Icinga Web 2 Puppet Module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)