You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Switch from github.com/libvirt/libvirt-go-xml to libvirt.org/go/libvirtxml
This is the same go module, it was renamed so that it can start
following go module versioning (only change major version if there are
API/ABI breakages).
github.com/libvirt/libvirt-go-xml is no longer maintained/updated.
* Remove NetworkUpdate workaround
The libvirt version check which is currently to decide whether to swap
libvirt.NetworkUpdate arguments is not enough. The fix was backported to
older libvirt in RHEL/CentOS (for example in
libvirt-6.0.0-37.1.module+el8.5.0+13858+39fdc467 ), and the current
version checking code would be swapping the arguments when it's no
longer needed.
This commit uses NetworkUpdateCompat which was recently introduced in
digitalocean/go-libvirt, and which takes care of this by checking
libvirt connection features.
* update golangci-lint
Co-authored-by: Duncan Mac-Vicar P <[email protected]>
0 commit comments