Skip to content

v0.52.0

Choose a tag to compare

@github-actions github-actions released this 29 May 16:08
· 67 commits to main since this release

What's New

  • Monitored host disks — Configure MOOR_MONITORED_DISKS to bind-mount and report host filesystem usage alongside container-visible disks; appears in web UI, CLI stats, and MCP tool with optional friendly labels.

Improvements

  • Disk monitoring now validates paths to prevent option injection (paths must be absolute and are passed with -- to df).
  • Unmounted configured paths are skipped instead of reported as empty.
  • Updated moor_stats MCP tool description to clarify it reports both container-visible filesystems and configured monitored disks.