Skip to content

Commit c717cb5

Browse files
committed
Changelog and version bump for v2.15.1
1 parent ead0972 commit c717cb5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,29 @@ 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.15.1 (2025-10-16)
11+
12+
This version includes bug fixes regarding config deployments and improvements
13+
to allow for better debugging of problems related to JSON-RPC cluster
14+
communication.
15+
16+
Note that one fix affects the logrotate configuration. If it was modified
17+
locally, it might not be updated automatically by the package manager and
18+
applying the changes manually is necessary. For details, please check the
19+
[upgrading docs](https://icinga.com/docs/icinga-2/latest/doc/16-upgrading-icinga-2/#upgrading-to-2-15-1).
20+
21+
* Don't send signals as root in safe-reload script and logrotate config. #10590
22+
* When a reload triggered from Icinga Director (or the /v1/config API) fails,
23+
the corresponding state is cleared, allowing to deploy a new config without
24+
having to restart Icinga 2 manually first. #10584
25+
* Add JSON-RPC utilization metrics and troubleshooting docs. #10586
26+
* When sending cluster messages to other zones, prefer endpoints in the order
27+
as specified in the zone configuration. #10587
28+
* Track the number of JSON-RPC messages received for each message type per
29+
endpoint. #10585
30+
* Add support for building with Boost v1.89 and use it on Windows. #10578
31+
* Windows: Update to OpenSSL 3.0.18. #10595
32+
1033
## 2.15.0 (2025-06-18)
1134

1235
This Icinga 2 release is focused on adding Icinga 2 dependencies support to Icinga DB, but also includes a number

ICINGA2_VERSION

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

0 commit comments

Comments
 (0)