Merged
Conversation
Bump all microsandbox* crates, the node-ts and Python SDKs, the mcp submodule, and TypeScript example pin references from 0.4.3 to 0.4.4. Changes since v0.4.3: - feat(agentd): hand off PID 1 to a guest init binary (#653) - feat(snapshot): file-first disk snapshots across cli, rust, ts, python (#652) - feat(logs): exec.log capture, boot-error.json, typed ExecFailed (#650) - fix(net): --no-net actually air-gaps the guest (#647) - fix(node-sdk): ship libkrunfw under canonical name in npm platform package (#648)
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.
TL;DR
Bump every microsandbox crate, the node-ts and Python SDKs, the mcp submodule, and the TypeScript example pins from 0.4.3 to 0.4.4 in preparation for the next release.
Description
Cargo.tomland all internalmicrosandbox-*path-dep version pins moved to 0.4.4 (cli, microsandbox, runtime, network, image, filesystem, agentd).npm/<target>/package.jsonbinaries,package-lock.json, and thenative/index.cjsversion-check guards updated to 0.4.4.microsandbox 0.4.4andmicrosandbox-network 0.4.4.version, packageversion, andmicrosandboxdep).package.jsonfiles plus the three checked-inpackage-lock.jsonfiles (init-handoff, logs-read, shell-attach) bumped from 0.4.3 to 0.4.4.crates/agentdworkspace.Changelog since v0.4.3:
Test Plan
cargo build --workspaceexits 0cargo buildinsidecrates/agentdexits 0npm publish --dry-runinsdk/node-tsreportsmicrosandbox@0.4.4npm publish --dry-runinmcpreportsmicrosandbox-mcp@0.4.4grep -r '"0\.4\.3"' .returns no microsandbox-related hits