Skip to content

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 21:53
2b88413

Fixed

  • Patch Status: Failed now returns results. A "Failed" patch is an install
    result, which NinjaOne reports in its patch-install history — not in the
    current-patch feed (which lists only patches with no install attempts). The query
    was looking for failed patches in the current feed, where they never appear, so a
    Failed filter always came back empty. Failed patches are now read from the
    install-history endpoints (like Installed), bounded by the same install-history
    lookback window.