|
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)) |
2 | 15 |
|
3 | 16 | ## [v3.9.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.1) (2023-09-28) |
| 17 | + |
4 | 18 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.9.0...v3.9.1) |
5 | 19 |
|
6 | 20 | **Fixed bugs:** |
7 | 21 |
|
8 | 22 | - 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) |
9 | 23 |
|
10 | 24 | ## [v3.9.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.9.0) (2023-07-21) |
| 25 | + |
11 | 26 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.8.0...v3.9.0) |
12 | 27 |
|
13 | 28 | **Implemented enhancements:** |
|
31 | 46 | - Pin concurrent-ruby temporary to less than 1.2.0 [\#359](https://github.com/Icinga/puppet-icingaweb2/pull/359) ([lbetz](https://github.com/lbetz)) |
32 | 47 |
|
33 | 48 | ## [v3.8.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.8.0) (2023-03-10) |
| 49 | + |
34 | 50 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.3...v3.8.0) |
35 | 51 |
|
36 | 52 | **Implemented enhancements:** |
|
42 | 58 | - Add parameter for additinal resources to class icingaweb2 [\#351](https://github.com/Icinga/puppet-icingaweb2/pull/351) ([lbetz](https://github.com/lbetz)) |
43 | 59 |
|
44 | 60 | ## [v3.7.3](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.3) (2023-03-05) |
| 61 | + |
45 | 62 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.2...v3.7.3) |
46 | 63 |
|
47 | 64 | **Fixed bugs:** |
|
53 | 70 | - icingaweb2 2.11.4 changed package layout, breaks icingaweb2::module::monitoring [\#349](https://github.com/Icinga/puppet-icingaweb2/issues/349) |
54 | 71 |
|
55 | 72 | ## [v3.7.2](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.2) (2023-01-28) |
| 73 | + |
56 | 74 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.1...v3.7.2) |
57 | 75 |
|
58 | 76 | **Implemented enhancements:** |
|
64 | 82 | - 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)) |
65 | 83 |
|
66 | 84 | ## [v3.7.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.1) (2023-01-23) |
| 85 | + |
67 | 86 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.0...v3.7.1) |
68 | 87 |
|
69 | 88 | **Fixed bugs:** |
70 | 89 |
|
71 | 90 | - Fix broken idempotency when importing any db schema [\#345](https://github.com/Icinga/puppet-icingaweb2/pull/345) ([lbetz](https://github.com/lbetz)) |
72 | 91 |
|
73 | 92 | ## [v3.7.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.0) (2023-01-22) |
| 93 | + |
74 | 94 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.6.1...v3.7.0) |
75 | 95 |
|
76 | 96 | **Implemented enhancements:** |
|
88 | 108 | - Protect module classes against undefined variables [\#339](https://github.com/Icinga/puppet-icingaweb2/issues/339) |
89 | 109 |
|
90 | 110 | ## [v3.6.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.6.1) (2023-01-15) |
| 111 | + |
91 | 112 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.6.0...v3.6.1) |
92 | 113 |
|
93 | 114 | **Fixed bugs:** |
|
100 | 121 | - Set module to absent should only disable the module [\#338](https://github.com/Icinga/puppet-icingaweb2/pull/338) ([lbetz](https://github.com/lbetz)) |
101 | 122 |
|
102 | 123 | ## [v3.6.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.6.0) (2023-01-06) |
| 124 | + |
103 | 125 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.5.0...v3.6.0) |
104 | 126 |
|
105 | 127 | **Implemented enhancements:** |
|
119 | 141 | - Add icingadb module [\#332](https://github.com/Icinga/puppet-icingaweb2/pull/332) ([mwaldmueller](https://github.com/mwaldmueller)) |
120 | 142 |
|
121 | 143 | ## [v3.5.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.5.0) (2022-10-15) |
| 144 | + |
122 | 145 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.4.1...v3.5.0) |
123 | 146 |
|
124 | 147 | **Implemented enhancements:** |
|
132 | 155 | - Add TLS support to connect mysql database [\#312](https://github.com/Icinga/puppet-icingaweb2/issues/312) |
133 | 156 |
|
134 | 157 | ## [v3.4.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.4.1) (2022-07-26) |
| 158 | + |
135 | 159 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.4.0...v3.4.1) |
136 | 160 |
|
137 | 161 | **Fixed bugs:** |
|
140 | 164 | - Fix limitations in the documentation [\#320](https://github.com/Icinga/puppet-icingaweb2/issues/320) |
141 | 165 |
|
142 | 166 | ## [v3.4.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.4.0) (2022-05-10) |
| 167 | + |
143 | 168 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.3.0...v3.4.0) |
144 | 169 |
|
145 | 170 | **Implemented enhancements:** |
|
149 | 174 | - Parameter module\_path does not allow more than one path [\#317](https://github.com/Icinga/puppet-icingaweb2/issues/317) |
150 | 175 |
|
151 | 176 | ## [v3.3.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.3.0) (2022-03-09) |
| 177 | + |
152 | 178 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.4...v3.3.0) |
153 | 179 |
|
154 | 180 | **Implemented enhancements:** |
|
164 | 190 | - fix vspheredb service with 1.2.x [\#314](https://github.com/Icinga/puppet-icingaweb2/pull/314) ([dgoetz](https://github.com/dgoetz)) |
165 | 191 |
|
166 | 192 | ## [v3.2.4](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.4) (2022-01-29) |
| 193 | + |
167 | 194 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.3...v3.2.4) |
168 | 195 |
|
169 | 196 | **Fixed bugs:** |
170 | 197 |
|
171 | 198 | - Add parameter AddCGIPassAuth to Apache config [\#308](https://github.com/Icinga/puppet-icingaweb2/pull/308) ([RincewindsHat](https://github.com/RincewindsHat)) |
172 | 199 |
|
173 | 200 | ## [v3.2.3](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.3) (2022-01-13) |
| 201 | + |
174 | 202 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.2...v3.2.3) |
175 | 203 |
|
176 | 204 | **Fixed bugs:** |
177 | 205 |
|
178 | 206 | - Import schema does not work for postgresql [\#306](https://github.com/Icinga/puppet-icingaweb2/issues/306) |
179 | 207 |
|
180 | 208 | ## [v3.2.2](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.2) (2022-01-05) |
| 209 | + |
181 | 210 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.2.1...v3.2.2) |
182 | 211 |
|
183 | 212 | **Fixed bugs:** |
184 | 213 |
|
185 | 214 | - Do not force permissions of module config directories [\#305](https://github.com/Icinga/puppet-icingaweb2/issues/305) |
186 | 215 |
|
187 | 216 | ## [v3.2.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.2.1) (2021-12-03) |
| 217 | + |
188 | 218 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.1.0...v3.2.1) |
189 | 219 |
|
190 | 220 | **Implemented enhancements:** |
|
202 | 232 | - Typo fix [\#296](https://github.com/Icinga/puppet-icingaweb2/pull/296) ([Rubueno](https://github.com/Rubueno)) |
203 | 233 |
|
204 | 234 | ## [v3.1.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.1.0) (2021-06-18) |
| 235 | + |
205 | 236 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.0.1...v3.1.0) |
206 | 237 |
|
207 | 238 | **Implemented enhancements:** |
|
223 | 254 | - Fix typo in example [\#287](https://github.com/Icinga/puppet-icingaweb2/pull/287) ([mj](https://github.com/mj)) |
224 | 255 |
|
225 | 256 | ## [v3.0.1](https://github.com/icinga/puppet-icingaweb2/tree/v3.0.1) (2020-11-16) |
| 257 | + |
226 | 258 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.0.0...v3.0.1) |
227 | 259 |
|
228 | 260 | **Fixed bugs:** |
229 | 261 |
|
230 | 262 | - 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)) |
231 | 263 |
|
232 | 264 | ## [v3.0.0](https://github.com/icinga/puppet-icingaweb2/tree/v3.0.0) (2020-10-14) |
| 265 | + |
233 | 266 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.4.1...v3.0.0) |
234 | 267 |
|
235 | 268 | **Implemented enhancements:** |
|
238 | 271 | - Replace class repo with new class from module icinga [\#260](https://github.com/Icinga/puppet-icingaweb2/issues/260) |
239 | 272 |
|
240 | 273 | ## [v2.4.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.4.1) (2020-08-31) |
| 274 | + |
241 | 275 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.4.0...v2.4.1) |
242 | 276 |
|
243 | 277 | **Fixed bugs:** |
244 | 278 |
|
245 | 279 | - Release defined resource commandtransport from private [\#264](https://github.com/Icinga/puppet-icingaweb2/issues/264) |
246 | 280 | - 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)) |
248 | 281 |
|
249 | 282 | **Closed issues:** |
250 | 283 |
|
251 | 284 | - icingaweb2::module::director::service systemd::unit\_file param name error [\#272](https://github.com/Icinga/puppet-icingaweb2/issues/272) |
252 | 285 | - 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) |
254 | 287 | - manage business process source files [\#265](https://github.com/Icinga/puppet-icingaweb2/issues/265) |
255 | 288 | - Update Package version [\#262](https://github.com/Icinga/puppet-icingaweb2/issues/262) |
256 | 289 |
|
257 | 290 | ## [v2.4.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.4.0) (2020-07-06) |
| 291 | + |
258 | 292 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.3.1...v2.4.0) |
259 | 293 |
|
260 | 294 | **Implemented enhancements:** |
|
289 | 323 | - Remove parameter fastcgi\_script [\#243](https://github.com/Icinga/puppet-icingaweb2/pull/243) ([dhoppe](https://github.com/dhoppe)) |
290 | 324 |
|
291 | 325 | ## [v2.3.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.3.1) (2019-06-25) |
| 326 | + |
292 | 327 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.3.0...v2.3.1) |
293 | 328 |
|
294 | 329 | **Implemented enhancements:** |
|
301 | 336 | - config: Let cookie\_path be undef by default [\#237](https://github.com/Icinga/puppet-icingaweb2/pull/237) ([lazyfrosch](https://github.com/lazyfrosch)) |
302 | 337 |
|
303 | 338 | ## [v2.3.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.3.0) (2019-05-20) |
| 339 | + |
304 | 340 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.2.0...v2.3.0) |
305 | 341 |
|
306 | 342 | **Implemented enhancements:** |
|
327 | 363 | - Avoid duplicate inisection declarations [\#215](https://github.com/Icinga/puppet-icingaweb2/pull/215) ([johanfleury](https://github.com/johanfleury)) |
328 | 364 |
|
329 | 365 | ## [v2.2.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.2.0) (2018-05-14) |
| 366 | + |
330 | 367 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.1.0...v2.2.0) |
331 | 368 |
|
332 | 369 | **Implemented enhancements:** |
|
342 | 379 | - Add param for IDO DB charset [\#208](https://github.com/Icinga/puppet-icingaweb2/pull/208) ([marcofl](https://github.com/marcofl)) |
343 | 380 |
|
344 | 381 | ## [v2.1.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.1.0) (2018-01-23) |
| 382 | + |
345 | 383 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.0.1...v2.1.0) |
346 | 384 |
|
347 | 385 | **Implemented enhancements:** |
|
371 | 409 | - Fix protected\_customvars bugs and papercuts [\#186](https://github.com/Icinga/puppet-icingaweb2/pull/186) ([olasd](https://github.com/olasd)) |
372 | 410 |
|
373 | 411 | ## [v2.0.1](https://github.com/icinga/puppet-icingaweb2/tree/v2.0.1) (2017-12-28) |
| 412 | + |
374 | 413 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v2.0.0...v2.0.1) |
375 | 414 |
|
376 | 415 | **Implemented enhancements:** |
|
383 | 422 | - Fix typos on README.md [\#184](https://github.com/Icinga/puppet-icingaweb2/pull/184) ([Tokynet](https://github.com/Tokynet)) |
384 | 423 |
|
385 | 424 | ## [v2.0.0](https://github.com/icinga/puppet-icingaweb2/tree/v2.0.0) (2017-10-11) |
| 425 | + |
386 | 426 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.6...v2.0.0) |
387 | 427 |
|
388 | 428 | **Implemented enhancements:** |
|
515 | 555 | - Allow multiple commandtransports [\#157](https://github.com/Icinga/puppet-icingaweb2/pull/157) ([baurmatt](https://github.com/baurmatt)) |
516 | 556 |
|
517 | 557 | ## [1.0.6](https://github.com/icinga/puppet-icingaweb2/tree/1.0.6) (2015-11-10) |
| 558 | + |
518 | 559 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.5...1.0.6) |
519 | 560 |
|
520 | 561 | ## [1.0.5](https://github.com/icinga/puppet-icingaweb2/tree/1.0.5) (2015-08-04) |
| 562 | + |
521 | 563 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.4...1.0.5) |
522 | 564 |
|
523 | 565 | ## [1.0.4](https://github.com/icinga/puppet-icingaweb2/tree/1.0.4) (2015-06-24) |
| 566 | + |
524 | 567 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.3...1.0.4) |
525 | 568 |
|
526 | 569 | **Merged pull requests:** |
527 | 570 |
|
528 | 571 | - Add support for Scientific Linux in Yum repo [\#16](https://github.com/Icinga/puppet-icingaweb2/pull/16) ([joshbeard](https://github.com/joshbeard)) |
529 | 572 |
|
530 | 573 | ## [1.0.3](https://github.com/icinga/puppet-icingaweb2/tree/1.0.3) (2015-05-07) |
| 574 | + |
531 | 575 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.2...1.0.3) |
532 | 576 |
|
533 | 577 | ## [1.0.2](https://github.com/icinga/puppet-icingaweb2/tree/1.0.2) (2015-05-07) |
| 578 | + |
534 | 579 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.1...1.0.2) |
535 | 580 |
|
536 | 581 | ## [1.0.1](https://github.com/icinga/puppet-icingaweb2/tree/1.0.1) (2015-05-07) |
| 582 | + |
537 | 583 | [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/1.0.0...1.0.1) |
538 | 584 |
|
539 | 585 | ## [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 | + |
540 | 589 | **Implemented enhancements:** |
541 | 590 |
|
542 | 591 | - \[dev.icinga.com \#9158\] Add module graphite [\#55](https://github.com/Icinga/puppet-icingaweb2/issues/55) |
|
550 | 599 |
|
551 | 600 |
|
552 | 601 |
|
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)* |
0 commit comments