Skip to content

Icinga 2 v2.14.10

Choose a tag to compare

@jschmidt-icinga jschmidt-icinga released this 01 Jul 08:53
v2.14.10
b569f1d

This is a hotfix release that fixes a regression with the Json.decode() DSL function that was introduced in v2.14.9: 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 (#10922)