Skip to content

0.12.10

Compare
Choose a tag to compare
@praveenkumar praveenkumar released this 28 Sep 13:42

48f2959 Add vcpu modification support to UpdateConfigRaw
41f21bb Initial UpdateConfigRaw implementation
87b33a7 Remove DiskPath, use ImageFormat instead
a8d0062 driver: Rename 'VM' to 'vm'
e759e35 Fix conn.LookupNetworkByName leaks
d8e6a22 Fix grammar in error string
6b7b98a Network interface is optional
c078673 Create the image using qemu-img + backing_file instead of doing a full copy of the base disk image
05e7863 Default to using podman rather than docker
d27442d Add 'local' build target
d8ec17b circleci: Update binary names
32009be Update gitignore
bd2f457 Use golang from centos8/ubuntu20.04 repositories
c23a234 Add missing PHONY declaration
9cf0a5b Run linter and test on the CI
bce6e7a Add optional vsock support
7c16ab7 Add vendor/ to .gitignore
c762e2d Add lint target
174789c Add linter with the same rules as crc