Releases: zw008/VMware-Monitor
v1.5.18 — family alignment + tooling normalization
Family alignment + tooling normalization.
- Migrated dev deps to
[dependency-groups](PEP 735) for uniformuv sync --group devacross the family - Added
tests/eval/regression/test_release_blockers.py— 5 regression evals catching the v1.5.x release blockers (missingmcp_serverin wheel, unimported runtime names, Typer app load failure, module import errors) - Family version bump to v1.5.18
See RELEASE_NOTES.md for details.
v1.5.17 — Family alignment
v1.5.17 (2026-05-01)
Family alignment — no source changes in this skill.
This release tracks vmware-pilot v1.5.17 (new investigate_alert template + review_workflow MCP tool + parallel_group step type) and vmware-policy v1.5.17 (L5 pattern matcher integrated into @vmware_tool). Both work with the existing skill MCP surface unchanged.
- align: Family version bump to v1.5.17.
v1.5.16 — Enterprise Harness Engineering alignment
v1.5.16 (2026-04-30)
Enterprise Harness Engineering alignment — adapted from the Linkloud × addxai framework articles (part 1, part 2).
- docs: New
references/investigation-protocol.md— causal-chain root cause analysis protocol shared with aiops/aria. Monitor serves as the read-only data source for diagnostic chains. - docs: "Automation Level Reference" section in
references/capabilities.md— clarifies that monitor is L1/L2 only by code-level design. - docs: Common Workflows in
SKILL.mdenriched with judgment ("alarms tell you what vCenter decided is wrong, events tell you what happened — they diverge"). - align: Family version bump to v1.5.16.
v1.5.15 — single-command MCP entry point
v1.5.15 — UX improvements from real user feedback
- New top-level CLI subcommand
vmware-monitor mcpstarts the MCP server. Single command afteruv tool install— no moreuvx --from, no PyPI re-resolve, works behind corporate TLS proxies. - Default
verify_ssl: trueon new targets (wasfalse). Self-signed cert environments must opt in explicitly withverify_ssl: falseinconfig.yaml. - Docs and
examples/mcp-configs/*.jsonswitched to single-command form. - Legacy
vmware-monitor-mcpconsole script kept for backward compatibility.
Migration: Existing users — your old MCP client config still works. New recommended form:
{ "command": "vmware-monitor", "args": ["mcp"], "env": { "VMWARE_VMWARE_MONITOR_CONFIG": "~/.vmware-... /config.yaml" } }v1.5.14 — @yjs-2026 follow-up fixes
Code review follow-up fixes. See RELEASE_NOTES.md.
v1.5.13 — Code review bug fixes
Bug fixes from code review 2026-04-20. See RELEASE_NOTES.md for details.
v1.5.12 — Align with family (security fixes)
Align with VMware skill family v1.5.12 (security & bug fixes from code review by @yjs-2026)
v1.5.11 - Family version alignment
Align with VMware skill family v1.5.11 (AVI 22.x Controller fixes from @timwangbc).
v1.5.10 — Security: python-multipart DoS fix
Security: bump python-multipart 0.0.22→0.0.26 (Medium severity DoS via large multipart data). Family version realignment.
v1.5.8 - Family version alignment
Align with VMware skill family v1.5.8 (NSX broken imports fix, AVI FastMCP migration + confirmed gates, Aria confirmed gates, AIops security fixes + cli split).