chore(release): bump microsandbox to 0.5.8#999
Open
appcypher wants to merge 2 commits into
Open
Conversation
17c5616 to
ed355cb
Compare
Prepare the 0.5.8 release train across the Rust workspace, shared packages, SDKs, TypeScript examples, and agent submodules. - Bump workspace metadata, lockfiles, Node native package pins, the Go sdkVersion constant, and current README/example refs. - Refresh generated Node native bindings so the package exposes the current backend, image GC, sandbox info, and runtime path APIs. - Advance the mcp and skills submodule pointers to their signed 0.5.8 release-ref commits and opened PRs. - Since 0.5.7, this release includes shared microsandbox-types contracts, the Rust SDK move to sdk/rust, local/cloud backend routing, CONNECT/plain HTTP secret hardening, detached auto init entrypoints, hostname and volume fixes, and docs/dependency refreshes.
ed355cb to
b2784cc
Compare
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
Prepare the 0.5.8 release train across Rust crates, SDK packages, shared TypeScript packages, examples, and agent submodules.
Description
Test Plan
cargo fmt --all -- --checkCI=1 MSB_HOME=/tmp/msb-0-5-8-check cargo check --workspaceCI=1 MSB_HOME=/tmp/msb-0-5-8-test cargo test --workspaceCI=1 MSB_HOME=/tmp/msb-0-5-8-clippy cargo clippy --workspace -- -D warningscargo run -p microsandbox-types --features ts --bin microsandbox-types-generate -- --check(cd sdk/node-ts && CI=1 MSB_HOME=/tmp/msb-node-0-5-8 npm run build && CI=1 MSB_HOME=/tmp/msb-node-0-5-8 npm test && npm run typecheck)(cd sdk/python && uv sync --group dev && CI=1 MSB_HOME=/tmp/msb-py-0-5-8 uv run maturin develop --release && CI=1 MSB_HOME=/tmp/msb-py-0-5-8 uv run pytest && uv run ruff check .)