Skip to content

Commit 2c9117b

Browse files
authored
Merge pull request #9952 from Icinga/probot/sync-changelog/master/9e0dcf2b47e73fa58c9bd72883d380dc4c096aa6
CHANGELOG.md: add v2.14.1
2 parents 9e0dcf2 + cc99fda commit 2c9117b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
99

10+
## 2.14.1 (2023-12-21)
11+
12+
Version 2.14.1 is a hotfix release for masters and satellites that mainly
13+
prevents permanent disintegration of a whole cluster due to root CA expiry.
14+
15+
### Security
16+
17+
* Automatically renew own root CA and distribute it to all nodes. #9933
18+
* Update OpenSSL shipped on Windows to v3.0.12. #9946
19+
* Disable TLS renegotiation (handshake on existing connection). #9946
20+
21+
### Bugfixes
22+
23+
* Icinga DB feature: fix crash due to missing NULL pointer check. #9946
24+
* Icinga DB feature: fix data written into Redis crashing the Go daemon. #9946
25+
* GelfWriter: fix deadlock on stop/reload caused by busy queue. #9947
26+
* Don't lose notifications due to too long output, truncate it. #9947
27+
28+
### Enhancements
29+
30+
* Discard duplicate problem notifications due to state filtering. #9932
31+
* Speed up API filters targeting specific hosts/services to O(1). #9944
32+
* POST /v1/console/\*: return HTTP 503 while Icinga is reloading. #9947
33+
* Update Boost shipped on Windows to v1.83. #9946
34+
* Documentation: several fixes and improvements. #9921
35+
1036
## 2.14.0 (2023-07-12)
1137

1238
[Issues and PRs](https://github.com/Icinga/icinga2/issues?q=is%3Aclosed+milestone%3A2.14.0)

0 commit comments

Comments
 (0)