Skip to content

chore: bump version to 0.5.0 - #72

Merged
danbugs merged 2 commits into
mainfrom
release/v0.5.0
May 17, 2026
Merged

chore: bump version to 0.5.0#72
danbugs merged 2 commits into
mainfrom
release/v0.5.0

Conversation

@danbugs

@danbugs danbugs commented May 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bump host/Cargo.toml version from 0.4.0 to 0.5.0
  • Once merged, trigger the Create release workflow to tag and publish

Changes since v0.4.0

  • Security: loopback blocking, AllowList learned_ips cap, size caps on fs_read/net_send, DNS pointer-loop guard, socket timeouts, write/truncate caps, mount-root guard
  • Fixes: Windows socket state corruption, Python UTF-8 mode, benchmark CI for fork PRs, python memory 96→512Mi, ZipInfo timestamp clamping (agent + driver), python-agent CI mount
  • Features: rebuild recipe on all Justfiles, test-examples scripts (Linux + Windows), pyhl integration tests
  • Chore: gitignore cleanup, examples run-10 update

Test plan

  • Version string is valid semver
  • Merge, then dispatch Create release workflow from Actions tab

Signed-off-by: danbugs <danilochiarlone@gmail.com>
Copilot AI review requested due to automatic review settings May 17, 2026 22:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the hyperlight-unikraft-host crate version in host/Cargo.toml to 0.5.0 in preparation for tagging and publishing the next release.

Changes:

  • Update host/Cargo.toml package version from 0.4.00.5.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread host/Cargo.toml
Comment on lines 1 to 4
[package]
name = "hyperlight-unikraft-host"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
Signed-off-by: danbugs <danilochiarlone@gmail.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux Benchmarks

Details
Benchmark suite Current: 52accf7 Previous: 2674b96 Ratio
hello_world (median) 20 ms 20 ms 1
pandas (median) 110 ms 110 ms 1
density (per VM) 7 MB 7 MB 1
snapshot (disk) 385 MiB 385 MiB 1

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Windows Benchmarks

Details
Benchmark suite Current: 52accf7 Previous: 2674b96 Ratio
hello_world (median) 222 ms 298 ms 0.74
pandas (median) 655 ms 953 ms 0.69
density (per VM) 6 MB 6 MB 1
snapshot (disk) 392 MiB 392 MiB 1

This comment was automatically generated by workflow using github-action-benchmark.

@danbugs
danbugs merged commit ca05c5a into main May 17, 2026
79 checks passed
@danbugs
danbugs deleted the release/v0.5.0 branch May 17, 2026 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants