release: v0.11.0 — first crates.io publish - #102
Merged
Merged
Conversation
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
There was a problem hiding this comment.
Pull request overview
Prepares hyperlight-unikraft-host for its first crates.io release (v0.11.0) by updating crate metadata, aligning install docs with registry publishing, and adding a manual publish workflow that supports trusted publishing.
Changes:
- Bump
hyperlight-unikraft-hostversion to0.11.0(and update lockfile). - Add crates.io package metadata (
repository,homepage,keywords,categories,readme). - Add a
workflow_dispatchGitHub Actions workflow to publish (or dry-run publish) to crates.io, and update README install instructions to use crates.io.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Updates install instructions to use crates.io (cargo install hyperlight-unikraft-host --bin pyhl). |
| host/Cargo.toml | Bumps version and adds crates.io metadata for publishing. |
| host/Cargo.lock | Updates locked package version to 0.11.0. |
| .github/workflows/cargo-publish.yml | Adds a manual workflow to publish (or dry-run) using trusted publishing via OIDC. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Linux Benchmarks
Details
| Benchmark suite | Current: 2cda7a6 | Previous: 1caba5c | Ratio |
|---|---|---|---|
hello_world (median) |
20 ms |
20 ms |
1 |
pandas (median) |
110 ms |
120 ms |
0.92 |
density (per VM) |
8 MB |
8 MB |
1 |
snapshot (disk) |
653 MiB |
653 MiB |
1 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Windows Benchmarks
Details
| Benchmark suite | Current: 2cda7a6 | Previous: 1caba5c | Ratio |
|---|---|---|---|
hello_world (median) |
328 ms |
198 ms |
1.66 |
pandas (median) |
1105 ms |
599 ms |
1.84 |
density (per VM) |
7 MB |
7 MB |
1 |
snapshot (disk) |
661 MiB |
661 MiB |
1 |
This comment was automatically generated by workflow using github-action-benchmark.
- Trigger on release published event (creating a release in GitHub UI) - Keep workflow_dispatch for manual dry runs - Only authenticate with crates.io when actually publishing - Dry runs use cargo publish --dry-run without minting a token Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
Signed-off-by: danbugs <danilochiarlone@gmail.com>
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.
Summary
Prepares hyperlight-unikraft-host v0.11.0 for publishing to crates.io (closes #27).
cargo-publish.ymlworkflow (workflow_dispatch, trusted publishing viacrates-io-auth-action)cargo install hyperlight-unikraft-host --bin pyhlas the primary install pathTest plan
cargo publish --dry-runpassesv0.11.0, trigger publish workflow withdry_run: false