mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-07-26 07:58:14 +00:00
db3629e705
Provision and cleanup now accept a version argument (8, 9, or all) to operate on a subset of PVE nodes: dev.ps1 -Provision -Version 9 -DockerHost ... # only PVE 9 nodes dev.ps1 -Cleanup -Version 8 -DockerHost ... # only PVE 8 nodes run-integration.sh provision/cleanup also accept the version arg, overriding PVE_VERSIONS and ALL_NODES for that invocation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>