Releases: zw008/VMware-AIops
v1.5.22 — Family alignment
v1.5.21 — Family alignment + python-multipart 0.0.27
v1.5.21 (2026-05-08)
v1.5.20 — Family alignment
v1.5.20 (2026-05-08)
Family alignment — no source changes in this skill.
- align: Tracks v1.5.20 family bump driven by vmware-nsx-security and vmware-aria PyPI README
mcp-name:ownership marker fix required by MCP Registry validation. Other 7 skills already had the marker; this release re-publishes them to keep the family version aligned per CLAUDE.md policy. - registry: All 9 skills now registered on registry.modelcontextprotocol.io as
isLatest=true.
v1.5.19 — family alignment
v1.5.19 (2026-05-06)
Family alignment — no source changes in this skill.
- build: Bumped
requires-pythonfrom>=3.10to>=3.11(regression eval suite usestomllib, a Py3.11+ stdlib module). - smoke: Family
scripts/family_smoke.shnow adds Check 3b — recursive--helpon every Typer subcommand to trigger lazy imports. This catches theimport re-style bug class without needing live infrastructure (yjs review 2026-05-06; CLAUDE.md 踩坑 #27). - align: Tracks v1.5.19 fixes in vmware-nsx (CLI import bug, CRITICAL), vmware-vks (delete_tkc_cluster ApiClient leak), vmware-harden (snapshot_id indexes + LEFT JOIN report), and vmware-policy (approval gate AND→OR + singleton lock).
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 with 4 completeness criteria (falsifiability/sufficiency/necessity/mechanism) and up-to-3-rounds deepening loop. Common Workflows now point to it before any diagnostic remediation. - docs: "Automation Level Reference" section in
references/capabilities.md— every operation tagged L1-L5 per the EHE framework. - docs: Common Workflows in
SKILL.mdrewritten from step-by-step API call lists into judgment-encoded expert decision logic — pre-flight checks, decision rules, safety gates surfaced explicitly (deploy lab env, batch clone, vMotion). - 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-aiops 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-aiops-mcpconsole script kept for backward compatibility.
Migration: Existing users — your old MCP client config still works. New recommended form:
{ "command": "vmware-aiops", "args": ["mcp"], "env": { "VMWARE_VMWARE_AIOPS_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.