Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ documentation before upgrading to a new release.

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

## 2.15.3 (2026-04-23)

This is a small release containing a few bugfixes backported from the v2.16.0 release.

We will also no longer provide 32bit Windows MSIs via Chocolatey (#10761).

* Bump OpenSSL shipped for Windows to v3.0.20: #10793
* Fixed a race condition in the `v1/console` handler: #10755, and #10740
* Fix double-free error in `posix_error::what()`: #10742
* InfluxDBWriter: print full HTTP error body when request fails: #10739

## 2.15.2 (2026-01-29)

This security release fixes a problem in the Icinga 2 Windows MSI that did not
Expand Down
2 changes: 1 addition & 1 deletion ICINGA2_VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Version: 2.15.2
Version: 2.15.3
Revision: 1
Loading