chore: bump hyperlight-unikraft to v0.11.0 (crates.io)#591
Open
danbugs wants to merge 1 commit into
Open
Conversation
Signed-off-by: danbugs <danilochiarlone@gmail.com>
huzaifa-d
approved these changes
Jun 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR upgrades the Hyperlight Unikraft integration from a git-tag dependency (v0.10.0) to the published crates.io release (hyperlight-unikraft v0.11.0), and aligns runtime/setup logic and CI/e2e snapshot detection with the new snapshot-on-disk layout.
Changes:
- Switch Hyperlight backend dependency from
hyperlight-unikraft-host(git) tohyperlight-unikraftv0.11.0(crates.io) and update the feature wiring. - Adapt Hyperlight backend code to the v0.11.0 API and snapshot layout change (directory snapshot with
snapshot/index.json,max_surrogatesoption, and updatedRuntime::newsignature). - Update Hyperlight e2e workflow image tag and the e2e prerequisite probe to check the new snapshot path.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/testing/wxc_e2e_tests/src/lib.rs | Updates Hyperlight snapshot presence detection to check for snapshot/index.json. |
| src/Cargo.lock | Lockfile refresh to reflect the move to crates.io and the updated dependency graph. |
| src/backends/hyperlight/common/src/lib.rs | Updates snapshot path handling and adapts to v0.11.0 pyhl API changes. |
| src/backends/hyperlight/common/Cargo.toml | Switches dependency from git hyperlight-unikraft-host to crates.io hyperlight-unikraft and updates the feature dep. |
| .github/workflows/hyperlight-e2e.yml | Bumps GHCR image tag to v0.11.0 for the Hyperlight kernel/initrd downloads used by e2e. |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
hyperlight-unikraftdependency from v0.10.0 (git) to v0.11.0 (crates.io) — the crate is now published, so we switch from a git tag dependency to a crates.io versionsnapshot/index.json) instead of a single file (snapshot.hls)max_surrogatesoption inInstallOptionsRuntime::newMicrosoft Reviewers: Open in CodeFlow