🚀 Release v1.3.1
Added
- Shell Completions:
pvetui completionnow generates shell completion scripts for bash, zsh, fish, and PowerShell via Cobra's built-in completion support. Runpvetui completion <shell> --helpfor installation instructions. - SSH Key Configuration: Added
ssh_keyfileandvm_ssh_keyfileper-profile config fields (and corresponding--ssh-keyfile/--vm-ssh-keyfileCLI flags andPVETUI_SSH_KEYFILE/PVETUI_VM_SSH_KEYFILEenv vars) for specifying SSH private key paths explicitly. When no keyfile is configured, pvetui now also consults the running SSH agent (SSH_AUTH_SOCK) before falling back to standard key paths (~/.ssh/id_ed25519,id_rsa,id_ecdsa).
Fixed
- gRPC Security Update: Upgraded indirect dependency
google.golang.org/grpcfromv1.79.1tov1.79.3to address CVE-2026-33186, an authorization bypass in HTTP/2:pathpseudo-header validation.