Skip to content

Commit 40ac39c

Browse files
author
Lennart Betz
committed
Release version 3.10.0
1 parent f6898ff commit 40ac39c

File tree

2 files changed

+54
-5
lines changed

2 files changed

+54
-5
lines changed

CHANGELOG.md

Lines changed: 53 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [v3.10.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.10.0) (2023-11-21)
4+
5+
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.9.1...v3.10.0)
6+
7+
**Implemented enhancements:**
8+
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))
10+
11+
**Fixed bugs:**
12+
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))
215

316
## [v3.9.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.1) (2023-09-28)
17+
418
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.9.0...v3.9.1)
519

620
**Fixed bugs:**
721

822
- Add manage\_package param to do not manage removed icingaweb2-module-monitoring package on Debian and Ubuntu [\#368](https://github.com/Icinga/puppet-icingaweb2/issues/368)
923

1024
## [v3.9.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.0) (2023-07-21)
25+
1126
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.8.0...v3.9.0)
1227

1328
**Implemented enhancements:**
@@ -31,6 +46,7 @@
3146
- Pin concurrent-ruby temporary to less than 1.2.0 [\#359](https://github.com/Icinga/puppet-icingaweb2/pull/359) ([lbetz](https://github.com/lbetz))
3247

3348
## [v3.8.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.8.0) (2023-03-10)
49+
3450
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.3...v3.8.0)
3551

3652
**Implemented enhancements:**
@@ -42,6 +58,7 @@
4258
- Add parameter for additinal resources to class icingaweb2 [\#351](https://github.com/Icinga/puppet-icingaweb2/pull/351) ([lbetz](https://github.com/lbetz))
4359

4460
## [v3.7.3](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.3) (2023-03-05)
61+
4562
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.2...v3.7.3)
4663

4764
**Fixed bugs:**
@@ -53,6 +70,7 @@
5370
- icingaweb2 2.11.4 changed package layout, breaks icingaweb2::module::monitoring [\#349](https://github.com/Icinga/puppet-icingaweb2/issues/349)
5471

5572
## [v3.7.2](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.2) (2023-01-28)
73+
5674
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.1...v3.7.2)
5775

5876
**Implemented enhancements:**
@@ -64,13 +82,15 @@
6482
- Fix compatibility for db schema imports in Icinga Web 2 2.11.4 [\#347](https://github.com/Icinga/puppet-icingaweb2/pull/347) ([lbetz](https://github.com/lbetz))
6583

6684
## [v3.7.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.1) (2023-01-23)
85+
6786
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.0...v3.7.1)
6887

6988
**Fixed bugs:**
7089

7190
- Fix broken idempotency when importing any db schema [\#345](https://github.com/Icinga/puppet-icingaweb2/pull/345) ([lbetz](https://github.com/lbetz))
7291

7392
## [v3.7.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.0) (2023-01-22)
93+
7494
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.6.1...v3.7.0)
7595

7696
**Implemented enhancements:**
@@ -88,6 +108,7 @@
88108
- Protect module classes against undefined variables [\#339](https://github.com/Icinga/puppet-icingaweb2/issues/339)
89109

90110
## [v3.6.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.6.1) (2023-01-15)
111+
91112
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.6.0...v3.6.1)
92113

93114
**Fixed bugs:**
@@ -100,6 +121,7 @@
100121
- Set module to absent should only disable the module [\#338](https://github.com/Icinga/puppet-icingaweb2/pull/338) ([lbetz](https://github.com/lbetz))
101122

102123
## [v3.6.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.6.0) (2023-01-06)
124+
103125
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.5.0...v3.6.0)
104126

105127
**Implemented enhancements:**
@@ -119,6 +141,7 @@
119141
- Add icingadb module [\#332](https://github.com/Icinga/puppet-icingaweb2/pull/332) ([mwaldmueller](https://github.com/mwaldmueller))
120142

121143
## [v3.5.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.5.0) (2022-10-15)
144+
122145
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.4.1...v3.5.0)
123146

124147
**Implemented enhancements:**
@@ -132,6 +155,7 @@
132155
- Add TLS support to connect mysql database [\#312](https://github.com/Icinga/puppet-icingaweb2/issues/312)
133156

134157
## [v3.4.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.4.1) (2022-07-26)
158+
135159
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.4.0...v3.4.1)
136160

137161
**Fixed bugs:**
@@ -140,6 +164,7 @@
140164
- Fix limitations in the documentation [\#320](https://github.com/Icinga/puppet-icingaweb2/issues/320)
141165

142166
## [v3.4.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.4.0) (2022-05-10)
167+
143168
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.3.0...v3.4.0)
144169

145170
**Implemented enhancements:**
@@ -149,6 +174,7 @@
149174
- Parameter module\_path does not allow more than one path [\#317](https://github.com/Icinga/puppet-icingaweb2/issues/317)
150175

151176
## [v3.3.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.3.0) (2022-03-09)
177+
152178
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.4...v3.3.0)
153179

154180
**Implemented enhancements:**
@@ -164,27 +190,31 @@
164190
- fix vspheredb service with 1.2.x [\#314](https://github.com/Icinga/puppet-icingaweb2/pull/314) ([dgoetz](https://github.com/dgoetz))
165191

166192
## [v3.2.4](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.4) (2022-01-29)
193+
167194
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.3...v3.2.4)
168195

169196
**Fixed bugs:**
170197

171198
- Add parameter AddCGIPassAuth to Apache config [\#308](https://github.com/Icinga/puppet-icingaweb2/pull/308) ([RincewindsHat](https://github.com/RincewindsHat))
172199

173200
## [v3.2.3](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.3) (2022-01-13)
201+
174202
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.2...v3.2.3)
175203

176204
**Fixed bugs:**
177205

178206
- Import schema does not work for postgresql [\#306](https://github.com/Icinga/puppet-icingaweb2/issues/306)
179207

180208
## [v3.2.2](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.2) (2022-01-05)
209+
181210
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.1...v3.2.2)
182211

183212
**Fixed bugs:**
184213

185214
- Do not force permissions of module config directories [\#305](https://github.com/Icinga/puppet-icingaweb2/issues/305)
186215

187216
## [v3.2.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.1) (2021-12-03)
217+
188218
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.1.0...v3.2.1)
189219

190220
**Implemented enhancements:**
@@ -202,6 +232,7 @@
202232
- Typo fix [\#296](https://github.com/Icinga/puppet-icingaweb2/pull/296) ([Rubueno](https://github.com/Rubueno))
203233

204234
## [v3.1.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.1.0) (2021-06-18)
235+
205236
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.0.1...v3.1.0)
206237

207238
**Implemented enhancements:**
@@ -223,13 +254,15 @@
223254
- Fix typo in example [\#287](https://github.com/Icinga/puppet-icingaweb2/pull/287) ([mj](https://github.com/mj))
224255

225256
## [v3.0.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.0.1) (2020-11-16)
257+
226258
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.0.0...v3.0.1)
227259

228260
**Fixed bugs:**
229261

230262
- add mssql, oci, oracle, ibmi and sqlite as new db\_types for resources [\#278](https://github.com/Icinga/puppet-icingaweb2/pull/278) ([lbetz](https://github.com/lbetz))
231263

232264
## [v3.0.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.0.0) (2020-10-14)
265+
233266
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.4.1...v3.0.0)
234267

235268
**Implemented enhancements:**
@@ -238,23 +271,24 @@
238271
- Replace class repo with new class from module icinga [\#260](https://github.com/Icinga/puppet-icingaweb2/issues/260)
239272

240273
## [v2.4.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.4.1) (2020-08-31)
274+
241275
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.4.0...v2.4.1)
242276

243277
**Fixed bugs:**
244278

245279
- Release defined resource commandtransport from private [\#264](https://github.com/Icinga/puppet-icingaweb2/issues/264)
246280
- fix icingaweb2::module::director::service systemd::unit\_file param name error [\#273](https://github.com/Icinga/puppet-icingaweb2/pull/273) ([jhoblitt](https://github.com/jhoblitt))
247-
- fix travis-ci failures [\#270](https://github.com/Icinga/puppet-icingaweb2/pull/270) ([jhoblitt](https://github.com/jhoblitt))
248281

249282
**Closed issues:**
250283

251284
- icingaweb2::module::director::service systemd::unit\_file param name error [\#272](https://github.com/Icinga/puppet-icingaweb2/issues/272)
252285
- travis-ci rubocop check is failing on master [\#271](https://github.com/Icinga/puppet-icingaweb2/issues/271)
253-
- travis-ci `check:git\_ignore` check is failing on master [\#269](https://github.com/Icinga/puppet-icingaweb2/issues/269)
286+
- travis-ci `check:git_ignore` check is failing on master [\#269](https://github.com/Icinga/puppet-icingaweb2/issues/269)
254287
- manage business process source files [\#265](https://github.com/Icinga/puppet-icingaweb2/issues/265)
255288
- Update Package version [\#262](https://github.com/Icinga/puppet-icingaweb2/issues/262)
256289

257290
## [v2.4.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.4.0) (2020-07-06)
291+
258292
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.3.1...v2.4.0)
259293

260294
**Implemented enhancements:**
@@ -289,6 +323,7 @@
289323
- Remove parameter fastcgi\_script [\#243](https://github.com/Icinga/puppet-icingaweb2/pull/243) ([dhoppe](https://github.com/dhoppe))
290324

291325
## [v2.3.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.3.1) (2019-06-25)
326+
292327
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.3.0...v2.3.1)
293328

294329
**Implemented enhancements:**
@@ -301,6 +336,7 @@
301336
- config: Let cookie\_path be undef by default [\#237](https://github.com/Icinga/puppet-icingaweb2/pull/237) ([lazyfrosch](https://github.com/lazyfrosch))
302337

303338
## [v2.3.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.3.0) (2019-05-20)
339+
304340
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.2.0...v2.3.0)
305341

306342
**Implemented enhancements:**
@@ -327,6 +363,7 @@
327363
- Avoid duplicate inisection declarations [\#215](https://github.com/Icinga/puppet-icingaweb2/pull/215) ([johanfleury](https://github.com/johanfleury))
328364

329365
## [v2.2.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.2.0) (2018-05-14)
366+
330367
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.1.0...v2.2.0)
331368

332369
**Implemented enhancements:**
@@ -342,6 +379,7 @@
342379
- Add param for IDO DB charset [\#208](https://github.com/Icinga/puppet-icingaweb2/pull/208) ([marcofl](https://github.com/marcofl))
343380

344381
## [v2.1.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.1.0) (2018-01-23)
382+
345383
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.0.1...v2.1.0)
346384

347385
**Implemented enhancements:**
@@ -371,6 +409,7 @@
371409
- Fix protected\_customvars bugs and papercuts [\#186](https://github.com/Icinga/puppet-icingaweb2/pull/186) ([olasd](https://github.com/olasd))
372410

373411
## [v2.0.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.0.1) (2017-12-28)
412+
374413
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.0.0...v2.0.1)
375414

376415
**Implemented enhancements:**
@@ -383,6 +422,7 @@
383422
- Fix typos on README.md [\#184](https://github.com/Icinga/puppet-icingaweb2/pull/184) ([Tokynet](https://github.com/Tokynet))
384423

385424
## [v2.0.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.0.0) (2017-10-11)
425+
386426
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.6...v2.0.0)
387427

388428
**Implemented enhancements:**
@@ -515,28 +555,37 @@
515555
- Allow multiple commandtransports [\#157](https://github.com/Icinga/puppet-icingaweb2/pull/157) ([baurmatt](https://github.com/baurmatt))
516556

517557
## [1.0.6](https://github.com/icinga/puppet-icingaweb2/tree/1.0.6) (2015-11-10)
558+
518559
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.5...1.0.6)
519560

520561
## [1.0.5](https://github.com/icinga/puppet-icingaweb2/tree/1.0.5) (2015-08-04)
562+
521563
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.4...1.0.5)
522564

523565
## [1.0.4](https://github.com/icinga/puppet-icingaweb2/tree/1.0.4) (2015-06-24)
566+
524567
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.3...1.0.4)
525568

526569
**Merged pull requests:**
527570

528571
- Add support for Scientific Linux in Yum repo [\#16](https://github.com/Icinga/puppet-icingaweb2/pull/16) ([joshbeard](https://github.com/joshbeard))
529572

530573
## [1.0.3](https://github.com/icinga/puppet-icingaweb2/tree/1.0.3) (2015-05-07)
574+
531575
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.2...1.0.3)
532576

533577
## [1.0.2](https://github.com/icinga/puppet-icingaweb2/tree/1.0.2) (2015-05-07)
578+
534579
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.1...1.0.2)
535580

536581
## [1.0.1](https://github.com/icinga/puppet-icingaweb2/tree/1.0.1) (2015-05-07)
582+
537583
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.0...1.0.1)
538584

539585
## [1.0.0](https://github.com/icinga/puppet-icingaweb2/tree/1.0.0) (2015-05-07)
586+
587+
[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/6bc7b1ede693cebd8d86ed2ec15164ce315ac7bd...1.0.0)
588+
540589
**Implemented enhancements:**
541590

542591
- \[dev.icinga.com \#9158\] Add module graphite [\#55](https://github.com/Icinga/puppet-icingaweb2/issues/55)
@@ -550,4 +599,4 @@
550599

551600

552601

553-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
602+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

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.9.1",
3+
"version": "3.10.0",
44
"author": "Icinga Team",
55
"summary": "Icinga Web 2 Puppet Module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)