fix: Validate for node presence when pinning VMs to avoid crashing

Fixes: #296
This commit is contained in:
gyptazy
2025-09-04 17:28:03 +02:00
parent b5c11af474
commit b48ff9d677
10 changed files with 23 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION="1.1.4"
VERSION="1.1.6.1"
# ProxLB
sed -i "s/^__version__ = .*/__version__ = \"$VERSION\"/" "proxlb/utils/version.py"