ProxmoxMCP-Plus v0.5.2
Release date: 2026-05-12
Fixes
retry_jobnow claims a retry with an atomic SQLite status transition before replaying the operation, preventing concurrent retry requests from duplicating high-risk work.cancel_jobnow discards stale cancel results when the backing UPID changes while the cancellation request is in flight.setup.pynow matches the project metadata and requiresparamiko>=5.0.0,<6.0.0.update_container_ssh_keysis now classified as a high-risk operation and honors the high-risk approval-token policy.- API SSH tunnels now honor configured SSH user, port, key file, known hosts file, and strict host-key checking settings.
get_containers(include_raw=true, format_style="json")now includes raw status and config payloads when stats are fetched.- Logging setup is now idempotent and replaces project-managed handlers instead of adding duplicates.
Upgrade Notes
- If
COMMAND_POLICY_HIGH_RISK_REQUIRE_APPROVAL_TOKEN=true, callers must provide an approval token when invokingupdate_container_ssh_keys. - Operators using legacy
setup.pyinstallation paths will now get the same Paramiko 5.x runtime constraint aspyproject.toml.