| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Icinga 2 v2.16.3 source code.tar.gz | 2026-06-30 | 9.6 MB | |
| Icinga 2 v2.16.3 source code.zip | 2026-06-30 | 10.2 MB | |
| README.md | 2026-06-30 | 513 Bytes | |
| Totals: 3 Items | 19.8 MB | 0 | |
This is a hotfix release that fixes a regression with the Json.decode() DSL function that was introduced in v2.16.2: 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 (#10921) - Add the upgrading documentation for v2.15.1 again, which went missing with the v2.16.0 release (#10916)