Skip to content

Commit 84672b3

Browse files
authored
Merge pull request #9939 from Icinga/2139
Icinga 2.13.9
2 parents 600e631 + 3bcd4db commit 84672b3

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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.13.9 (2023-12-21)
11+
12+
Version 2.13.9 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. #9934
18+
* Update OpenSSL shipped on Windows to v3.0.12. #9945
19+
* Disable TLS renegotiation (handshake on existing connection). #9945
20+
21+
### Bugfixes
22+
23+
* Icinga DB feature: fix crash due to missing NULL pointer check. #9945
24+
* Icinga DB feature: fix data written into Redis crashing the Go daemon. #9945
25+
26+
### Updates
27+
28+
* Update Boost shipped on Windows to v1.83. #9945
29+
1030
## 2.13.8 (2023-07-12)
1131

1232
Version 2.13.8 is a maintenance release that fixes some bugs,

ICINGA2_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.13.8
1+
Version: 2.13.9
22
Revision: 1

0 commit comments

Comments
 (0)