Skip to content
Merged
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.16.1 (2026-05-21)

This is a small release mostly to fix the issues some users were encountering in connection with perfdata writers,
mostly Graphite and InfluxDB. The only significant change is that the changes from #10668 and #10799 are being
reverted. This affects `ElasticsearchWriter`, `GraphiteWriter`, `GelfWriter`, `InfluxdbWriter`,
`Influxdb2Writer` and `OpenTsdbWriter`.

### Changes
* Revert adding `PerfdataWriterConnection`: #10851
* Docs: Note OTLP metrics package limitation on Debian 11 and Ubuntu 22.04 and Amazon Linux 2: #10837

## 2.16.0 (2026-04-23)

With this release the license of the project was updated to GPLv3 or later (#10700).
Expand Down
Loading