Skip to content

Commit 8825a56

Browse files
lstocchicfergeau
authored andcommitted
upgrade libhvee dep
it upgrades the libhvee library version. To use cloud-init on Hyperv we need to attach a DVD drive to the VM so we needs a version of libhvee that includes containers/libhvee#235 Signed-off-by: lstocchi <lstocchi@redhat.com>
1 parent 9b0d855 commit 8825a56

5 files changed

Lines changed: 23 additions & 11 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/containers/conmon v2.0.20+incompatible
1717
github.com/containers/gvisor-tap-vsock v0.8.7
1818
github.com/containers/image/v5 v5.36.2-0.20250825172340-9b99818eb1db
19-
github.com/containers/libhvee v0.10.0
19+
github.com/containers/libhvee v0.10.1-0.20250623125428-422aa7ddc0e5
2020
github.com/containers/ocicrypt v1.2.1
2121
github.com/containers/psgo v1.9.0
2222
github.com/containers/storage v1.59.2-0.20250820181736-3f7c116059ca

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ github.com/containers/gvisor-tap-vsock v0.8.7 h1:mFMMU5CIXO9sbtsgECc90loUHx15km3
6565
github.com/containers/gvisor-tap-vsock v0.8.7/go.mod h1:Rf2gm4Lpac0IZbg8wwQDh7UuKCxHmnxar0hEZ08OXY8=
6666
github.com/containers/image/v5 v5.36.2-0.20250825172340-9b99818eb1db h1:+ABWXOR7hMDEzAWeY4+TjYXSfOI1bOWCKvJT5umo24w=
6767
github.com/containers/image/v5 v5.36.2-0.20250825172340-9b99818eb1db/go.mod h1:Z+Cvuk5crGihGEmoNAxSWVulQKfae2maEGKI/KkJY6U=
68-
github.com/containers/libhvee v0.10.0 h1:7VLv8keWZpHuGmWvyY4c1mVH5V1JYb1G78VC+8AlrM0=
69-
github.com/containers/libhvee v0.10.0/go.mod h1:at0h8lRcK5jCKfQgU/e6Io0Mw12F36zRLjXVOXRoDTM=
68+
github.com/containers/libhvee v0.10.1-0.20250623125428-422aa7ddc0e5 h1:wRVaP8192oHKkQ7hHLm+Dsq+08Mt4GKl4SDF/jhm5Cs=
69+
github.com/containers/libhvee v0.10.1-0.20250623125428-422aa7ddc0e5/go.mod h1:MLfTB8sW7E2UwQ/WknTHbuiYtNpWCR9XENMhA/hm8h0=
7070
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
7171
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
7272
github.com/containers/luksy v0.0.0-20250714213221-8fccf784694e h1:nrNp2M6tTNGvLVrJpgqge9GwHgsWBGp2HBKg84BdVd8=

vendor/github.com/containers/libhvee/pkg/hypervctl/vm.go

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/libhvee/pkg/hypervctl/vm_config.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ github.com/containers/image/v5/transports
257257
github.com/containers/image/v5/transports/alltransports
258258
github.com/containers/image/v5/types
259259
github.com/containers/image/v5/version
260-
# github.com/containers/libhvee v0.10.0
261-
## explicit; go 1.22.8
260+
# github.com/containers/libhvee v0.10.1-0.20250623125428-422aa7ddc0e5
261+
## explicit; go 1.23.3
262262
github.com/containers/libhvee/pkg/hypervctl
263263
github.com/containers/libhvee/pkg/kvp/ginsu
264264
github.com/containers/libhvee/pkg/wmiext

0 commit comments

Comments
 (0)