From 16f3f6e53f0ac05038e1cee879490d8a19ab3198 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Tue, 30 Jun 2026 15:39:22 +0200 Subject: [PATCH] Release v2.15.5 --- CHANGELOG.md | 10 ++++++++++ ICINGA2_VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1932d7b8ac2..c97cc27f76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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.5 (2026-07-01) + +This is a hotfix release that fixes a regression with the `Json.decode()` DSL function that was introduced in v2.15.4: +The addition of a second argument to the internal `JsonDecode()` function unintentionally leaked into the DSL as a +required argument. This version restores the old and intended behavior of `Json.decode()`. + +### Changes + +* Restore single-argument `Json.decode()` in the DSL (#10920) + ## 2.15.4 (2026-06-29) This release fixes some critical security vulnerabilities in Icinga 2. Users are advised to upgrade immediately, as two diff --git a/ICINGA2_VERSION b/ICINGA2_VERSION index 3814bfb2c44..39121ea4616 100644 --- a/ICINGA2_VERSION +++ b/ICINGA2_VERSION @@ -1,2 +1,2 @@ -Version: 2.15.4 +Version: 2.15.5 Revision: 1