Skip to content

Commit

Permalink
Fixes JSON validator to always return False on unhandled errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LordHepipud committed Apr 10, 2024
1 parent 174063e commit 9d1a9e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/100-General/10-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic

[Issues and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/32)

## 1.12.3 (tbd)

[Issues and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/35)

### Bugfixes

* [#718](https://github.com/Icinga/icinga-powershell-framework/issues/718) Fixes Icinga repository JSON validator to report the correct state of the validation status, in case the JSON is not valid


## 1.12.2 (2024-04-10)

[Issues and PRs](https://github.com/Icinga/icinga-powershell-framework/milestone/34)
Expand Down
2 changes: 1 addition & 1 deletion lib/core/repository/Test-IcingaJSONObject.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ function Test-IcingaJSONObject()
}
}

return $TRUE;
return $FALSE;
}

0 comments on commit 9d1a9e8

Please sign in to comment.